vte: Fix conflict between FILES_${PN}-dbg and FILES_vte-dbg
authorMark Hatle <mark.hatle@windriver.com>
Tue, 19 Mar 2013 20:17:48 +0000 (15:17 -0500)
committerRichard Purdie <richard.purdie@linuxfoundation.org>
Fri, 22 Mar 2013 17:07:17 +0000 (17:07 +0000)
Due to quarks with the way bitbake handles variable key values, the
hard coded FILES_vte-dbg or automatic FILES_${PN}-dbg could replace
each other, leaving the system in an inconsistent state.

(From OE-Core rev: 7846f68537a942d340d5931e23a4fceb84b6edcb)

Signed-off-by: Mark Hatle <mark.hatle@windriver.com>
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
meta/recipes-support/vte/vte.inc

index 6e43554..b653fab 100644 (file)
@@ -10,7 +10,7 @@ EXTRA_OECONF = "--disable-python --disable-introspection"
 
 PACKAGES =+ "libvte vte-termcap"
 FILES_libvte = "${libdir}/*.so.* ${libexecdir}/gnome-pty-helper"
-FILES_vte-dbg =+ "${libexecdir}/.debug ${prefix}/src ${bindir}/.debug \
+FILES_${PN}-dbg =+ "${libexecdir}/.debug ${prefix}/src ${bindir}/.debug \
                ${libdir}/.debug"
 FILES_vte-termcap = "${datadir}/vte/termcap-0.0"