aboutsummaryrefslogtreecommitdiffstats
path: root/meta-oe/recipes-support
diff options
context:
space:
mode:
authoryaoxp <yaoxp@cn.fujitsu.com>2014-06-09 08:59:53 +0800
committerMartin Jansa <Martin.Jansa@gmail.com>2014-06-13 13:38:11 +0200
commit18bc5eb55cf73cf760d1efd98dfe4e75399cd5bc (patch)
treefb40055c43cf3831e1bf6f388d941d0f355742d6 /meta-oe/recipes-support
parent872621cf60db401e2826ebfa2c1572a8bf53f2d5 (diff)
downloadmeta-openembedded-contrib-18bc5eb55cf73cf760d1efd98dfe4e75399cd5bc.tar.gz
lvm2: don't overrwrite EXTRA_OECONF
EXTRA_OECONF has been assigned before ‘EXTRA_OECONF = "--with-usrlibdir=${libdir}"’. collaps the 2 lines into a single EXTRA_OECONF. Signed-off-by: Yao Xinpan <yaoxp@cn.fujitsu.com> Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com>
Diffstat (limited to 'meta-oe/recipes-support')
-rw-r--r--meta-oe/recipes-support/lvm2/lvm2.inc2
1 files changed, 1 insertions, 1 deletions
diff --git a/meta-oe/recipes-support/lvm2/lvm2.inc b/meta-oe/recipes-support/lvm2/lvm2.inc
index c6a9ec0f76..5f77fe6276 100644
--- a/meta-oe/recipes-support/lvm2/lvm2.inc
+++ b/meta-oe/recipes-support/lvm2/lvm2.inc
@@ -28,6 +28,7 @@ EXTRA_OECONF = "--with-user= \
--enable-pkgconfig \
--enable-dmeventd \
--with-udev-prefix= \
+ --with-usrlibdir=${libdir} \
"
PACKAGECONFIG += "${@base_contains('DISTRO_FEATURES', 'selinux', 'selinux', '', d)}"
@@ -47,4 +48,3 @@ FILES_${PN} += "${libdir}/device-mapper/*.so ${base_libdir}/udev"
FILES_${PN}-dbg += "${libdir}/device-mapper/.debug"
RDEPENDS_${PN} = "bash"
-EXTRA_OECONF = "--with-usrlibdir=${libdir}"