mirror of
https://git.yoctoproject.org/poky
synced 2026-05-08 17:19:20 +00:00
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.
(From OE-Core rev: 7846f68537a942d340d5931e23a4fceb84b6edcb)
Signed-off-by: Mark Hatle <mark.hatle@windriver.com>
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
This commit is contained in:
committed by
Richard Purdie
parent
e66deb0156
commit
a45c9603be
@@ -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"
|
||||
|
||||
|
||||
Reference in New Issue
Block a user