summaryrefslogtreecommitdiffstats
path: root/meta/recipes-sato
diff options
context:
space:
mode:
authorRichard Purdie <richard.purdie@linuxfoundation.org>2015-12-15 15:40:23 +0000
committerRichard Purdie <richard.purdie@linuxfoundation.org>2015-12-16 11:56:30 +0000
commite0890b662e590d18a4eb7229b469f0078f97b1e7 (patch)
tree68a658a13cde6650067ef61444d961936a9570d5 /meta/recipes-sato
parentb7766e4bbe61d025346365de4cbafcae56909c27 (diff)
downloadpoky-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-sato')
-rw-r--r--meta/recipes-sato/gtk-engines/gtk-sato-engine.inc1
-rw-r--r--meta/recipes-sato/matchbox-keyboard/matchbox-keyboard_git.bb2
-rw-r--r--meta/recipes-sato/matchbox-panel-2/matchbox-panel-2_git.bb1
-rw-r--r--meta/recipes-sato/puzzles/oh-puzzles_git.bb1
-rw-r--r--meta/recipes-sato/puzzles/puzzles_git.bb1
-rw-r--r--meta/recipes-sato/sato-screenshot/sato-screenshot_git.bb1
-rw-r--r--meta/recipes-sato/webkit/webkitgtk_2.8.5.bb2
7 files changed, 0 insertions, 9 deletions
diff --git a/meta/recipes-sato/gtk-engines/gtk-sato-engine.inc b/meta/recipes-sato/gtk-engines/gtk-sato-engine.inc
index fa6b2b2e75..93538ed01e 100644
--- a/meta/recipes-sato/gtk-engines/gtk-sato-engine.inc
+++ b/meta/recipes-sato/gtk-engines/gtk-sato-engine.inc
@@ -14,7 +14,6 @@ ANY_OF_DISTRO_FEATURES = "${GTK2DISTROFEATURES}"
14PACKAGES += "gtk-theme-sato" 14PACKAGES += "gtk-theme-sato"
15FILES_${PN} = "${libdir}/gtk-2.0/*/engines/*.so " 15FILES_${PN} = "${libdir}/gtk-2.0/*/engines/*.so "
16FILES_${PN}-dev = "${libdir}/gtk-2.0/*/engines/*.la" 16FILES_${PN}-dev = "${libdir}/gtk-2.0/*/engines/*.la"
17FILES_${PN}-dbg += " ${libdir}/gtk-2.0/*/engines/.debug"
18FILES_gtk-theme-sato = "${datadir}/icons ${datadir}/themes" 17FILES_gtk-theme-sato = "${datadir}/icons ${datadir}/themes"
19 18
20inherit autotools-brokensep pkgconfig 19inherit autotools-brokensep pkgconfig
diff --git a/meta/recipes-sato/matchbox-keyboard/matchbox-keyboard_git.bb b/meta/recipes-sato/matchbox-keyboard/matchbox-keyboard_git.bb
index 0d321d3992..acfd2bb4f8 100644
--- a/meta/recipes-sato/matchbox-keyboard/matchbox-keyboard_git.bb
+++ b/meta/recipes-sato/matchbox-keyboard/matchbox-keyboard_git.bb
@@ -35,8 +35,6 @@ FILES_${PN} = "${bindir}/ \
35 ${datadir}/pixmaps \ 35 ${datadir}/pixmaps \
36 ${datadir}/matchbox-keyboard" 36 ${datadir}/matchbox-keyboard"
37 37
38FILES_${PN}-dbg += "${libdir}/gtk-2.0/*/immodules/.debug"
39
40FILES_${PN}-im = "${libdir}/gtk-2.0/*/immodules/*.so" 38FILES_${PN}-im = "${libdir}/gtk-2.0/*/immodules/*.so"
41 39
42FILES_${PN}-applet = "${libdir}/matchbox-panel/*.so" 40FILES_${PN}-applet = "${libdir}/matchbox-panel/*.so"
diff --git a/meta/recipes-sato/matchbox-panel-2/matchbox-panel-2_git.bb b/meta/recipes-sato/matchbox-panel-2/matchbox-panel-2_git.bb
index 4ed7368fd0..61d9e300ee 100644
--- a/meta/recipes-sato/matchbox-panel-2/matchbox-panel-2_git.bb
+++ b/meta/recipes-sato/matchbox-panel-2/matchbox-panel-2_git.bb
@@ -33,7 +33,6 @@ S = "${WORKDIR}/git"
33FILES_${PN} += "${libdir}/matchbox-panel/*.so \ 33FILES_${PN} += "${libdir}/matchbox-panel/*.so \
34 ${datadir}/matchbox-panel/brightness/*.png \ 34 ${datadir}/matchbox-panel/brightness/*.png \
35 ${datadir}/matchbox-panel/startup/*.png " 35 ${datadir}/matchbox-panel/startup/*.png "
36FILES_${PN}-dbg += "${libdir}/matchbox-panel/.debug"
37FILES_${PN}-dev += "${libdir}/matchbox-panel/*.la" 36FILES_${PN}-dev += "${libdir}/matchbox-panel/*.la"
38 37
39inherit autotools pkgconfig distro_features_check 38inherit autotools pkgconfig distro_features_check
diff --git a/meta/recipes-sato/puzzles/oh-puzzles_git.bb b/meta/recipes-sato/puzzles/oh-puzzles_git.bb
index 9876fe0fd1..dfa68a659b 100644
--- a/meta/recipes-sato/puzzles/oh-puzzles_git.bb
+++ b/meta/recipes-sato/puzzles/oh-puzzles_git.bb
@@ -60,7 +60,6 @@ PACKAGES += "${PN}-extra"
60RDEPENDS_${PN}-extra += "oh-puzzles" 60RDEPENDS_${PN}-extra += "oh-puzzles"
61 61
62FILES_${PN} = "/usr/share/pixmaps /usr/share/oh-puzzles/" 62FILES_${PN} = "/usr/share/pixmaps /usr/share/oh-puzzles/"
63FILES_${PN}-dbg += "/usr/games/.debug/*"
64FILES_${PN}-extra = "/usr/games/ /usr/share/applications /etc/gconf/schemas" 63FILES_${PN}-extra = "/usr/games/ /usr/share/applications /etc/gconf/schemas"
65 64
66python __anonymous () { 65python __anonymous () {
diff --git a/meta/recipes-sato/puzzles/puzzles_git.bb b/meta/recipes-sato/puzzles/puzzles_git.bb
index 95826c1b60..56fae88d19 100644
--- a/meta/recipes-sato/puzzles/puzzles_git.bb
+++ b/meta/recipes-sato/puzzles/puzzles_git.bb
@@ -26,7 +26,6 @@ do_configure_prepend () {
26} 26}
27 27
28FILES_${PN} = "${prefix}/bin/* ${datadir}/applications/*" 28FILES_${PN} = "${prefix}/bin/* ${datadir}/applications/*"
29FILES_${PN}-dbg += "${prefix}/bin/.debug"
30 29
31do_install () { 30do_install () {
32 rm -rf ${D}/* 31 rm -rf ${D}/*
diff --git a/meta/recipes-sato/sato-screenshot/sato-screenshot_git.bb b/meta/recipes-sato/sato-screenshot/sato-screenshot_git.bb
index 8794032d25..1b2b65dfc9 100644
--- a/meta/recipes-sato/sato-screenshot/sato-screenshot_git.bb
+++ b/meta/recipes-sato/sato-screenshot/sato-screenshot_git.bb
@@ -19,7 +19,6 @@ S = "${WORKDIR}/git"
19inherit autotools pkgconfig distro_features_check 19inherit autotools pkgconfig distro_features_check
20 20
21FILES_${PN} += "${libdir}/matchbox-panel/*.so" 21FILES_${PN} += "${libdir}/matchbox-panel/*.so"
22FILES_${PN}-dbg += "${libdir}/matchbox-panel/.debug"
23 22
24do_install_append () { 23do_install_append () {
25 rm ${D}${libdir}/matchbox-panel/*.la 24 rm ${D}${libdir}/matchbox-panel/*.la
diff --git a/meta/recipes-sato/webkit/webkitgtk_2.8.5.bb b/meta/recipes-sato/webkit/webkitgtk_2.8.5.bb
index 221ba172c1..aa5e6c9c0a 100644
--- a/meta/recipes-sato/webkit/webkitgtk_2.8.5.bb
+++ b/meta/recipes-sato/webkit/webkitgtk_2.8.5.bb
@@ -68,8 +68,6 @@ EXTRA_OECMAKE_append_mips = " -DENABLE_JIT=OFF "
68EXTRA_OECMAKE_append_mips64 = " -DENABLE_JIT=OFF " 68EXTRA_OECMAKE_append_mips64 = " -DENABLE_JIT=OFF "
69 69
70FILES_${PN} += "${libdir}/webkit2gtk-4.0/injected-bundle/libwebkit2gtkinjectedbundle.so" 70FILES_${PN} += "${libdir}/webkit2gtk-4.0/injected-bundle/libwebkit2gtkinjectedbundle.so"
71FILES_${PN}-dbg += "${libdir}/webkit2gtk-4.0/injected-bundle/.debug/libwebkit2gtkinjectedbundle.so"
72FILES_${PN}-dbg += "${libdir}/webkitgtk/webkit2gtk-4.0/.debug/*"
73 71
74# http://errors.yoctoproject.org/Errors/Details/20370/ 72# http://errors.yoctoproject.org/Errors/Details/20370/
75ARM_INSTRUCTION_SET = "arm" 73ARM_INSTRUCTION_SET = "arm"