mirror of
https://git.yoctoproject.org/poky
synced 2026-04-05 08:02:25 +02:00
pseudo_git.bb: Bump to pseudo 1.4.4.
The pseudo 1.4.2 linkat() implementation had a broken edge case in which you could end up with chroot paths being doubled when using plain link() calls instead of linkat() calls. (From OE-Core rev: c70443ef21713d805012ef839e3fac04de8eadd2) 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
80d0081d42
commit
600dff4f2c
@@ -1,8 +0,0 @@
|
||||
require pseudo.inc
|
||||
|
||||
PR = "r0"
|
||||
|
||||
SRC_URI = "http://www.yoctoproject.org/downloads/${BPN}/${BPN}-${PV}.tar.bz2"
|
||||
|
||||
SRC_URI[md5sum] = "ac943153aa78e210e2d0db7c85845db3"
|
||||
SRC_URI[sha256sum] = "0ca12a319c0ee87d1c8b2a4310c36a6d68d8d4b8c9c7dba00bace1773baf18e8"
|
||||
8
meta/recipes-devtools/pseudo/pseudo_1.4.4.bb
Normal file
8
meta/recipes-devtools/pseudo/pseudo_1.4.4.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] = "ae18a1388c032ac910adbf8c3111fdc4"
|
||||
SRC_URI[sha256sum] = "e72cb188fd8efb9eadfb5ce571a45a99245ae312eb9830cb9a9726bb25e47c17"
|
||||
@@ -1,7 +1,7 @@
|
||||
require pseudo.inc
|
||||
|
||||
SRCREV = "a01d7884e5f3acba1460cf6b500d28390e7af9f8"
|
||||
PV = "1.4.3+git${SRCPV}"
|
||||
SRCREV = "363a94bb851046f62648d7c96c749e899bd0648e"
|
||||
PV = "1.4.4+git${SRCPV}"
|
||||
PR = "r0"
|
||||
|
||||
DEFAULT_PREFERENCE = "-1"
|
||||
|
||||
Reference in New Issue
Block a user