From: Richard Purdie Date: Wed, 8 Oct 2008 11:29:57 +0000 (+0000) Subject: parted: Now readline is fixed, no need for weird EXTRA_OECONF options X-Git-Tag: 2011-1~8073 X-Git-Url: https://code.ossystems.io/gitweb?a=commitdiff_plain;h=acb3bfa86b2c25fd7e407073d1af674b52bfffd0;p=openembedded-core.git parted: Now readline is fixed, no need for weird EXTRA_OECONF options git-svn-id: https://svn.o-hand.com/repos/poky/trunk@5450 311d38ba-8fff-0310-9ca6-ca027cbcb966 --- diff --git a/meta/packages/parted/parted_1.8.8.bb b/meta/packages/parted/parted_1.8.8.bb index 633a1006ae..290d183e1d 100644 --- a/meta/packages/parted/parted_1.8.8.bb +++ b/meta/packages/parted/parted_1.8.8.bb @@ -3,12 +3,12 @@ HOMEPAGE = "http://www.gnu.org/software/parted/parted.html" LICENSE = "GPLv2" SECTION = "console/tools" DEPENDS = "readline e2fsprogs-libs" -PR = "r0" +PR = "r1" SRC_URI = "${GNU_MIRROR}/parted/parted-${PV}.tar.gz \ file://syscalls.patch;patch=1 " -EXTRA_OECONF = "--disable-Werror gl_cv_ignore_unused_libraries=none" +EXTRA_OECONF = "--disable-Werror" inherit autotools pkgconfig