summaryrefslogtreecommitdiffstats
path: root/meta/recipes-support/vte
diff options
context:
space:
mode:
authorMark Hatle <mark.hatle@windriver.com>2013-03-19 15:17:48 -0500
committerRichard Purdie <richard.purdie@linuxfoundation.org>2013-03-22 17:05:09 +0000
commit7846f68537a942d340d5931e23a4fceb84b6edcb (patch)
treea12ea9ae19fba3fce6c0724c2fa6bddafa1270c7 /meta/recipes-support/vte
parentc8bbb9983bcc7cfc5332e89c3e8148505b4ca83f (diff)
downloadopenembedded-core-7846f68537a942d340d5931e23a4fceb84b6edcb.tar.gz
vte: Fix conflict between FILES_${PN}-dbg and FILES_vte-dbg
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>
Diffstat (limited to 'meta/recipes-support/vte')
-rw-r--r--meta/recipes-support/vte/vte.inc2
1 files changed, 1 insertions, 1 deletions
diff --git a/meta/recipes-support/vte/vte.inc b/meta/recipes-support/vte/vte.inc
index 6e43554928..b653fab279 100644
--- a/meta/recipes-support/vte/vte.inc
+++ b/meta/recipes-support/vte/vte.inc
@@ -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"