mirror of
https://github.com/openembedded/meta-openembedded.git
synced 2026-05-07 17:19:23 +00:00
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>
This commit is contained in:
@@ -28,6 +28,7 @@ EXTRA_OECONF = "--with-user= \
|
|||||||
--enable-pkgconfig \
|
--enable-pkgconfig \
|
||||||
--enable-dmeventd \
|
--enable-dmeventd \
|
||||||
--with-udev-prefix= \
|
--with-udev-prefix= \
|
||||||
|
--with-usrlibdir=${libdir} \
|
||||||
"
|
"
|
||||||
|
|
||||||
PACKAGECONFIG += "${@base_contains('DISTRO_FEATURES', 'selinux', 'selinux', '', d)}"
|
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"
|
FILES_${PN}-dbg += "${libdir}/device-mapper/.debug"
|
||||||
|
|
||||||
RDEPENDS_${PN} = "bash"
|
RDEPENDS_${PN} = "bash"
|
||||||
EXTRA_OECONF = "--with-usrlibdir=${libdir}"
|
|
||||||
|
|||||||
Reference in New Issue
Block a user