* [PATCH 0/1] e2fsprogs streamlining
@ 2012-01-31 2:47 Scott Garman
2012-01-31 2:47 ` [PATCH 1/1] e2fsprogs: remove unneeded patch and re-enable PARALLEL_MAKE Scott Garman
` (2 more replies)
0 siblings, 3 replies; 4+ messages in thread
From: Scott Garman @ 2012-01-31 2:47 UTC (permalink / raw)
To: openembedded-core
Hello,
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.
The following changes since commit d7b13cd42ab8d5f44f97e119b73ec2e363677d26:
useradd.bbclass: Fix missing quote (2012-01-27 23:57:33 +0000)
are available in the git repository at:
git://git.pokylinux.org/poky-contrib sgarman/e2fsprogs-final
http://git.pokylinux.org/cgit.cgi/poky-contrib/log/?h=sgarman/e2fsprogs-final
Scott Garman (1):
e2fsprogs: remove unneeded patch and re-enable PARALLEL_MAKE
.../e2fsprogs/e2fsprogs-1.42/quotefix.patch | 44 --------------------
meta/recipes-devtools/e2fsprogs/e2fsprogs_1.42.bb | 5 +--
2 files changed, 1 insertions(+), 48 deletions(-)
delete mode 100644 meta/recipes-devtools/e2fsprogs/e2fsprogs-1.42/quotefix.patch
--
1.7.5.4
^ permalink raw reply [flat|nested] 4+ messages in thread* [PATCH 1/1] e2fsprogs: remove unneeded patch and re-enable PARALLEL_MAKE 2012-01-31 2:47 [PATCH 0/1] e2fsprogs streamlining Scott Garman @ 2012-01-31 2:47 ` Scott Garman 2012-01-31 2:49 ` [PATCH 0/1] e2fsprogs streamlining Scott Garman 2012-02-02 17:57 ` Saul Wold 2 siblings, 0 replies; 4+ messages in thread From: Scott Garman @ 2012-01-31 2:47 UTC (permalink / raw) To: openembedded-core From: Scott Garman <sgarman@zenlinux.com> 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. Signed-off-by: Scott Garman <sgarman@zenlinux.com> --- .../e2fsprogs/e2fsprogs-1.42/quotefix.patch | 44 -------------------- meta/recipes-devtools/e2fsprogs/e2fsprogs_1.42.bb | 5 +-- 2 files changed, 1 insertions(+), 48 deletions(-) delete mode 100644 meta/recipes-devtools/e2fsprogs/e2fsprogs-1.42/quotefix.patch diff --git a/meta/recipes-devtools/e2fsprogs/e2fsprogs-1.42/quotefix.patch b/meta/recipes-devtools/e2fsprogs/e2fsprogs-1.42/quotefix.patch deleted file mode 100644 index e576f35..0000000 --- a/meta/recipes-devtools/e2fsprogs/e2fsprogs-1.42/quotefix.patch +++ /dev/null @@ -1,44 +0,0 @@ -Upstream-Status: Pending - -These macros are underquoted and break with recent autoconf+automake -combinations. - RP 2010-01-02 - -Signed-off-by: Scott Garman <scott.a.garman@intel.com> - -diff -urN e2fsprogs-1.42.orig//configure.in e2fsprogs-1.42/configure.in ---- e2fsprogs-1.42.orig//configure.in 2011-11-28 09:28:22.000000000 -0800 -+++ e2fsprogs-1.42/configure.in 2012-01-12 14:42:54.820531407 -0800 -@@ -439,11 +439,11 @@ - AC_MSG_ERROR([pkg-config not installed; please install it.]) - fi - -- AC_CHECK_LIB(uuid, uuid_generate, -+ [AC_CHECK_LIB(uuid, uuid_generate, - [LIBUUID=`$PKG_CONFIG --libs uuid`; - STATIC_LIBUUID=`$PKG_CONFIG --static --libs uuid`], - [AC_MSG_ERROR([external uuid library not found])], -- [$LIBUUID]) -+ [$LIBUUID])] - UUID_CMT=# - AC_MSG_RESULT([Disabling private uuid library]) - else -@@ -939,15 +939,15 @@ - AH_TEMPLATE([HAVE_SEM_INIT], [Define to 1 if sem_init() exists]) - SEM_INIT_LIB='' - AC_CHECK_FUNC(sem_init, , -- AC_CHECK_LIB(pthread, sem_init, -+ [AC_CHECK_LIB(pthread, sem_init, - AC_DEFINE(HAVE_SEM_INIT, 1) - SEM_INIT_LIB=-lpthread, -- AC_CHECK_LIB(rt, sem_init, -+ [AC_CHECK_LIB(rt, sem_init, - AC_DEFINE(HAVE_SEM_INIT, 1) - SEM_INIT_LIB=-lrt, -- AC_CHECK_LIB(posix4, sem_init, -+ [AC_CHECK_LIB(posix4, sem_init, - AC_DEFINE(HAVE_SEM_INIT, 1) -- SEM_INIT_LIB=-lposix4))))dnl -+ SEM_INIT_LIB=-lposix4)])])])dnl - AC_SUBST(SEM_INIT_LIB) - dnl - dnl Check for unified diff diff --git a/meta/recipes-devtools/e2fsprogs/e2fsprogs_1.42.bb b/meta/recipes-devtools/e2fsprogs/e2fsprogs_1.42.bb index f6759aa7..29e757d 100644 --- a/meta/recipes-devtools/e2fsprogs/e2fsprogs_1.42.bb +++ b/meta/recipes-devtools/e2fsprogs/e2fsprogs_1.42.bb @@ -2,15 +2,12 @@ require e2fsprogs.inc PR = "r1" -SRC_URI += "file://quotefix.patch \ - file://fallocate.patch \ +SRC_URI += "file://fallocate.patch \ file://acinclude.m4" SRC_URI[md5sum] = "a3c4ffd7352310ab5e9412965d575610" SRC_URI[sha256sum] = "55b46db0cec3e2eb0e5de14494a88b01ff6c0500edf8ca8927cad6da7b5e4a46" -PARALLEL_MAKE = "" - EXTRA_OECONF += "--libdir=${base_libdir} --sbindir=${base_sbindir} --enable-elf-shlibs --disable-libuuid --disable-uuidd" EXTRA_OECONF_darwin = "--libdir=${base_libdir} --sbindir=${base_sbindir} --enable-bsd-shlibs" EXTRA_OECONF_darwin8 = "--libdir=${base_libdir} --sbindir=${base_sbindir} --enable-bsd-shlibs" -- 1.7.5.4 ^ permalink raw reply related [flat|nested] 4+ messages in thread
* Re: [PATCH 0/1] e2fsprogs streamlining 2012-01-31 2:47 [PATCH 0/1] e2fsprogs streamlining Scott Garman 2012-01-31 2:47 ` [PATCH 1/1] e2fsprogs: remove unneeded patch and re-enable PARALLEL_MAKE Scott Garman @ 2012-01-31 2:49 ` Scott Garman 2012-02-02 17:57 ` Saul Wold 2 siblings, 0 replies; 4+ messages in thread From: Scott Garman @ 2012-01-31 2:49 UTC (permalink / raw) To: openembedded-core On 01/30/2012 06:47 PM, Scott Garman wrote: > Hello, > > 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. Sorry, I forgot a PR bump - my branch will be updated with this momentarily. Scott -- Scott Garman Embedded Linux Engineer - Yocto Project Intel Open Source Technology Center ^ permalink raw reply [flat|nested] 4+ messages in thread
* Re: [PATCH 0/1] e2fsprogs streamlining 2012-01-31 2:47 [PATCH 0/1] e2fsprogs streamlining Scott Garman 2012-01-31 2:47 ` [PATCH 1/1] e2fsprogs: remove unneeded patch and re-enable PARALLEL_MAKE Scott Garman 2012-01-31 2:49 ` [PATCH 0/1] e2fsprogs streamlining Scott Garman @ 2012-02-02 17:57 ` Saul Wold 2 siblings, 0 replies; 4+ messages in thread From: Saul Wold @ 2012-02-02 17:57 UTC (permalink / raw) To: Patches and discussions about the oe-core layer; +Cc: Scott Garman On 01/30/2012 06:47 PM, Scott Garman wrote: > Hello, > > 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. > > The following changes since commit d7b13cd42ab8d5f44f97e119b73ec2e363677d26: > > useradd.bbclass: Fix missing quote (2012-01-27 23:57:33 +0000) > > are available in the git repository at: > git://git.pokylinux.org/poky-contrib sgarman/e2fsprogs-final > http://git.pokylinux.org/cgit.cgi/poky-contrib/log/?h=sgarman/e2fsprogs-final > > Scott Garman (1): > e2fsprogs: remove unneeded patch and re-enable PARALLEL_MAKE > > .../e2fsprogs/e2fsprogs-1.42/quotefix.patch | 44 -------------------- > meta/recipes-devtools/e2fsprogs/e2fsprogs_1.42.bb | 5 +-- > 2 files changed, 1 insertions(+), 48 deletions(-) > delete mode 100644 meta/recipes-devtools/e2fsprogs/e2fsprogs-1.42/quotefix.patch > Merged into OE-core Thanks Sau! ^ permalink raw reply [flat|nested] 4+ messages in thread
end of thread, other threads:[~2012-02-02 18:05 UTC | newest] Thread overview: 4+ messages (download: mbox.gz follow: Atom feed -- links below jump to the message on this page -- 2012-01-31 2:47 [PATCH 0/1] e2fsprogs streamlining Scott Garman 2012-01-31 2:47 ` [PATCH 1/1] e2fsprogs: remove unneeded patch and re-enable PARALLEL_MAKE Scott Garman 2012-01-31 2:49 ` [PATCH 0/1] e2fsprogs streamlining Scott Garman 2012-02-02 17:57 ` Saul Wold
This is a public inbox, see mirroring instructions for how to clone and mirror all data and code used for this inbox