aboutsummaryrefslogtreecommitdiffstats
path: root/meta-oe
diff options
context:
space:
mode:
authorMartin Jansa <Martin.Jansa@gmail.com>2013-07-13 19:15:44 +0200
committerEric BĂ©nard <eric@eukrea.com>2013-08-22 09:51:26 +0200
commitc113854a167cfb56d92076ab8b8a36dfb3f4e170 (patch)
tree4cdd8739a987aa38264de5f901502b0a8d2709cb /meta-oe
parente2622e2cf3dd0ec2afbbd2353857b4f589f5c123 (diff)
downloadmeta-openembedded-c113854a167cfb56d92076ab8b8a36dfb3f4e170.tar.gz
lvm2: add PACKAGECONFIG for readline
* it's autodetected from sysroot Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com>
Diffstat (limited to 'meta-oe')
-rw-r--r--meta-oe/recipes-support/lvm2/lvm2.inc3
1 files changed, 3 insertions, 0 deletions
diff --git a/meta-oe/recipes-support/lvm2/lvm2.inc b/meta-oe/recipes-support/lvm2/lvm2.inc
index 157e11b924..63c612e207 100644
--- a/meta-oe/recipes-support/lvm2/lvm2.inc
+++ b/meta-oe/recipes-support/lvm2/lvm2.inc
@@ -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= \