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 <[email protected]>
---
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}"
--
1.8.4.2
--
_______________________________________________
Openembedded-devel mailing list
[email protected]
http://lists.openembedded.org/mailman/listinfo/openembedded-devel