[oe-commits] yaoxp : lvm2: don't overrwrite EXTRA_OECONF

git at git.openembedded.org git at git.openembedded.org
Tue Jun 10 17:13:30 UTC 2014


Module: meta-openembedded.git
Branch: master-next
Commit: 00e0f2395fcaa752bffdd996c7ff74162a42118d
URL:    http://git.openembedded.org/?p=meta-openembedded.git&a=commit;h=00e0f2395fcaa752bffdd996c7ff74162a42118d

Author: yaoxp <yaoxp at cn.fujitsu.com>
Date:   Mon Jun  9 08:59:53 2014 +0800

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 at cn.fujitsu.com>
Signed-off-by: Martin Jansa <Martin.Jansa at gmail.com>

---

 meta-oe/recipes-support/lvm2/lvm2.inc | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/meta-oe/recipes-support/lvm2/lvm2.inc b/meta-oe/recipes-support/lvm2/lvm2.inc
index c6a9ec0..5f77fe6 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}"



More information about the Openembedded-commits mailing list