diff options
author | Andreas Müller <schnitzeltony@gmail.com> | 2018-06-10 17:08:20 +0200 |
---|---|---|
committer | Khem Raj <raj.khem@gmail.com> | 2018-06-14 08:57:14 -0700 |
commit | 2ad5ceafa53f2df7155d0d0c2f986c9858a48543 (patch) | |
tree | c99999fc1013ca0d8cc65510f7f0d0da5bb7d949 /meta-xfce/classes/thunar-plugin.bbclass | |
parent | cfdd6c2038387dc035f18a92abf42fdeb6fa5648 (diff) | |
download | meta-openembedded-contrib-2ad5ceafa53f2df7155d0d0c2f986c9858a48543.tar.gz |
various classes recipes: Remove FILES entries for dbg/dev packages
These entries are no more required - oe-core defaults were reworked long time
ago.
Signed-off-by: Andreas Müller <schnitzeltony@gmail.com>
Diffstat (limited to 'meta-xfce/classes/thunar-plugin.bbclass')
-rw-r--r-- | meta-xfce/classes/thunar-plugin.bbclass | 3 |
1 files changed, 0 insertions, 3 deletions
diff --git a/meta-xfce/classes/thunar-plugin.bbclass b/meta-xfce/classes/thunar-plugin.bbclass index 95f7d008861..447f02cee37 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" - |