]> code.ossystems Code Review - openembedded-core.git/commitdiff
parted: Now readline is fixed, no need for weird EXTRA_OECONF options
authorRichard Purdie <richard@openedhand.com>
Wed, 8 Oct 2008 11:29:57 +0000 (11:29 +0000)
committerRichard Purdie <richard@openedhand.com>
Wed, 8 Oct 2008 11:29:57 +0000 (11:29 +0000)
git-svn-id: https://svn.o-hand.com/repos/poky/trunk@5450 311d38ba-8fff-0310-9ca6-ca027cbcb966

meta/packages/parted/parted_1.8.8.bb

index 633a1006ae1d0ceee18452853eddf995587d249d..290d183e1d7d725347c843a1e9695178ff32770e 100644 (file)
@@ -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