diff options
author | Richard Purdie <richard.purdie@linuxfoundation.org> | 2015-12-15 15:40:23 +0000 |
---|---|---|
committer | Richard Purdie <richard.purdie@linuxfoundation.org> | 2015-12-16 11:56:30 +0000 |
commit | e0890b662e590d18a4eb7229b469f0078f97b1e7 (patch) | |
tree | 68a658a13cde6650067ef61444d961936a9570d5 /meta/recipes-gnome | |
parent | b7766e4bbe61d025346365de4cbafcae56909c27 (diff) | |
download | poky-e0890b662e590d18a4eb7229b469f0078f97b1e7.tar.gz |
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.
(From OE-Core rev: 3ab59d49dd7c18e194b58d1248b4b87709b5a738)
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
Diffstat (limited to 'meta/recipes-gnome')
-rw-r--r-- | meta/recipes-gnome/gtk+/gtk+.inc | 7 | ||||
-rw-r--r-- | meta/recipes-gnome/gtk+/gtk+3.inc | 7 |
2 files changed, 0 insertions, 14 deletions
diff --git a/meta/recipes-gnome/gtk+/gtk+.inc b/meta/recipes-gnome/gtk+/gtk+.inc index 0f41306402..936870b2a4 100644 --- a/meta/recipes-gnome/gtk+/gtk+.inc +++ b/meta/recipes-gnome/gtk+/gtk+.inc | |||
@@ -49,13 +49,6 @@ FILES_${PN}-dev += " \ | |||
49 | ${libdir}/gtk-2.0/${LIBV}/engines/*.la \ | 49 | ${libdir}/gtk-2.0/${LIBV}/engines/*.la \ |
50 | ${bindir}/gtk-builder-convert" | 50 | ${bindir}/gtk-builder-convert" |
51 | 51 | ||
52 | FILES_${PN}-dbg += " \ | ||
53 | ${libdir}/gtk-2.0/modules/.debug/* \ | ||
54 | ${libdir}/gtk-2.0/${LIBV}/loaders/.debug/* \ | ||
55 | ${libdir}/gtk-2.0/${LIBV}/immodules/.debug/* \ | ||
56 | ${libdir}/gtk-2.0/${LIBV}/engines/.debug/* \ | ||
57 | ${libdir}/gtk-2.0/${LIBV}/printbackends/.debug/*" | ||
58 | |||
59 | FILES_gtk-demo = " \ | 52 | FILES_gtk-demo = " \ |
60 | ${datadir}/gtk-2.0/demo/* \ | 53 | ${datadir}/gtk-2.0/demo/* \ |
61 | ${bindir}/gtk-demo \ | 54 | ${bindir}/gtk-demo \ |
diff --git a/meta/recipes-gnome/gtk+/gtk+3.inc b/meta/recipes-gnome/gtk+/gtk+3.inc index 984e30551c..36f7b0c06c 100644 --- a/meta/recipes-gnome/gtk+/gtk+3.inc +++ b/meta/recipes-gnome/gtk+/gtk+3.inc | |||
@@ -84,13 +84,6 @@ FILES_${PN}-dev += " \ | |||
84 | ${bindir}/gtk-builder-tool \ | 84 | ${bindir}/gtk-builder-tool \ |
85 | " | 85 | " |
86 | 86 | ||
87 | FILES_${PN}-dbg += " \ | ||
88 | ${libdir}/gtk-3.0/${LIBV}/loaders/.debug \ | ||
89 | ${libdir}/gtk-3.0/${LIBV}/immodules/.debug \ | ||
90 | ${libdir}/gtk-3.0/${LIBV}/engines/.debug \ | ||
91 | ${libdir}/gtk-3.0/${LIBV}/printbackends/.debug \ | ||
92 | ${libdir}/gtk-3.0/modules/.debug" | ||
93 | |||
94 | RRECOMMENDS_${PN} = "adwaita-icon-theme-symbolic" | 87 | RRECOMMENDS_${PN} = "adwaita-icon-theme-symbolic" |
95 | 88 | ||
96 | PACKAGES_DYNAMIC += "^gtk3-immodule-.* ^gtk3-printbackend-.*" | 89 | PACKAGES_DYNAMIC += "^gtk3-immodule-.* ^gtk3-printbackend-.*" |