From 2ad5ceafa53f2df7155d0d0c2f986c9858a48543 Mon Sep 17 00:00:00 2001 From: Andreas Müller Date: Sun, 10 Jun 2018 17:08:20 +0200 Subject: various classes recipes: Remove FILES entries for dbg/dev packages MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit These entries are no more required - oe-core defaults were reworked long time ago. Signed-off-by: Andreas Müller --- meta-xfce/classes/thunar-plugin.bbclass | 3 --- 1 file changed, 3 deletions(-) (limited to 'meta-xfce/classes/thunar-plugin.bbclass') diff --git a/meta-xfce/classes/thunar-plugin.bbclass b/meta-xfce/classes/thunar-plugin.bbclass index 95f7d00886..447f02cee3 100644 --- a/meta-xfce/classes/thunar-plugin.bbclass +++ b/meta-xfce/classes/thunar-plugin.bbclass @@ -7,6 +7,3 @@ DEPENDS += "thunar" SRC_URI = "http://archive.xfce.org/src/thunar-plugins/${BPN}/${@'${PV}'[0:3]}/${BPN}-${PV}.tar.bz2" FILES_${PN} += "${libdir}/thunarx-2/*.so" -FILES_${PN}-dbg += "${libdir}/thunarx-2/.debug" -FILES_${PN}-dev += "${libdir}/thunarx-2/*.la" - -- cgit v1.2.3-54-g00ecf