All of lore.kernel.org
 help / color / mirror / Atom feed
* [meta-oe][PATCH] lvm2.inc: EXTRA_OECONF is been overwrited.
@ 2014-06-06 10:18 Yao Xinpan
  2014-06-06 10:53 ` Koen Kooi
  0 siblings, 1 reply; 3+ messages in thread
From: Yao Xinpan @ 2014-06-06 10:18 UTC (permalink / raw)
  To: openembedded-devel

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>
---
 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



^ permalink raw reply related	[flat|nested] 3+ messages in thread

end of thread, other threads:[~2014-06-09  0:50 UTC | newest]

Thread overview: 3+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2014-06-06 10:18 [meta-oe][PATCH] lvm2.inc: EXTRA_OECONF is been overwrited Yao Xinpan
2014-06-06 10:53 ` Koen Kooi
2014-06-09  0:50   ` 答复: " yaoxp

This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.