[oe-commits] Marcin Juszkiewicz : xfsprogs: updated to 3.1.8, added gnu-configize

git at git.openembedded.org git at git.openembedded.org
Tue Dec 4 09:49:52 UTC 2012


Module: meta-openembedded.git
Branch: master
Commit: f518e6efa213f7532e1bc0c0df469117d5e5c903
URL:    http://git.openembedded.org/?p=meta-openembedded.git&a=commit;h=f518e6efa213f7532e1bc0c0df469117d5e5c903

Author: Marcin Juszkiewicz <marcin.juszkiewicz at linaro.org>
Date:   Thu Nov 29 07:43:58 2012 +0000

xfsprogs: updated to 3.1.8, added gnu-configize

Signed-off-by: Marcin Juszkiewicz <marcin.juszkiewicz at linaro.org>
Signed-off-by: Koen Kooi <koen at dominion.thruhere.net>

---

 .../remove-install-as-user.patch                   |    0
 .../{xfsprogs_3.1.7.bb => xfsprogs_3.1.8.bb}       |    8 +++++---
 2 files changed, 5 insertions(+), 3 deletions(-)

diff --git a/meta-oe/recipes-support/xfsprogs/xfsprogs-3.1.7/remove-install-as-user.patch b/meta-oe/recipes-support/xfsprogs/xfsprogs-3.1.8/remove-install-as-user.patch
similarity index 100%
rename from meta-oe/recipes-support/xfsprogs/xfsprogs-3.1.7/remove-install-as-user.patch
rename to meta-oe/recipes-support/xfsprogs/xfsprogs-3.1.8/remove-install-as-user.patch
diff --git a/meta-oe/recipes-support/xfsprogs/xfsprogs_3.1.7.bb b/meta-oe/recipes-support/xfsprogs/xfsprogs_3.1.8.bb
similarity index 86%
rename from meta-oe/recipes-support/xfsprogs/xfsprogs_3.1.7.bb
rename to meta-oe/recipes-support/xfsprogs/xfsprogs_3.1.8.bb
index 3bc4897..f83561d 100644
--- a/meta-oe/recipes-support/xfsprogs/xfsprogs_3.1.7.bb
+++ b/meta-oe/recipes-support/xfsprogs/xfsprogs_3.1.8.bb
@@ -5,13 +5,14 @@ LICENSE = "GPLv2"
 LICENSE_libhandle = "LGPLv2.1"
 LIC_FILES_CHKSUM = "file://doc/COPYING;md5=dbdb5f4329b7e7145de650e9ecd4ac2a"
 DEPENDS = "util-linux"
-PR = "r1"
+PR = "r0"
 
 SRC_URI = "ftp://oss.sgi.com/projects/xfs/cmd_tars/${P}.tar.gz \
 	file://remove-install-as-user.patch \
 "
-SRC_URI[md5sum] = "049cf9873794ea49d0bb3f12d45748a4"
-SRC_URI[sha256sum] = "e150914210ac5fd29c098ef0fd94bdec51d2fb231cf9faa765c16ec6d75c8eaa"
+
+SRC_URI[md5sum] = "f70b2e7200d4c29f0af1cf70e7be1db6"
+SRC_URI[sha256sum] = "74409e2e3748074999df25c00f722621659a0bd3607e677f0bcc4373b8c93eab"
 
 inherit autotools
 
@@ -26,6 +27,7 @@ FILES_libhandle = "${base_libdir}/libhandle${SOLIBS}"
 EXTRA_OECONF = "--enable-gettext=no"
 do_configure () {
 	export DEBUG="-DNDEBUG"
+	gnu-configize --force
 	oe_runconf
 }
 





More information about the Openembedded-commits mailing list