mirror of
https://git.yoctoproject.org/poky
synced 2026-04-28 06:32:34 +02:00
avahi: not using hard coded libdir.
Used ${libdir} instead of the hard docoded libdir.
(From OE-Core rev: 5f2263a89ab6d6aad47f5a524c84a42713d358de)
Signed-off-by: Lianhao Lu <lianhao.lu@intel.com>
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
This commit is contained in:
committed by
Richard Purdie
parent
3ed11d6178
commit
e38bc26da7
@@ -14,7 +14,7 @@ SECTION = "network"
|
||||
# python scripts are under GPLv2+
|
||||
LICENSE = "GPLv2+ & LGPLv2.1+"
|
||||
|
||||
INC_PR = "r2"
|
||||
INC_PR = "r3"
|
||||
|
||||
DEPENDS = "expat libcap libdaemon dbus glib-2.0"
|
||||
|
||||
@@ -112,7 +112,7 @@ do_install() {
|
||||
# if /var/run become non-empty in the future, need to install it via volatile
|
||||
rm -rf ${D}/var/run
|
||||
rm -rf ${D}${datadir}/dbus-1/interfaces
|
||||
rm -rf ${D}/usr/lib/avahi
|
||||
rm -rf ${D}${libdir}/avahi
|
||||
}
|
||||
|
||||
do_install_avahi-autoipd() {
|
||||
|
||||
Reference in New Issue
Block a user