[oe-commits] Martin Jansa : lvm2: add PACKAGECONFIG for readline

git at git.openembedded.org git at git.openembedded.org
Wed Jul 24 12:26:34 UTC 2013


Module: meta-openembedded.git
Branch: master
Commit: e0a1ac93f8623dc8eec9a75e9e4cbac9677b9e6f
URL:    http://git.openembedded.org/?p=meta-openembedded.git&a=commit;h=e0a1ac93f8623dc8eec9a75e9e4cbac9677b9e6f

Author: Martin Jansa <Martin.Jansa at gmail.com>
Date:   Sat Jul 13 19:15:44 2013 +0200

lvm2: add PACKAGECONFIG for readline

* it's autodetected from sysroot

Signed-off-by: Martin Jansa <Martin.Jansa at gmail.com>

---

 meta-oe/recipes-support/lvm2/lvm2.inc |    3 +++
 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 5de1e3f..1f3b62e 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= \



More information about the Openembedded-commits mailing list