summaryrefslogtreecommitdiffstats
path: root/meta/recipes-devtools/pseudo/pseudo_git.bb
blob: 419bac19fec7c016d15d1b791da1ab7e2e924d6b (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
require pseudo.inc

SRC_URI = "git://git.yoctoproject.org/pseudo \
           file://0001-configure-Prune-PIE-flags.patch \
           file://fallback-passwd \
           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 = "060058bb29f70b244e685b3c704eb0641b736f73"
S = "${WORKDIR}/git"
PV = "1.9.0+git${SRCPV}"

# error: use of undeclared identifier '_STAT_VER'
COMPATIBLE_HOST_libc-musl = 'null'