diff options
author | Andreas Oberritter <obi@opendreambox.org> | 2012-03-15 02:08:38 +0100 |
---|---|---|
committer | Richard Purdie <richard.purdie@linuxfoundation.org> | 2012-03-15 10:38:03 +0000 |
commit | 324c66698d08c94472271f86b6e962678f1b9086 (patch) | |
tree | 192531dae90c6599c2a0b49c2f45fb6580e999bb /meta/recipes-extended/parted | |
parent | c1a53c9b37b9f3e3369c5aef4c659bbef5ed052d (diff) | |
download | openembedded-core-324c66698d08c94472271f86b6e962678f1b9086.tar.gz openembedded-core-324c66698d08c94472271f86b6e962678f1b9086.tar.bz2 openembedded-core-324c66698d08c94472271f86b6e962678f1b9086.zip |
parted: don't pass --disable-Werror to configure
* 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>
Diffstat (limited to 'meta/recipes-extended/parted')
-rw-r--r-- | 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 29daf01df6..2fba6d1446 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 |