mirror of
git://git.openembedded.org/meta-openembedded
synced 2026-01-01 13:58:06 +00:00
lvm2: add PACKAGECONFIG for readline
* it's autodetected from sysroot Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com>
This commit is contained in:
parent
e2622e2cf3
commit
c113854a16
|
|
@ -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= \
|
||||
|
|
|
|||
Loading…
Reference in New Issue
Block a user