diff options
author | Richard Purdie <richard@openedhand.com> | 2008-10-08 11:29:57 +0000 |
---|---|---|
committer | Richard Purdie <richard@openedhand.com> | 2008-10-08 11:29:57 +0000 |
commit | acb3bfa86b2c25fd7e407073d1af674b52bfffd0 (patch) | |
tree | 359196c9f2c48b75008478bcb3afce354ca70862 /meta/packages | |
parent | 3abb77959d4ba844e219d84752cbff7d8d2c26f9 (diff) | |
download | poky-acb3bfa86b2c25fd7e407073d1af674b52bfffd0.tar.gz |
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
Diffstat (limited to 'meta/packages')
-rw-r--r-- | meta/packages/parted/parted_1.8.8.bb | 4 |
1 files changed, 2 insertions, 2 deletions
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" | |||
3 | LICENSE = "GPLv2" | 3 | LICENSE = "GPLv2" |
4 | SECTION = "console/tools" | 4 | SECTION = "console/tools" |
5 | DEPENDS = "readline e2fsprogs-libs" | 5 | DEPENDS = "readline e2fsprogs-libs" |
6 | PR = "r0" | 6 | PR = "r1" |
7 | 7 | ||
8 | SRC_URI = "${GNU_MIRROR}/parted/parted-${PV}.tar.gz \ | 8 | SRC_URI = "${GNU_MIRROR}/parted/parted-${PV}.tar.gz \ |
9 | file://syscalls.patch;patch=1 " | 9 | file://syscalls.patch;patch=1 " |
10 | 10 | ||
11 | EXTRA_OECONF = "--disable-Werror gl_cv_ignore_unused_libraries=none" | 11 | EXTRA_OECONF = "--disable-Werror" |
12 | 12 | ||
13 | inherit autotools pkgconfig | 13 | inherit autotools pkgconfig |
14 | 14 | ||