From c113854a167cfb56d92076ab8b8a36dfb3f4e170 Mon Sep 17 00:00:00 2001 From: Martin Jansa Date: Sat, 13 Jul 2013 19:15:44 +0200 Subject: lvm2: add PACKAGECONFIG for readline * it's autodetected from sysroot Signed-off-by: Martin Jansa --- meta-oe/recipes-support/lvm2/lvm2.inc | 3 +++ 1 file changed, 3 insertions(+) (limited to 'meta-oe') 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= \ -- cgit 1.2.3-korg