diff options
author | Lianhao Lu <lianhao.lu@intel.com> | 2012-04-27 14:34:21 +0800 |
---|---|---|
committer | Richard Purdie <richard.purdie@linuxfoundation.org> | 2012-04-30 11:37:29 +0100 |
commit | e38bc26da7153f597fe022bd597e374c251013d8 (patch) | |
tree | 9d5adb334188384049a297aeb54273ee5fa9edd8 /meta/recipes-connectivity | |
parent | 3ed11d61787f87c004cb40cbb126e62d1b0bed59 (diff) | |
download | poky-e38bc26da7153f597fe022bd597e374c251013d8.tar.gz |
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>
Diffstat (limited to 'meta/recipes-connectivity')
-rw-r--r-- | meta/recipes-connectivity/avahi/avahi.inc | 4 |
1 files changed, 2 insertions, 2 deletions
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" | |||
14 | # python scripts are under GPLv2+ | 14 | # python scripts are under GPLv2+ |
15 | LICENSE = "GPLv2+ & LGPLv2.1+" | 15 | LICENSE = "GPLv2+ & LGPLv2.1+" |
16 | 16 | ||
17 | INC_PR = "r2" | 17 | INC_PR = "r3" |
18 | 18 | ||
19 | DEPENDS = "expat libcap libdaemon dbus glib-2.0" | 19 | DEPENDS = "expat libcap libdaemon dbus glib-2.0" |
20 | 20 | ||
@@ -112,7 +112,7 @@ do_install() { | |||
112 | # if /var/run become non-empty in the future, need to install it via volatile | 112 | # if /var/run become non-empty in the future, need to install it via volatile |
113 | rm -rf ${D}/var/run | 113 | rm -rf ${D}/var/run |
114 | rm -rf ${D}${datadir}/dbus-1/interfaces | 114 | rm -rf ${D}${datadir}/dbus-1/interfaces |
115 | rm -rf ${D}/usr/lib/avahi | 115 | rm -rf ${D}${libdir}/avahi |
116 | } | 116 | } |
117 | 117 | ||
118 | do_install_avahi-autoipd() { | 118 | do_install_avahi-autoipd() { |