1
0
mirror of https://git.yoctoproject.org/poky synced 2026-05-09 05:29:32 +00:00

parted: don't pass --disable-Werror to configure

* Fixes the following warning:

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

(From OE-Core rev: 324c66698d08c94472271f86b6e962678f1b9086)

Signed-off-by: Andreas Oberritter <obi@opendreambox.org>
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
This commit is contained in:
Andreas Oberritter
2012-03-15 02:08:38 +01:00
committed by Richard Purdie
parent 9be93e80d5
commit 50c0107046
+1 -1
View 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