From 18bc5eb55cf73cf760d1efd98dfe4e75399cd5bc Mon Sep 17 00:00:00 2001 From: yaoxp Date: Mon, 9 Jun 2014 08:59:53 +0800 Subject: lvm2: don't overrwrite EXTRA_OECONF MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit 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 Signed-off-by: Martin Jansa --- 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 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}" -- cgit v1.2.3-54-g00ecf