diff options
author | Martin Jansa <Martin.Jansa@gmail.com> | 2013-07-13 19:15:44 +0200 |
---|---|---|
committer | Martin Jansa <Martin.Jansa@gmail.com> | 2013-07-20 17:07:33 +0200 |
commit | e0a1ac93f8623dc8eec9a75e9e4cbac9677b9e6f (patch) | |
tree | 2927f16a69d456fb784aaece43f37d0d6a86de87 /meta-oe | |
parent | 80805b2daa7b1f7bf161981121c296f80dc649eb (diff) | |
download | meta-openembedded-e0a1ac93f8623dc8eec9a75e9e4cbac9677b9e6f.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.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 5de1e3f7f..1f3b62efd 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}" | |||
11 | SRC_URI = "ftp://sources.redhat.com/pub/lvm2/old/LVM2.${PV}.tgz \ | 11 | SRC_URI = "ftp://sources.redhat.com/pub/lvm2/old/LVM2.${PV}.tgz \ |
12 | file://lvm.conf" | 12 | file://lvm.conf" |
13 | 13 | ||
14 | PACKAGECONFIG ??= "readline" | ||
15 | PACKAGECONFIG[readline] = "--enable-readline,--disable-readline,readline" | ||
16 | |||
14 | # Unset user/group to unbreak install. | 17 | # Unset user/group to unbreak install. |
15 | EXTRA_OECONF = "--with-user= \ | 18 | EXTRA_OECONF = "--with-user= \ |
16 | --with-group= \ | 19 | --with-group= \ |