From 7846f68537a942d340d5931e23a4fceb84b6edcb Mon Sep 17 00:00:00 2001 From: Mark Hatle Date: Tue, 19 Mar 2013 15:17:48 -0500 Subject: 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 Signed-off-by: Richard Purdie --- meta/recipes-support/vte/vte.inc | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'meta/recipes-support/vte') 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" -- cgit 1.2.3-korg