[oe-commits] Mark Hatle : vte: Fix conflict between FILES_${PN}-dbg and FILES_vte-dbg

git at git.openembedded.org git at git.openembedded.org
Fri Mar 22 17:05:39 UTC 2013


Module: openembedded-core.git
Branch: master
Commit: 7846f68537a942d340d5931e23a4fceb84b6edcb
URL:    http://git.openembedded.org/?p=openembedded-core.git&a=commit;h=7846f68537a942d340d5931e23a4fceb84b6edcb

Author: Mark Hatle <mark.hatle at windriver.com>
Date:   Tue Mar 19 15:17:48 2013 -0500

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 at windriver.com>
Signed-off-by: Richard Purdie <richard.purdie at linuxfoundation.org>

---

 meta/recipes-support/vte/vte.inc |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)

diff --git a/meta/recipes-support/vte/vte.inc b/meta/recipes-support/vte/vte.inc
index 6e43554..b653fab 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"
 





More information about the Openembedded-commits mailing list