summaryrefslogtreecommitdiffstats
path: root/meta/recipes-connectivity/avahi
diff options
context:
space:
mode:
authorRichard Purdie <richard.purdie@linuxfoundation.org>2015-05-26 11:41:41 +0100
committerRichard Purdie <richard.purdie@linuxfoundation.org>2015-05-29 10:17:14 +0100
commited1555c2ff234355f84a10e1e2e4f075faf91e10 (patch)
treebc6798206ceac5b9a15df5a8e2454bb521bdf681 /meta/recipes-connectivity/avahi
parenta05663bfa10352fd5af6ca9a9d7b323c1c099f35 (diff)
downloadpoky-ed1555c2ff234355f84a10e1e2e4f075faf91e10.tar.gz
avahi: Fix key expansion variable masking
bitbake -b avahi_ -e | grep FILES_avahi= shows this code from http://git.yoctoproject.org/cgit.cgi/poky/commit/?h=master&id=093149d22461a3a76980635bc46cdba1c7c0b181 doesn't do what is expected. This is due to key expansion. Change to use ${PN} to avoid warnings with new versions of bitbake. (From OE-Core rev: 676309f25ae57794bc270994fede31e8c7b9c83c) Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
Diffstat (limited to 'meta/recipes-connectivity/avahi')
-rw-r--r--meta/recipes-connectivity/avahi/avahi.inc2
1 files changed, 1 insertions, 1 deletions
diff --git a/meta/recipes-connectivity/avahi/avahi.inc b/meta/recipes-connectivity/avahi/avahi.inc
index b060437c12..825197d610 100644
--- a/meta/recipes-connectivity/avahi/avahi.inc
+++ b/meta/recipes-connectivity/avahi/avahi.inc
@@ -75,7 +75,7 @@ PACKAGES =+ "avahi-daemon libavahi-common libavahi-core libavahi-client avahi-dn
75 75
76# As avahi doesn't put any files into PN, clear the files list to avoid problems 76# As avahi doesn't put any files into PN, clear the files list to avoid problems
77# if extra libraries appear. 77# if extra libraries appear.
78FILES_avahi = "" 78FILES_${PN} = ""
79FILES_avahi-autoipd = "${sbindir}/avahi-autoipd \ 79FILES_avahi-autoipd = "${sbindir}/avahi-autoipd \
80 ${sysconfdir}/avahi/avahi-autoipd.action \ 80 ${sysconfdir}/avahi/avahi-autoipd.action \
81 ${sysconfdir}/dhcp/*/avahi-autoipd \ 81 ${sysconfdir}/dhcp/*/avahi-autoipd \