mirror of
https://git.yoctoproject.org/poky
synced 2026-09-13 18:49:33 +02:00
pseudo: Update pseudo to 1.1.1 version
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>
This commit is contained in:
committed by
Richard Purdie
parent
a91d4987fa
commit
c647c7a54c
10
meta/recipes-devtools/pseudo/pseudo_1.1.1.bb
Normal file
10
meta/recipes-devtools/pseudo/pseudo_1.1.1.bb
Normal file
@@ -0,0 +1,10 @@
|
||||
require pseudo.inc
|
||||
|
||||
PR = "r0"
|
||||
|
||||
SRC_URI = "http://www.yoctoproject.org/downloads/${BPN}/${BPN}-${PV}.tar.bz2 \
|
||||
file://oe-config.patch \
|
||||
file://static_sqlite.patch"
|
||||
|
||||
SRC_URI[md5sum] = "dd59766c17e199fe6144fce8a2c67802"
|
||||
SRC_URI[sha256sum] = "c697f643577d661c3ce826504b9dcd11fa98e78a5d10e3c83931da8942f6bfad"
|
||||
Reference in New Issue
Block a user