[oe-commits] Peter Seebach : pseudo*.bb: update to pseudo 1.6.2

git at git.openembedded.org git at git.openembedded.org
Sat Oct 4 22:37:06 UTC 2014


Module: openembedded-core.git
Branch: master-next
Commit: 373c2e34b781f01c404fab125a7ba66f39d50b02
URL:    http://git.openembedded.org/?p=openembedded-core.git&a=commit;h=373c2e34b781f01c404fab125a7ba66f39d50b02

Author: Peter Seebach <peter.seebach at windriver.com>
Date:   Fri Oct  3 17:58:31 2014 -0500

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.

Signed-off-by: Richard Purdie <richard.purdie at linuxfoundation.org>

---

 meta/recipes-devtools/pseudo/{pseudo_1.6.1.bb => pseudo_1.6.2.bb} | 4 ++--
 meta/recipes-devtools/pseudo/pseudo_git.bb                        | 4 ++--
 2 files changed, 4 insertions(+), 4 deletions(-)

diff --git a/meta/recipes-devtools/pseudo/pseudo_1.6.1.bb b/meta/recipes-devtools/pseudo/pseudo_1.6.2.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 2dff823..ece50bf 100644
--- a/meta/recipes-devtools/pseudo/pseudo_1.6.1.bb
+++ b/meta/recipes-devtools/pseudo/pseudo_1.6.2.bb
@@ -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"
diff --git a/meta/recipes-devtools/pseudo/pseudo_git.bb b/meta/recipes-devtools/pseudo/pseudo_git.bb
index d599cfb..8c6f06a 100644
--- a/meta/recipes-devtools/pseudo/pseudo_git.bb
+++ b/meta/recipes-devtools/pseudo/pseudo_git.bb
@@ -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"
 



More information about the Openembedded-commits mailing list