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.inc6
1 files changed, 5 insertions, 1 deletions
diff --git a/meta-oe/recipes-support/lvm2/lvm2.inc b/meta-oe/recipes-support/lvm2/lvm2.inc
index c4d1b19d9..a891950d5 100644
--- a/meta-oe/recipes-support/lvm2/lvm2.inc
+++ b/meta-oe/recipes-support/lvm2/lvm2.inc
@@ -8,7 +8,11 @@ LIC_FILES_CHKSUM = "file://COPYING;md5=94d55d512a9ba36caa9b7df079bae19f \
8S = "${WORKDIR}/LVM2.${PV}" 8S = "${WORKDIR}/LVM2.${PV}"
9SRC_URI = "ftp://sources.redhat.com/pub/lvm2/old/LVM2.${PV}.tgz \ 9SRC_URI = "ftp://sources.redhat.com/pub/lvm2/old/LVM2.${PV}.tgz \
10 file://lvm.conf \ 10 file://lvm.conf \
11 " 11 file://0001-implement-libc-specific-_reopen_stream.patch \
12 file://0002-use-PTHREAD_MUTEX_RECURSIVE-instead-of-PTHREAD_MUTEX.patch \
13 file://0003-Guard-use-of-mallinfo-with-__GLIBC__.patch \
14 file://0004-include-fcntl.h-for-O_-defines-and-fcntl-signature.patch \
15 "
12 16
13PACKAGECONFIG ??= "readline" 17PACKAGECONFIG ??= "readline"
14PACKAGECONFIG[readline] = "--enable-readline,--disable-readline,readline" 18PACKAGECONFIG[readline] = "--enable-readline,--disable-readline,readline"