[OE-core] [PATCH] parted: don't pass --disable-Werror to configure

Andreas Oberritter obi at opendreambox.org
Thu Mar 15 01:08:38 UTC 2012


* Fixes the following warning:

| configure: WARNING: unrecognized options: --disable-Werror

Signed-off-by: Andreas Oberritter <obi at opendreambox.org>
---
* No PR bump required because it doesn't change anything
  apart from the log message mentioned above.

 meta/recipes-extended/parted/parted_3.0.bb |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)

diff --git a/meta/recipes-extended/parted/parted_3.0.bb b/meta/recipes-extended/parted/parted_3.0.bb
index 29daf01..2fba6d1 100644
--- a/meta/recipes-extended/parted/parted_3.0.bb
+++ b/meta/recipes-extended/parted/parted_3.0.bb
@@ -13,7 +13,7 @@ SRC_URI = "${GNU_MIRROR}/parted/parted-${PV}.tar.gz \
 SRC_URI[md5sum] = "a94e84a9b9944715c4453f82ccc639bf"
 SRC_URI[sha256sum] = "8886eece015202f6bd5ce8414f4b68838452cef509f2e3389ad56128219837b7"
 
-EXTRA_OECONF = "--disable-Werror --disable-device-mapper"
+EXTRA_OECONF = "--disable-device-mapper"
 
 inherit autotools pkgconfig gettext
 
-- 
1.7.5.4





More information about the Openembedded-core mailing list