diff options
author | Marcin Juszkiewicz <marcin.juszkiewicz@linaro.org> | 2012-11-29 07:43:58 +0000 |
---|---|---|
committer | Koen Kooi <koen@dominion.thruhere.net> | 2012-12-04 10:44:21 +0100 |
commit | f518e6efa213f7532e1bc0c0df469117d5e5c903 (patch) | |
tree | ef094ffbbf919b1313a33656f6d4345268c5fe80 | |
parent | 8424c379fba43c5073b1ca12ba6cb0546c822f3a (diff) | |
download | meta-openembedded-f518e6efa213f7532e1bc0c0df469117d5e5c903.tar.gz |
xfsprogs: updated to 3.1.8, added gnu-configize
Signed-off-by: Marcin Juszkiewicz <marcin.juszkiewicz@linaro.org>
Signed-off-by: Koen Kooi <koen@dominion.thruhere.net>
-rw-r--r-- | meta-oe/recipes-support/xfsprogs/xfsprogs-3.1.8/remove-install-as-user.patch (renamed from meta-oe/recipes-support/xfsprogs/xfsprogs-3.1.7/remove-install-as-user.patch) | 0 | ||||
-rw-r--r-- | meta-oe/recipes-support/xfsprogs/xfsprogs_3.1.8.bb (renamed from meta-oe/recipes-support/xfsprogs/xfsprogs_3.1.7.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 index 1263aafa2..1263aafa2 100644 --- 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 | |||
diff --git a/meta-oe/recipes-support/xfsprogs/xfsprogs_3.1.7.bb b/meta-oe/recipes-support/xfsprogs/xfsprogs_3.1.8.bb index 3bc489742..f83561d91 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" | |||
5 | LICENSE_libhandle = "LGPLv2.1" | 5 | LICENSE_libhandle = "LGPLv2.1" |
6 | LIC_FILES_CHKSUM = "file://doc/COPYING;md5=dbdb5f4329b7e7145de650e9ecd4ac2a" | 6 | LIC_FILES_CHKSUM = "file://doc/COPYING;md5=dbdb5f4329b7e7145de650e9ecd4ac2a" |
7 | DEPENDS = "util-linux" | 7 | DEPENDS = "util-linux" |
8 | PR = "r1" | 8 | PR = "r0" |
9 | 9 | ||
10 | SRC_URI = "ftp://oss.sgi.com/projects/xfs/cmd_tars/${P}.tar.gz \ | 10 | SRC_URI = "ftp://oss.sgi.com/projects/xfs/cmd_tars/${P}.tar.gz \ |
11 | file://remove-install-as-user.patch \ | 11 | file://remove-install-as-user.patch \ |
12 | " | 12 | " |
13 | SRC_URI[md5sum] = "049cf9873794ea49d0bb3f12d45748a4" | 13 | |
14 | SRC_URI[sha256sum] = "e150914210ac5fd29c098ef0fd94bdec51d2fb231cf9faa765c16ec6d75c8eaa" | 14 | SRC_URI[md5sum] = "f70b2e7200d4c29f0af1cf70e7be1db6" |
15 | SRC_URI[sha256sum] = "74409e2e3748074999df25c00f722621659a0bd3607e677f0bcc4373b8c93eab" | ||
15 | 16 | ||
16 | inherit autotools | 17 | inherit autotools |
17 | 18 | ||
@@ -26,6 +27,7 @@ FILES_libhandle = "${base_libdir}/libhandle${SOLIBS}" | |||
26 | EXTRA_OECONF = "--enable-gettext=no" | 27 | EXTRA_OECONF = "--enable-gettext=no" |
27 | do_configure () { | 28 | do_configure () { |
28 | export DEBUG="-DNDEBUG" | 29 | export DEBUG="-DNDEBUG" |
30 | gnu-configize --force | ||
29 | oe_runconf | 31 | oe_runconf |
30 | } | 32 | } |
31 | 33 | ||