mirror of
https://github.com/openembedded/meta-openembedded.git
synced 2026-05-09 17:59:26 +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:
@@ -11,6 +11,9 @@ S = "${WORKDIR}/LVM2.${PV}"
|
|||||||
SRC_URI = "ftp://sources.redhat.com/pub/lvm2/old/LVM2.${PV}.tgz \
|
SRC_URI = "ftp://sources.redhat.com/pub/lvm2/old/LVM2.${PV}.tgz \
|
||||||
file://lvm.conf"
|
file://lvm.conf"
|
||||||
|
|
||||||
|
PACKAGECONFIG ??= "readline"
|
||||||
|
PACKAGECONFIG[readline] = "--enable-readline,--disable-readline,readline"
|
||||||
|
|
||||||
# Unset user/group to unbreak install.
|
# Unset user/group to unbreak install.
|
||||||
EXTRA_OECONF = "--with-user= \
|
EXTRA_OECONF = "--with-user= \
|
||||||
--with-group= \
|
--with-group= \
|
||||||
|
|||||||
Reference in New Issue
Block a user