]> code.ossystems Code Review - openembedded-core.git/commit
avahi: Fix key expansion variable masking
authorRichard Purdie <richard.purdie@linuxfoundation.org>
Tue, 26 May 2015 10:41:41 +0000 (11:41 +0100)
committerRichard Purdie <richard.purdie@linuxfoundation.org>
Tue, 26 May 2015 12:06:05 +0000 (13:06 +0100)
commit676309f25ae57794bc270994fede31e8c7b9c83c
treeb6864d788b0b58dff6631b62e3699d87b8c1202b
parente6952593d810636f26af541b12126848483e619a
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.

Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
meta/recipes-connectivity/avahi/avahi.inc