summaryrefslogtreecommitdiffstats
path: root/meta-oe/recipes-support/lvm2/lvm2.inc
diff options
context:
space:
mode:
Diffstat (limited to 'meta-oe/recipes-support/lvm2/lvm2.inc')
-rw-r--r--meta-oe/recipes-support/lvm2/lvm2.inc3
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}"
11SRC_URI = "ftp://sources.redhat.com/pub/lvm2/old/LVM2.${PV}.tgz \ 11SRC_URI = "ftp://sources.redhat.com/pub/lvm2/old/LVM2.${PV}.tgz \
12 file://lvm.conf" 12 file://lvm.conf"
13 13
14PACKAGECONFIG ??= "readline"
15PACKAGECONFIG[readline] = "--enable-readline,--disable-readline,readline"
16
14# Unset user/group to unbreak install. 17# Unset user/group to unbreak install.
15EXTRA_OECONF = "--with-user= \ 18EXTRA_OECONF = "--with-user= \
16 --with-group= \ 19 --with-group= \