]> code.ossystems Code Review - openembedded-core.git/commitdiff
parted: don't pass --disable-Werror to configure
authorAndreas Oberritter <obi@opendreambox.org>
Thu, 15 Mar 2012 01:08:38 +0000 (02:08 +0100)
committerRichard Purdie <richard.purdie@linuxfoundation.org>
Thu, 15 Mar 2012 10:38:03 +0000 (10:38 +0000)
* Fixes the following warning:

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

Signed-off-by: Andreas Oberritter <obi@opendreambox.org>
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
meta/recipes-extended/parted/parted_3.0.bb

index 29daf01df6ab6d81e55f96820bcc2fa0d5eb3814..2fba6d144634a619786fc1c99129ff6ec638ef33 100644 (file)
@@ -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