mirror of
https://git.yoctoproject.org/poky
synced 2026-04-02 17:02:21 +02:00
pseudo_1.4.5.bb: Finish fixing linkat()
The 1.4.4 fix replaced possible double-prepending of chroot paths with possible non-prepending of chroot paths. After significant evaluation, have settled on a single prepending of the chroot path as a workable compromise. (From OE-Core rev: a79597994e3f680e34a1a45fb37d76977903ded5) Signed-off-by: Peter Seebach <peter.seebach@windriver.com> Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
This commit is contained in:
committed by
Richard Purdie
parent
56dc1720ca
commit
3ec4df5754
@@ -1,8 +0,0 @@
|
||||
require pseudo.inc
|
||||
|
||||
PR = "r0"
|
||||
|
||||
SRC_URI = "http://www.yoctoproject.org/downloads/${BPN}/${BPN}-${PV}.tar.bz2"
|
||||
|
||||
SRC_URI[md5sum] = "ae18a1388c032ac910adbf8c3111fdc4"
|
||||
SRC_URI[sha256sum] = "e72cb188fd8efb9eadfb5ce571a45a99245ae312eb9830cb9a9726bb25e47c17"
|
||||
8
meta/recipes-devtools/pseudo/pseudo_1.4.5.bb
Normal file
8
meta/recipes-devtools/pseudo/pseudo_1.4.5.bb
Normal file
@@ -0,0 +1,8 @@
|
||||
require pseudo.inc
|
||||
|
||||
PR = "r0"
|
||||
|
||||
SRC_URI = "http://www.yoctoproject.org/downloads/${BPN}/${BPN}-${PV}.tar.bz2"
|
||||
|
||||
SRC_URI[md5sum] = "1b8677f7730bd4c51daab7727c35123e"
|
||||
SRC_URI[sha256sum] = "e36360e4899467ac842fece894177cb50207671a90e0567ffc74c144fa377f51"
|
||||
@@ -1,7 +1,7 @@
|
||||
require pseudo.inc
|
||||
|
||||
SRCREV = "363a94bb851046f62648d7c96c749e899bd0648e"
|
||||
PV = "1.4.4+git${SRCPV}"
|
||||
SRCREV = "011b401fb6be38d739215e455588af4dcd707e17"
|
||||
PV = "1.4.5+git${SRCPV}"
|
||||
PR = "r0"
|
||||
|
||||
DEFAULT_PREFERENCE = "-1"
|
||||
|
||||
Reference in New Issue
Block a user