]> code.ossystems Code Review - openembedded-core.git/commitdiff
pseudo*.bb: update to pseudo 1.6.2
authorPeter Seebach <peter.seebach@windriver.com>
Fri, 3 Oct 2014 22:58:31 +0000 (17:58 -0500)
committerRichard Purdie <richard.purdie@linuxfoundation.org>
Mon, 6 Oct 2014 14:07:59 +0000 (15:07 +0100)
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.

Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
meta/recipes-devtools/pseudo/pseudo_1.6.2.bb [moved from meta/recipes-devtools/pseudo/pseudo_1.6.1.bb with 52% similarity]
meta/recipes-devtools/pseudo/pseudo_git.bb

similarity index 52%
rename from meta/recipes-devtools/pseudo/pseudo_1.6.1.bb
rename to meta/recipes-devtools/pseudo/pseudo_1.6.2.bb
index 2dff823b14437e965aec69cd77e1de0ef6995e35..ece50bfdfd7bab780c9adb070e8dc999420fc8cc 100644 (file)
@@ -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"
index d599cfb2fdb14d091128d0deb5a9611bcdd431d6..8c6f06ab4621e784957b7b9a6ba758f5ab062942 100644 (file)
@@ -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"