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

git at git.openembedded.org git at git.openembedded.org
Thu Aug 22 07:40:43 UTC 2013


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

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 157e11b..63c612e 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