mirror of
https://git.yoctoproject.org/poky
synced 2026-05-09 05:29:32 +00:00
libnss-mdns: dont use hard coded /lib path
As libdir might not be /lib (could be /lib64) use ${base_libdir} instead of
hard coded "/lib" in configure options set in EXTRA_OECONF.
(From OE-Core rev: 130d16d18e8bf7cfe87a1fa128f182f7fe728708)
Signed-off-by: Kumar Gala <galak@kernel.crashing.org>
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
This commit is contained in:
@@ -7,7 +7,7 @@ LIC_FILES_CHKSUM = "file://LICENSE;md5=2d5025d4aa3495befef8f17206a5b0a1"
|
||||
|
||||
DEPENDS = "avahi"
|
||||
RDEPENDS_${PN} = "avahi-daemon"
|
||||
PR = "r2"
|
||||
PR = "r3"
|
||||
|
||||
SRC_URI = "http://0pointer.de/lennart/projects/nss-mdns/nss-mdns-${PV}.tar.gz"
|
||||
|
||||
@@ -21,7 +21,7 @@ inherit autotools
|
||||
LEAD_SONAME = "libnss_mdns.so"
|
||||
DEBIANNAME_${PN} = "libnss-mdns"
|
||||
|
||||
EXTRA_OECONF = "--libdir=/lib --disable-lynx --enable-avahi"
|
||||
EXTRA_OECONF = "--libdir=${base_libdir} --disable-lynx --enable-avahi"
|
||||
|
||||
# TODO: pattern based configuration update
|
||||
pkg_postinst_${PN} () {
|
||||
|
||||
Reference in New Issue
Block a user