lvm2: add PACKAGECONFIG for readline
authorMartin Jansa <Martin.Jansa@gmail.com>
Sat, 13 Jul 2013 17:15:44 +0000 (19:15 +0200)
committerPatrick Ohly <patrick.ohly@intel.com>
Fri, 9 Jan 2015 16:31:43 +0000 (08:31 -0800)
* it's autodetected from sysroot

(From meta-openembedded rev: e0a1ac93f8623dc8eec9a75e9e4cbac9677b9e6f)

Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com>
Signed-off-by: Patrick Ohly <patrick.ohly@intel.com>
meta-openembedded/meta-oe/recipes-support/lvm2/lvm2.inc

index 5de1e3f..1f3b62e 100644 (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= \