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

SRC_URI = "git://git.yoctoproject.org/pseudo;branch=oe-core \
           file://0001-configure-Prune-PIE-flags.patch \
           file://delete_mismatches.patch \
           file://add_ignore_paths.patch \
           file://abort_on_mismatch.patch \
           file://track_link_fds.patch \
           file://xattr_fix.patch \
           file://fallback-passwd \
           file://fallback-group \
           "

SRCREV = "d6b1b13c268d7246f0288d32d6b5eccc658cff4e"
S = "${WORKDIR}/git"
PV = "1.9.0+git${SRCPV}"

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