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 13:11:11 +0000 |
commit | 50c0107046042dca38310e6e3ec403647fc11826 (patch) | |
tree | df2904fead4c569fc6a9b68bb91558d6dd9b8e6b /meta/recipes-extended/parted | |
parent | 9be93e80d586475eb896d282ff7a63c231773d6e (diff) | |
download | poky-50c0107046042dca38310e6e3ec403647fc11826.tar.gz |
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>
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 \ | |||
13 | SRC_URI[md5sum] = "a94e84a9b9944715c4453f82ccc639bf" | 13 | SRC_URI[md5sum] = "a94e84a9b9944715c4453f82ccc639bf" |
14 | SRC_URI[sha256sum] = "8886eece015202f6bd5ce8414f4b68838452cef509f2e3389ad56128219837b7" | 14 | SRC_URI[sha256sum] = "8886eece015202f6bd5ce8414f4b68838452cef509f2e3389ad56128219837b7" |
15 | 15 | ||
16 | EXTRA_OECONF = "--disable-Werror --disable-device-mapper" | 16 | EXTRA_OECONF = "--disable-device-mapper" |
17 | 17 | ||
18 | inherit autotools pkgconfig gettext | 18 | inherit autotools pkgconfig gettext |
19 | 19 | ||