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 | |
| parent | cfdd6c2038387dc035f18a92abf42fdeb6fa5648 (diff) | |
| download | meta-openembedded-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>
| -rw-r--r-- | meta-xfce/classes/thunar-plugin.bbclass | 3 | ||||
| -rw-r--r-- | meta-xfce/classes/xfce-panel-plugin.bbclass | 2 | ||||
| -rw-r--r-- | meta-xfce/classes/xfce.bbclass | 8 | ||||
| -rw-r--r-- | meta-xfce/recipes-apps/orage/orage_4.12.1.bb | 1 | ||||
| -rw-r--r-- | meta-xfce/recipes-multimedia/parole/parole_1.0.1.bb | 2 | ||||
| -rw-r--r-- | meta-xfce/recipes-xfce/exo/exo_0.12.0.bb | 3 | ||||
| -rw-r--r-- | meta-xfce/recipes-xfce/gtk-xfce-engine/gtk-xfce-engine_3.2.0.bb | 5 | ||||
| -rw-r--r-- | meta-xfce/recipes-xfce/libxfce4ui/libxfce4ui_4.13.4.bb | 3 | ||||
| -rw-r--r-- | meta-xfce/recipes-xfce/thunar/thunar_1.8.0.bb | 4 | ||||
| -rw-r--r-- | meta-xfce/recipes-xfce/tumbler/tumbler_0.2.0.bb | 7 | ||||
| -rw-r--r-- | meta-xfce/recipes-xfce/xfce4-panel/xfce4-panel_4.13.3.bb | 3 | ||||
| -rw-r--r-- | meta-xfce/recipes-xfce/xfce4-session/xfce4-session_4.12.1.bb | 2 | ||||
| -rw-r--r-- | meta-xfce/recipes-xfce/xfwm4/xfwm4_4.12.4.bb | 2 |
13 files changed, 1 insertions, 44 deletions
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" | |||
| 7 | SRC_URI = "http://archive.xfce.org/src/thunar-plugins/${BPN}/${@'${PV}'[0:3]}/${BPN}-${PV}.tar.bz2" | 7 | SRC_URI = "http://archive.xfce.org/src/thunar-plugins/${BPN}/${@'${PV}'[0:3]}/${BPN}-${PV}.tar.bz2" |
| 8 | 8 | ||
| 9 | FILES_${PN} += "${libdir}/thunarx-2/*.so" | 9 | FILES_${PN} += "${libdir}/thunarx-2/*.so" |
| 10 | FILES_${PN}-dbg += "${libdir}/thunarx-2/.debug" | ||
| 11 | FILES_${PN}-dev += "${libdir}/thunarx-2/*.la" | ||
| 12 | |||
diff --git a/meta-xfce/classes/xfce-panel-plugin.bbclass b/meta-xfce/classes/xfce-panel-plugin.bbclass index 6515dc0d49..fbc754c182 100644 --- a/meta-xfce/classes/xfce-panel-plugin.bbclass +++ b/meta-xfce/classes/xfce-panel-plugin.bbclass | |||
| @@ -10,4 +10,4 @@ FILES_${PN} += "${datadir}/xfce4/panel-plugins/" | |||
| 10 | FILES_${PN} += "${datadir}/xfce4/panel/plugins/" | 10 | FILES_${PN} += "${datadir}/xfce4/panel/plugins/" |
| 11 | FILES_${PN} += "${libdir}/xfce4/panel-plugins/*.so" | 11 | FILES_${PN} += "${libdir}/xfce4/panel-plugins/*.so" |
| 12 | FILES_${PN} += "${libdir}/xfce4/panel/plugins/*.so" | 12 | FILES_${PN} += "${libdir}/xfce4/panel/plugins/*.so" |
| 13 | FILES_${PN}-dbg += "${libexecdir}/xfce4/panel-plugins/.debug" | 13 | |
diff --git a/meta-xfce/classes/xfce.bbclass b/meta-xfce/classes/xfce.bbclass index b49bba19b7..7abe46f712 100644 --- a/meta-xfce/classes/xfce.bbclass +++ b/meta-xfce/classes/xfce.bbclass | |||
| @@ -12,11 +12,3 @@ DEPENDS += "intltool-native" | |||
| 12 | 12 | ||
| 13 | FILES_${PN} += "${datadir}/icons/* ${datadir}/applications/* ${libdir}/xfce4/modules/*.so*" | 13 | FILES_${PN} += "${datadir}/icons/* ${datadir}/applications/* ${libdir}/xfce4/modules/*.so*" |
| 14 | FILES_${PN}-doc += "${datadir}/xfce4/doc" | 14 | FILES_${PN}-doc += "${datadir}/xfce4/doc" |
| 15 | |||
| 16 | FILES_${PN}-dev += "${libdir}/xfce4/*/*.la" | ||
| 17 | FILES_${PN}-dev += "${libdir}/xfce4/*/*/*.la" | ||
| 18 | FILES_${PN}-staticdev += "${libdir}/xfce4/*/*.a" | ||
| 19 | FILES_${PN}-staticdev += "${libdir}/xfce4/*/*/*.a" | ||
| 20 | FILES_${PN}-dbg += "${libdir}/xfce4/*/.debug" | ||
| 21 | FILES_${PN}-dbg += "${libdir}/xfce4/*/*/.debug" | ||
| 22 | |||
diff --git a/meta-xfce/recipes-apps/orage/orage_4.12.1.bb b/meta-xfce/recipes-apps/orage/orage_4.12.1.bb index a2f25682bc..22af379a7c 100644 --- a/meta-xfce/recipes-apps/orage/orage_4.12.1.bb +++ b/meta-xfce/recipes-apps/orage/orage_4.12.1.bb | |||
| @@ -14,6 +14,5 @@ PACKAGECONFIG[notify] = "--enable-libnotify,--disable-libnotify,libnotify" | |||
| 14 | 14 | ||
| 15 | PACKAGES =+ "xfce4-orageclock-plugin" | 15 | PACKAGES =+ "xfce4-orageclock-plugin" |
| 16 | FILES_${PN} += "${datadir}/dbus-1" | 16 | FILES_${PN} += "${datadir}/dbus-1" |
| 17 | FILES_${PN}-dbg += "${libdir}/xfce4/panel/plugins/.debug" | ||
| 18 | FILES_xfce4-orageclock-plugin = "${libdir}/xfce4/panel/plugins/*.so ${datadir}/xfce4/panel/plugins" | 17 | FILES_xfce4-orageclock-plugin = "${libdir}/xfce4/panel/plugins/*.so ${datadir}/xfce4/panel/plugins" |
| 19 | 18 | ||
diff --git a/meta-xfce/recipes-multimedia/parole/parole_1.0.1.bb b/meta-xfce/recipes-multimedia/parole/parole_1.0.1.bb index 05d92ffd4b..7e11b7718c 100644 --- a/meta-xfce/recipes-multimedia/parole/parole_1.0.1.bb +++ b/meta-xfce/recipes-multimedia/parole/parole_1.0.1.bb | |||
| @@ -34,5 +34,3 @@ FILES_${PN} += " \ | |||
| 34 | ${datadir}/appdata \ | 34 | ${datadir}/appdata \ |
| 35 | ${libdir}/parole-0/*.so \ | 35 | ${libdir}/parole-0/*.so \ |
| 36 | " | 36 | " |
| 37 | FILES_${PN}-dbg += "${libdir}/parole-0/.debug" | ||
| 38 | FILES_${PN}-dev += "${libdir}/parole-0/*.la" | ||
diff --git a/meta-xfce/recipes-xfce/exo/exo_0.12.0.bb b/meta-xfce/recipes-xfce/exo/exo_0.12.0.bb index d256b5769b..85c95faf2d 100644 --- a/meta-xfce/recipes-xfce/exo/exo_0.12.0.bb +++ b/meta-xfce/recipes-xfce/exo/exo_0.12.0.bb | |||
| @@ -31,9 +31,6 @@ FILES_${PN} += "${datadir}/xfce4/ \ | |||
| 31 | ${libdir}/xfce4/exo-1 \ | 31 | ${libdir}/xfce4/exo-1 \ |
| 32 | " | 32 | " |
| 33 | 33 | ||
| 34 | FILES_${PN}-dbg += "${libdir}/gio/modules/.debug \ | ||
| 35 | " | ||
| 36 | |||
| 37 | FILES_exo-csource += "${bindir}/exo-csource" | 34 | FILES_exo-csource += "${bindir}/exo-csource" |
| 38 | 35 | ||
| 39 | BBCLASSEXTEND = "native" | 36 | BBCLASSEXTEND = "native" |
diff --git a/meta-xfce/recipes-xfce/gtk-xfce-engine/gtk-xfce-engine_3.2.0.bb b/meta-xfce/recipes-xfce/gtk-xfce-engine/gtk-xfce-engine_3.2.0.bb index ef4f4bfa88..aae07e1e20 100644 --- a/meta-xfce/recipes-xfce/gtk-xfce-engine/gtk-xfce-engine_3.2.0.bb +++ b/meta-xfce/recipes-xfce/gtk-xfce-engine/gtk-xfce-engine_3.2.0.bb | |||
| @@ -21,10 +21,5 @@ FILES_${PN} += "${libdir}/gtk-2.0/*/engines/*.so" | |||
| 21 | FILES_gtk3-xfce-engine += "${libdir}/gtk-3.0/*/theming-engines/*.so" | 21 | FILES_gtk3-xfce-engine += "${libdir}/gtk-3.0/*/theming-engines/*.so" |
| 22 | FILES_${PN}-themes += "${datadir}/themes" | 22 | FILES_${PN}-themes += "${datadir}/themes" |
| 23 | 23 | ||
| 24 | FILES_${PN}-dbg += "${libdir}/gtk-3.0/*/theming-engines/.debug \ | ||
| 25 | ${libdir}/gtk-2.0/*/engines/.debug" | ||
| 26 | FILES_${PN}-dev += "${libdir}/gtk-2.0/*/engines/*.la \ | ||
| 27 | ${libdir}/gtk-3.0/*/theming-engines/*.la" | ||
| 28 | |||
| 29 | RDEPENDS_${PN} += "${PN}-themes" | 24 | RDEPENDS_${PN} += "${PN}-themes" |
| 30 | RDEPENDS_gtk3-xfce-engine += "${PN}-themes" | 25 | RDEPENDS_gtk3-xfce-engine += "${PN}-themes" |
diff --git a/meta-xfce/recipes-xfce/libxfce4ui/libxfce4ui_4.13.4.bb b/meta-xfce/recipes-xfce/libxfce4ui/libxfce4ui_4.13.4.bb index 298f8a1092..8a385baeb3 100644 --- a/meta-xfce/recipes-xfce/libxfce4ui/libxfce4ui_4.13.4.bb +++ b/meta-xfce/recipes-xfce/libxfce4ui/libxfce4ui_4.13.4.bb | |||
| @@ -24,9 +24,6 @@ PACKAGES =+ "${PN}-gtk2 ${PN}-gtk3" | |||
| 24 | FILES_${PN}-gtk2 += "${libdir}/libxfce4ui-1.so.* ${libdir}/libxfce4kbd-private-2.so.*" | 24 | FILES_${PN}-gtk2 += "${libdir}/libxfce4ui-1.so.* ${libdir}/libxfce4kbd-private-2.so.*" |
| 25 | FILES_${PN}-gtk3 += "${libdir}/libxfce4ui-2.so.* ${libdir}/libxfce4kbd-private-3.so.*" | 25 | FILES_${PN}-gtk3 += "${libdir}/libxfce4ui-2.so.* ${libdir}/libxfce4kbd-private-3.so.*" |
| 26 | 26 | ||
| 27 | FILES_${PN}-dbg += "${libdir}/glade3/modules/.debug" | ||
| 28 | FILES_${PN}-dev += "${libdir}/glade3/modules/*.la \ | ||
| 29 | ${datadir}/glade3/catalogs/*.in" | ||
| 30 | PACKAGES += "${PN}-glade" | 27 | PACKAGES += "${PN}-glade" |
| 31 | FILES_${PN}-glade = "${libdir}/glade3 \ | 28 | FILES_${PN}-glade = "${libdir}/glade3 \ |
| 32 | ${datadir}/glade3" | 29 | ${datadir}/glade3" |
diff --git a/meta-xfce/recipes-xfce/thunar/thunar_1.8.0.bb b/meta-xfce/recipes-xfce/thunar/thunar_1.8.0.bb index 65d6b28c5b..f03fd63e04 100644 --- a/meta-xfce/recipes-xfce/thunar/thunar_1.8.0.bb +++ b/meta-xfce/recipes-xfce/thunar/thunar_1.8.0.bb | |||
| @@ -29,8 +29,4 @@ FILES_${PN} += " \ | |||
| 29 | ${datadir}/xfce4/panel/plugins/* \ | 29 | ${datadir}/xfce4/panel/plugins/* \ |
| 30 | " | 30 | " |
| 31 | 31 | ||
| 32 | FILES_${PN}-dbg += "${libdir}/thunarx-2/.debug/ \ | ||
| 33 | ${libdir}/xfce4/panel/plugins/.debug/ \ | ||
| 34 | ${libdir}/Thunar/.debug/" | ||
| 35 | |||
| 36 | RRECOMMENDS_${PN} = "gvfs gvfsd-trash" | 32 | RRECOMMENDS_${PN} = "gvfs gvfsd-trash" |
diff --git a/meta-xfce/recipes-xfce/tumbler/tumbler_0.2.0.bb b/meta-xfce/recipes-xfce/tumbler/tumbler_0.2.0.bb index 7e0c555a4e..6113150583 100644 --- a/meta-xfce/recipes-xfce/tumbler/tumbler_0.2.0.bb +++ b/meta-xfce/recipes-xfce/tumbler/tumbler_0.2.0.bb | |||
| @@ -26,10 +26,3 @@ FILES_${PN} += "${datadir}/dbus-1/services \ | |||
| 26 | ${libdir}/tumbler-1/plugins/*.so \ | 26 | ${libdir}/tumbler-1/plugins/*.so \ |
| 27 | ${libdir}/tumbler-1/plugins/cache/*.so \ | 27 | ${libdir}/tumbler-1/plugins/cache/*.so \ |
| 28 | " | 28 | " |
| 29 | |||
| 30 | FILES_${PN}-dev += "${libdir}/tumbler-1/plugins/*.la \ | ||
| 31 | ${libdir}/tumbler-1/plugins/cache/*.la" | ||
| 32 | FILES_${PN}-dbg += "${libdir}/tumbler-1/.debug \ | ||
| 33 | ${libdir}/tumbler-1/plugins/.debug \ | ||
| 34 | ${libdir}/tumbler-1/plugins/cache/.debug \ | ||
| 35 | " | ||
diff --git a/meta-xfce/recipes-xfce/xfce4-panel/xfce4-panel_4.13.3.bb b/meta-xfce/recipes-xfce/xfce4-panel/xfce4-panel_4.13.3.bb index dea0c357e2..6625f0573e 100644 --- a/meta-xfce/recipes-xfce/xfce4-panel/xfce4-panel_4.13.3.bb +++ b/meta-xfce/recipes-xfce/xfce4-panel/xfce4-panel_4.13.3.bb | |||
| @@ -36,6 +36,3 @@ FILES_${PN}-gtk3 = " \ | |||
| 36 | ${libdir}/libxfce4panel-2.0${SOLIBS} \ | 36 | ${libdir}/libxfce4panel-2.0${SOLIBS} \ |
| 37 | ${libdir}/xfce4/panel/wrapper-2.0 \ | 37 | ${libdir}/xfce4/panel/wrapper-2.0 \ |
| 38 | " | 38 | " |
| 39 | FILES_${PN}-dbg += " \ | ||
| 40 | ${libdir}/xfce4/panel/plugins/.debug \ | ||
| 41 | " | ||
diff --git a/meta-xfce/recipes-xfce/xfce4-session/xfce4-session_4.12.1.bb b/meta-xfce/recipes-xfce/xfce4-session/xfce4-session_4.12.1.bb index a247206032..899edbf0ae 100644 --- a/meta-xfce/recipes-xfce/xfce4-session/xfce4-session_4.12.1.bb +++ b/meta-xfce/recipes-xfce/xfce4-session/xfce4-session_4.12.1.bb | |||
| @@ -27,6 +27,4 @@ FILES_${PN} += " \ | |||
| 27 | ${datadir}/polkit-1 \ | 27 | ${datadir}/polkit-1 \ |
| 28 | " | 28 | " |
| 29 | 29 | ||
| 30 | FILES_${PN}-dbg += "${libdir}/xfce4/*/*/.debug" | ||
| 31 | |||
| 32 | RDEPENDS_${PN} += "machine-host" | 30 | RDEPENDS_${PN} += "machine-host" |
diff --git a/meta-xfce/recipes-xfce/xfwm4/xfwm4_4.12.4.bb b/meta-xfce/recipes-xfce/xfwm4/xfwm4_4.12.4.bb index 2aa68e3fde..a075f13b91 100644 --- a/meta-xfce/recipes-xfce/xfwm4/xfwm4_4.12.4.bb +++ b/meta-xfce/recipes-xfce/xfwm4/xfwm4_4.12.4.bb | |||
| @@ -26,5 +26,3 @@ RDEPENDS_${PN} = "xfwm4-theme-default" | |||
| 26 | FILES_${PN} += "${libdir}/xfce4/xfwm4/helper-dialog \ | 26 | FILES_${PN} += "${libdir}/xfce4/xfwm4/helper-dialog \ |
| 27 | ${datadir}/xfwm4/defaults \ | 27 | ${datadir}/xfwm4/defaults \ |
| 28 | " | 28 | " |
| 29 | FILES_${PN}-dbg += "${libexecdir}/xfce4/xfwm4/.debug/*" | ||
| 30 | |||
