summaryrefslogtreecommitdiff
path: root/poky/meta/recipes-extended/parted/parted_3.3.bb
diff options
context:
space:
mode:
Diffstat (limited to 'poky/meta/recipes-extended/parted/parted_3.3.bb')
-rw-r--r--poky/meta/recipes-extended/parted/parted_3.3.bb5
1 files changed, 1 insertions, 4 deletions
diff --git a/poky/meta/recipes-extended/parted/parted_3.3.bb b/poky/meta/recipes-extended/parted/parted_3.3.bb
index ce40c04ad..a1fd3ef07 100644
--- a/poky/meta/recipes-extended/parted/parted_3.3.bb
+++ b/poky/meta/recipes-extended/parted/parted_3.3.bb
@@ -3,7 +3,7 @@ HOMEPAGE = "http://www.gnu.org/software/parted/parted.html"
LICENSE = "GPLv3+"
LIC_FILES_CHKSUM = "file://COPYING;md5=2f31b266d3440dd7ee50f92cf67d8e6c"
SECTION = "console/tools"
-DEPENDS = "ncurses util-linux virtual/libiconv"
+DEPENDS = "ncurses readline util-linux virtual/libiconv"
SRC_URI = "${GNU_MIRROR}/parted/parted-${PV}.tar.xz \
file://no_check.patch \
@@ -22,9 +22,6 @@ EXTRA_OECONF = "--disable-device-mapper"
inherit autotools pkgconfig gettext texinfo ptest
-PACKAGECONFIG ?= "readline"
-PACKAGECONFIG[readline] = "--with-readline,--without-readline,readline"
-
BBCLASSEXTEND = "native nativesdk"
do_compile_ptest() {