mirror of
git://git.openembedded.org/meta-openembedded
synced 2026-04-02 02:49:12 +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:
parent
872621cf60
commit
18bc5eb55c
@ -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}"
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user