From 3ab59d49dd7c18e194b58d1248b4b87709b5a738 Mon Sep 17 00:00:00 2001 From: Richard Purdie Date: Tue, 15 Dec 2015 15:40:23 +0000 Subject: meta: Drop now pointless manual -dbg packaging With the autodebug package generation logic, specifically setting FILES_${PN}-dbg isn't needed in most cases, we can remove them. Signed-off-by: Richard Purdie --- meta/recipes-support/vte/vte.inc | 2 -- 1 file changed, 2 deletions(-) (limited to 'meta/recipes-support/vte') diff --git a/meta/recipes-support/vte/vte.inc b/meta/recipes-support/vte/vte.inc index 94f9587976..68499d655e 100644 --- a/meta/recipes-support/vte/vte.inc +++ b/meta/recipes-support/vte/vte.inc @@ -11,7 +11,5 @@ EXTRA_OECONF = "--disable-python --disable-introspection" PACKAGES =+ "libvte vte-termcap" FILES_libvte = "${libdir}/*.so.* ${libexecdir}/gnome-pty-helper" -FILES_${PN}-dbg =+ "${libexecdir}/.debug ${prefix}/src ${bindir}/.debug \ - ${libdir}/.debug" FILES_vte-termcap = "${datadir}/vte/termcap-0.0" -- cgit 1.2.3-korg