From: Lianhao Lu Date: Fri, 27 Apr 2012 06:34:21 +0000 (+0800) Subject: avahi: not using hard coded libdir. X-Git-Tag: 2015-4~10812 X-Git-Url: https://code.ossystems.io/gitweb?a=commitdiff_plain;h=5f2263a89ab6d6aad47f5a524c84a42713d358de;p=openembedded-core.git avahi: not using hard coded libdir. Used ${libdir} instead of the hard docoded libdir. Signed-off-by: Lianhao Lu Signed-off-by: Richard Purdie --- diff --git a/meta/recipes-connectivity/avahi/avahi.inc b/meta/recipes-connectivity/avahi/avahi.inc index 61ca25f75e..c064e03b81 100644 --- a/meta/recipes-connectivity/avahi/avahi.inc +++ b/meta/recipes-connectivity/avahi/avahi.inc @@ -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() {