mirror of
https://git.yoctoproject.org/poky
synced 2026-07-17 04:07:06 +00:00
pseudo*.bb: update to pseudo 1.6.2
pseudo 1.6.2 fixes problems with 64-bit inodes and some underlying issues involving file renames that could occasionally cause very strange behaviors files being deleted, linked, or renamed, mostly observed as strange recovery if an inode got reused. (From OE-Core rev: b2c6a032d6e5deb07e76ed75fcd0931fad6a748c) Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
This commit is contained in:
committed by
Richard Purdie
parent
07ad00ec89
commit
be2cf13961
+2
-2
@@ -4,7 +4,7 @@ SRC_URI = " \
|
||||
http://www.yoctoproject.org/downloads/${BPN}/${BPN}-${PV}.tar.bz2 \
|
||||
"
|
||||
|
||||
SRC_URI[md5sum] = "c19e4811635d12f2a923e47061c7d336"
|
||||
SRC_URI[sha256sum] = "de9cc755b786bfbe2d416d35fab340f2b8ef9904cb2801be3092eeb7446a7c37"
|
||||
SRC_URI[md5sum] = "4d7b4f9d1b4aafa680ce94a5a9a52f1f"
|
||||
SRC_URI[sha256sum] = "c72be92689511ced7c419149c6aaa1b1a9e4dfc6409d1f16ab72cc35bc1e376a"
|
||||
|
||||
PSEUDO_EXTRA_OPTS ?= "--enable-force-async"
|
||||
@@ -1,7 +1,7 @@
|
||||
require pseudo.inc
|
||||
|
||||
SRCREV = "2765805641f09109029b88b38f27256dc1b52ba3"
|
||||
PV = "1.6.1+git${SRCPV}"
|
||||
SRCREV = "0dc29e7c67f25d0978a7da5cd8965514912c5b36"
|
||||
PV = "1.6.2+git${SRCPV}"
|
||||
|
||||
DEFAULT_PREFERENCE = "-1"
|
||||
|
||||
|
||||
Reference in New Issue
Block a user