]> code.ossystems Code Review - openembedded-core.git/commitdiff
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:05:09 +0000 (17:05 +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.

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 6e43554928058ebbd615125fe88f5d6a9fa071a6..b653fab279e8eb28e8b66a621471178fa1091595 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"