mirror of
https://git.yoctoproject.org/poky
synced 2026-03-05 06:49:39 +01:00
Update both the core and pseudo_git packages to the latest 1.1.1 verison. This fixes an issues where the call system() was not wrapped. This could lead to issues where certain spawned commands broke out of a pseudo-chroot and created files in the wrong place. Also the update the 1.0 -> 1.1.1 adds additional capabilities such as beginning support for MacOS X. (From OE-Core rev: 9eaa9ed38a197be76317cd3e42f54d1808c3e971) Signed-off-by: Mark Hatle <mark.hatle@windriver.com> Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
15 lines
297 B
BlitzBasic
15 lines
297 B
BlitzBasic
require pseudo.inc
|
|
|
|
SRCREV = "1d3e67cb168c3459e67a0b29f071ca30ed17dadc"
|
|
PV = "1.1.1+git${SRCPV}"
|
|
PR = "r19"
|
|
|
|
DEFAULT_PREFERENCE = "-1"
|
|
|
|
SRC_URI = "git://github.com/wrpseudo/pseudo.git;protocol=git \
|
|
file://oe-config.patch \
|
|
file://static_sqlite.patch"
|
|
|
|
S = "${WORKDIR}/git"
|
|
|