mirror of
https://git.yoctoproject.org/poky
synced 2026-04-17 18:32:12 +02:00
parted: Make readline dependency optional
(From OE-Core rev: bb433833d2ae7b87d18dfae5635eac9097ecc9b7) Signed-off-by: Mark Jonas <toertel@gmail.com> Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
This commit is contained in:
committed by
Richard Purdie
parent
105cece225
commit
7d8ae0feb3
@@ -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 readline util-linux virtual/libiconv"
|
||||
DEPENDS = "ncurses util-linux virtual/libiconv"
|
||||
|
||||
SRC_URI = "${GNU_MIRROR}/parted/parted-${PV}.tar.xz \
|
||||
file://no_check.patch \
|
||||
@@ -22,6 +22,9 @@ 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() {
|
||||
|
||||
Reference in New Issue
Block a user