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:
Lianhao Lu 2012-04-27 14:34:21 +08:00 committed by Richard Purdie
parent 3ed11d6178
commit e38bc26da7
1 changed files with 2 additions and 2 deletions

View File

@ -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() {