summaryrefslogtreecommitdiffstats
path: root/external/poky/meta/recipes-devtools/pseudo/pseudo_git.bb
diff options
context:
space:
mode:
Diffstat (limited to 'external/poky/meta/recipes-devtools/pseudo/pseudo_git.bb')
-rw-r--r--external/poky/meta/recipes-devtools/pseudo/pseudo_git.bb12
1 files changed, 11 insertions, 1 deletions
diff --git a/external/poky/meta/recipes-devtools/pseudo/pseudo_git.bb b/external/poky/meta/recipes-devtools/pseudo/pseudo_git.bb
index 51db84c4..419bac19 100644
--- a/external/poky/meta/recipes-devtools/pseudo/pseudo_git.bb
+++ b/external/poky/meta/recipes-devtools/pseudo/pseudo_git.bb
@@ -6,9 +6,19 @@ SRC_URI = "git://git.yoctoproject.org/pseudo \
file://fallback-group \
file://moreretries.patch \
file://toomanyfiles.patch \
+ file://0001-maketables-wrappers-use-Python-3.patch \
+ file://0001-Add-statx.patch \
+ file://0001-realpath.c-Remove-trailing-slashes.patch \
+ file://0006-xattr-adjust-for-attr-2.4.48-release.patch \
+ file://seccomp.patch \
+ file://0001-pseudo-On-a-DB-fixup-remove-files-that-do-not-exist-.patch \
+ file://0001-pseudo_ipc.h-Fix-enum-typedef.patch \
+ file://xattr_version.patch \
"
-SRCREV = "3fa7c853e0bcd6fe23f7524c2a3c9e3af90901c3"
+SRCREV = "060058bb29f70b244e685b3c704eb0641b736f73"
S = "${WORKDIR}/git"
PV = "1.9.0+git${SRCPV}"
+# error: use of undeclared identifier '_STAT_VER'
+COMPATIBLE_HOST_libc-musl = 'null'