]> code.ossystems Code Review - openembedded-core.git/commitdiff
avahi: not using hard coded libdir.
authorLianhao Lu <lianhao.lu@intel.com>
Fri, 27 Apr 2012 06:34:21 +0000 (14:34 +0800)
committerRichard Purdie <richard.purdie@linuxfoundation.org>
Fri, 27 Apr 2012 13:46:56 +0000 (14:46 +0100)
Used ${libdir} instead of the hard docoded libdir.

Signed-off-by: Lianhao Lu <lianhao.lu@intel.com>
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
meta/recipes-connectivity/avahi/avahi.inc

index 61ca25f75eae153d09694d2e1753763d0f143314..c064e03b811df6a0d361aecb4094e7fee5d938c6 100644 (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() {