summaryrefslogtreecommitdiffstats
path: root/meta/recipes-devtools/e2fsprogs/e2fsprogs_1.42.bb
diff options
context:
space:
mode:
authorScott Garman <sgarman@zenlinux.com>2012-01-30 18:40:29 -0800
committerRichard Purdie <richard.purdie@linuxfoundation.org>2012-02-01 15:15:15 +0000
commit58026ecc28c59793259dd939f90e764ee0d95485 (patch)
treec738f9a294de0008aa41209cffad1ba9f0e3de22 /meta/recipes-devtools/e2fsprogs/e2fsprogs_1.42.bb
parent76640582e8ba114d4e80a494f6680fd0ce57ca58 (diff)
downloadpoky-58026ecc28c59793259dd939f90e764ee0d95485.tar.gz
e2fsprogs: remove unneeded patch and re-enable PARALLEL_MAKE
Koen Kooi suggested that the quotefix patch was not needed, and the build of the recipe should now be multithread-safe. My testing has confirmed this. (From OE-Core rev: 731700ec390d680ee4d277312755bea0ab4aeeec) Signed-off-by: Scott Garman <sgarman@zenlinux.com> Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
Diffstat (limited to 'meta/recipes-devtools/e2fsprogs/e2fsprogs_1.42.bb')
-rw-r--r--meta/recipes-devtools/e2fsprogs/e2fsprogs_1.42.bb7
1 files changed, 2 insertions, 5 deletions
diff --git a/meta/recipes-devtools/e2fsprogs/e2fsprogs_1.42.bb b/meta/recipes-devtools/e2fsprogs/e2fsprogs_1.42.bb
index f6759aa7d4..2289211c80 100644
--- a/meta/recipes-devtools/e2fsprogs/e2fsprogs_1.42.bb
+++ b/meta/recipes-devtools/e2fsprogs/e2fsprogs_1.42.bb
@@ -1,16 +1,13 @@
1require e2fsprogs.inc 1require e2fsprogs.inc
2 2
3PR = "r1" 3PR = "r2"
4 4
5SRC_URI += "file://quotefix.patch \ 5SRC_URI += "file://fallocate.patch \
6 file://fallocate.patch \
7 file://acinclude.m4" 6 file://acinclude.m4"
8 7
9SRC_URI[md5sum] = "a3c4ffd7352310ab5e9412965d575610" 8SRC_URI[md5sum] = "a3c4ffd7352310ab5e9412965d575610"
10SRC_URI[sha256sum] = "55b46db0cec3e2eb0e5de14494a88b01ff6c0500edf8ca8927cad6da7b5e4a46" 9SRC_URI[sha256sum] = "55b46db0cec3e2eb0e5de14494a88b01ff6c0500edf8ca8927cad6da7b5e4a46"
11 10
12PARALLEL_MAKE = ""
13
14EXTRA_OECONF += "--libdir=${base_libdir} --sbindir=${base_sbindir} --enable-elf-shlibs --disable-libuuid --disable-uuidd" 11EXTRA_OECONF += "--libdir=${base_libdir} --sbindir=${base_sbindir} --enable-elf-shlibs --disable-libuuid --disable-uuidd"
15EXTRA_OECONF_darwin = "--libdir=${base_libdir} --sbindir=${base_sbindir} --enable-bsd-shlibs" 12EXTRA_OECONF_darwin = "--libdir=${base_libdir} --sbindir=${base_sbindir} --enable-bsd-shlibs"
16EXTRA_OECONF_darwin8 = "--libdir=${base_libdir} --sbindir=${base_sbindir} --enable-bsd-shlibs" 13EXTRA_OECONF_darwin8 = "--libdir=${base_libdir} --sbindir=${base_sbindir} --enable-bsd-shlibs"