lvm2: add PACKAGECONFIG for readline

* it's autodetected from sysroot

Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com>
This commit is contained in:
Martin Jansa 2013-07-13 19:15:44 +02:00 committed by Eric Bénard
parent e2622e2cf3
commit c113854a16

View File

@ -11,6 +11,9 @@ S = "${WORKDIR}/LVM2.${PV}"
SRC_URI = "ftp://sources.redhat.com/pub/lvm2/old/LVM2.${PV}.tgz \
file://lvm.conf"
PACKAGECONFIG ??= "readline"
PACKAGECONFIG[readline] = "--enable-readline,--disable-readline,readline"
# Unset user/group to unbreak install.
EXTRA_OECONF = "--with-user= \
--with-group= \