diff options
-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= \ |