diff options
author | Ross Burton <ross.burton@intel.com> | 2015-12-15 16:32:43 +0000 |
---|---|---|
committer | Richard Purdie <richard.purdie@linuxfoundation.org> | 2015-12-16 11:56:30 +0000 |
commit | 455ff3242627f6e3178e44b5d43468a9ae81584c (patch) | |
tree | 2fea42e96816cc76de21d2f10c45ec7aab73cd47 /meta/recipes-devtools | |
parent | e0890b662e590d18a4eb7229b469f0078f97b1e7 (diff) | |
download | poky-455ff3242627f6e3178e44b5d43468a9ae81584c.tar.gz |
meta: more removals of redunant FILES_${PN}-dbg
In some recipes overly-split -dbg packages were merged into PN-dbg. Unless
there's a very good reason, recipes should have a single -dev and -dbg package.
(From OE-Core rev: a3b000643898d7402b9e57c02e8d10e677cc9722)
Signed-off-by: Ross Burton <ross.burton@intel.com>
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
Diffstat (limited to 'meta/recipes-devtools')
-rw-r--r-- | meta/recipes-devtools/apt/apt.inc | 2 | ||||
-rw-r--r-- | meta/recipes-devtools/binutils/binutils.inc | 2 | ||||
-rw-r--r-- | meta/recipes-devtools/bootchart2/bootchart2_0.14.7.bb | 1 | ||||
-rw-r--r-- | meta/recipes-devtools/gcc/gcc-sanitizers.inc | 7 | ||||
-rw-r--r-- | meta/recipes-devtools/gcc/libgcc.inc | 2 | ||||
-rw-r--r-- | meta/recipes-devtools/perl/libxml-parser-perl_2.44.bb | 2 | ||||
-rw-r--r-- | meta/recipes-devtools/python/python-smartpm_git.bb | 2 | ||||
-rw-r--r-- | meta/recipes-devtools/python/python3_3.5.0.bb | 3 | ||||
-rw-r--r-- | meta/recipes-devtools/python/python_2.7.9.bb | 3 | ||||
-rw-r--r-- | meta/recipes-devtools/rpm/rpm_5.4+cvs.bb | 2 | ||||
-rw-r--r-- | meta/recipes-devtools/ruby/ruby_2.2.2.bb | 5 | ||||
-rw-r--r-- | meta/recipes-devtools/vala/vala.inc | 1 | ||||
-rw-r--r-- | meta/recipes-devtools/valgrind/valgrind_3.10.1.bb | 2 |
13 files changed, 2 insertions, 32 deletions
diff --git a/meta/recipes-devtools/apt/apt.inc b/meta/recipes-devtools/apt/apt.inc index 8e267c3a82..312c6a9037 100644 --- a/meta/recipes-devtools/apt/apt.inc +++ b/meta/recipes-devtools/apt/apt.inc | |||
@@ -28,5 +28,3 @@ do_configure_prepend() { | |||
28 | rm -rf ${S}/buildlib/config.sub | 28 | rm -rf ${S}/buildlib/config.sub |
29 | rm -rf ${S}/buildlib/config.guess | 29 | rm -rf ${S}/buildlib/config.guess |
30 | } | 30 | } |
31 | |||
32 | FILES_${PN}-dbg += "${libdir}/apt/methods/.debug/" | ||
diff --git a/meta/recipes-devtools/binutils/binutils.inc b/meta/recipes-devtools/binutils/binutils.inc index a304867d2c..79e2a1205e 100644 --- a/meta/recipes-devtools/binutils/binutils.inc +++ b/meta/recipes-devtools/binutils/binutils.inc | |||
@@ -61,8 +61,6 @@ python do_package_prepend() { | |||
61 | d.setVarFlag('ALTERNATIVE_LINK_NAME', alt, bindir + "/" + alt) | 61 | d.setVarFlag('ALTERNATIVE_LINK_NAME', alt, bindir + "/" + alt) |
62 | } | 62 | } |
63 | 63 | ||
64 | # FILES_${PN}-dbg = "${prefix}/${TARGET_SYS}/bin/.debug ${prefix}/${libdir}/.debug" | ||
65 | |||
66 | B = "${S}/build.${HOST_SYS}.${TARGET_SYS}" | 64 | B = "${S}/build.${HOST_SYS}.${TARGET_SYS}" |
67 | 65 | ||
68 | EXTRA_OECONF = "--program-prefix=${TARGET_PREFIX} \ | 66 | EXTRA_OECONF = "--program-prefix=${TARGET_PREFIX} \ |
diff --git a/meta/recipes-devtools/bootchart2/bootchart2_0.14.7.bb b/meta/recipes-devtools/bootchart2/bootchart2_0.14.7.bb index 8ca26ef800..7586ff251a 100644 --- a/meta/recipes-devtools/bootchart2/bootchart2_0.14.7.bb +++ b/meta/recipes-devtools/bootchart2/bootchart2_0.14.7.bb | |||
@@ -150,7 +150,6 @@ FILES_bootchartd-stop-initscript += "${sysconfdir}/init.d ${sysconfdir}/rc*.d" | |||
150 | FILES_${PN} += "${base_libdir}/bootchart/bootchart-collector" | 150 | FILES_${PN} += "${base_libdir}/bootchart/bootchart-collector" |
151 | FILES_${PN} += "${base_libdir}/bootchart/tmpfs" | 151 | FILES_${PN} += "${base_libdir}/bootchart/tmpfs" |
152 | FILES_${PN} += "${libdir}" | 152 | FILES_${PN} += "${libdir}" |
153 | FILES_${PN}-dbg += "${base_libdir}/bootchart/.debug" | ||
154 | FILES_${PN}-doc += "${datadir}/docs" | 153 | FILES_${PN}-doc += "${datadir}/docs" |
155 | 154 | ||
156 | RCONFLICTS_${PN} = "bootchart" | 155 | RCONFLICTS_${PN} = "bootchart" |
diff --git a/meta/recipes-devtools/gcc/gcc-sanitizers.inc b/meta/recipes-devtools/gcc/gcc-sanitizers.inc index c987ccb589..a7b5d71fa0 100644 --- a/meta/recipes-devtools/gcc/gcc-sanitizers.inc +++ b/meta/recipes-devtools/gcc/gcc-sanitizers.inc | |||
@@ -58,10 +58,9 @@ DEPENDS = "gcc-runtime" | |||
58 | 58 | ||
59 | BBCLASSEXTEND = "nativesdk" | 59 | BBCLASSEXTEND = "nativesdk" |
60 | 60 | ||
61 | PACKAGES = "${PN}" | 61 | PACKAGES = "${PN} ${PN}-dbg" |
62 | PACKAGES += "libasan libubsan liblsan libtsan" | 62 | PACKAGES += "libasan libubsan liblsan libtsan" |
63 | PACKAGES += "libasan-dev libubsan-dev liblsan-dev libtsan-dev" | 63 | PACKAGES += "libasan-dev libubsan-dev liblsan-dev libtsan-dev" |
64 | PACKAGES += "libasan-dbg libubsan-dbg liblsan-dbg libtsan-dbg" | ||
65 | PACKAGES += "libasan-staticdev libubsan-staticdev liblsan-staticdev libtsan-staticdev" | 64 | PACKAGES += "libasan-staticdev libubsan-staticdev liblsan-staticdev libtsan-staticdev" |
66 | 65 | ||
67 | RDEPENDS_libasan += "libstdc++" | 66 | RDEPENDS_libasan += "libstdc++" |
@@ -84,7 +83,6 @@ do_package_write_rpm[depends] += "virtual/${MLPREFIX}${TARGET_PREFIX}compilerlib | |||
84 | COMPATIBLE_HOST = '(x86_64|i.86|powerpc|arm).*-linux' | 83 | COMPATIBLE_HOST = '(x86_64|i.86|powerpc|arm).*-linux' |
85 | 84 | ||
86 | FILES_libasan += "${libdir}/libasan.so.*" | 85 | FILES_libasan += "${libdir}/libasan.so.*" |
87 | FILES_libasan-dbg += "${libdir}/.debug/libasan.so.*" | ||
88 | FILES_libasan-dev += "\ | 86 | FILES_libasan-dev += "\ |
89 | ${libdir}/libasan_preinit.o \ | 87 | ${libdir}/libasan_preinit.o \ |
90 | ${libdir}/libasan.so \ | 88 | ${libdir}/libasan.so \ |
@@ -93,7 +91,6 @@ FILES_libasan-dev += "\ | |||
93 | FILES_libasan-staticdev += "${libdir}/libasan.a" | 91 | FILES_libasan-staticdev += "${libdir}/libasan.a" |
94 | 92 | ||
95 | FILES_libubsan += "${libdir}/libubsan.so.*" | 93 | FILES_libubsan += "${libdir}/libubsan.so.*" |
96 | FILES_libubsan-dbg += "${libdir}/.debug/libubsan.so.*" | ||
97 | FILES_libubsan-dev += "\ | 94 | FILES_libubsan-dev += "\ |
98 | ${libdir}/libubsan.so \ | 95 | ${libdir}/libubsan.so \ |
99 | ${libdir}/libubsan.la \ | 96 | ${libdir}/libubsan.la \ |
@@ -101,7 +98,6 @@ FILES_libubsan-dev += "\ | |||
101 | FILES_libubsan-staticdev += "${libdir}/libubsan.a" | 98 | FILES_libubsan-staticdev += "${libdir}/libubsan.a" |
102 | 99 | ||
103 | FILES_liblsan += "${libdir}/liblsan.so.*" | 100 | FILES_liblsan += "${libdir}/liblsan.so.*" |
104 | FILES_liblsan-dbg += "${libdir}/.debug/liblsan.so.*" | ||
105 | FILES_liblsan-dev += "\ | 101 | FILES_liblsan-dev += "\ |
106 | ${libdir}/liblsan.so \ | 102 | ${libdir}/liblsan.so \ |
107 | ${libdir}/liblsan.la \ | 103 | ${libdir}/liblsan.la \ |
@@ -109,7 +105,6 @@ FILES_liblsan-dev += "\ | |||
109 | FILES_liblsan-staticdev += "${libdir}/liblsan.a" | 105 | FILES_liblsan-staticdev += "${libdir}/liblsan.a" |
110 | 106 | ||
111 | FILES_libtsan += "${libdir}/libtsan.so.*" | 107 | FILES_libtsan += "${libdir}/libtsan.so.*" |
112 | FILES_libtsan-dbg += "${libdir}/.debug/libtsan.so.*" | ||
113 | FILES_libtsan-dev += "\ | 108 | FILES_libtsan-dev += "\ |
114 | ${libdir}/libtsan.so \ | 109 | ${libdir}/libtsan.so \ |
115 | ${libdir}/libtsan.la \ | 110 | ${libdir}/libtsan.la \ |
diff --git a/meta/recipes-devtools/gcc/libgcc.inc b/meta/recipes-devtools/gcc/libgcc.inc index 95fa3f40b0..68377869ca 100644 --- a/meta/recipes-devtools/gcc/libgcc.inc +++ b/meta/recipes-devtools/gcc/libgcc.inc | |||
@@ -21,8 +21,6 @@ FILES_${PN}-dev = "\ | |||
21 | ${libdir}/${TARGET_SYS}/${BINV}* \ | 21 | ${libdir}/${TARGET_SYS}/${BINV}* \ |
22 | " | 22 | " |
23 | 23 | ||
24 | FILES_${PN}-dbg += "${base_libdir}/.debug/" | ||
25 | |||
26 | LIBGCCBUILDTREENAME = "gcc-build-internal-" | 24 | LIBGCCBUILDTREENAME = "gcc-build-internal-" |
27 | 25 | ||
28 | do_package[depends] += "virtual/${MLPREFIX}libc:do_packagedata" | 26 | do_package[depends] += "virtual/${MLPREFIX}libc:do_packagedata" |
diff --git a/meta/recipes-devtools/perl/libxml-parser-perl_2.44.bb b/meta/recipes-devtools/perl/libxml-parser-perl_2.44.bb index 9ccd417398..9561a59554 100644 --- a/meta/recipes-devtools/perl/libxml-parser-perl_2.44.bb +++ b/meta/recipes-devtools/perl/libxml-parser-perl_2.44.bb | |||
@@ -31,7 +31,5 @@ do_compile_class-native() { | |||
31 | cpan_do_compile | 31 | cpan_do_compile |
32 | } | 32 | } |
33 | 33 | ||
34 | FILES_${PN}-dbg += "${libdir}/perl/vendor_perl/*/auto/XML/Parser/Expat/.debug/" | ||
35 | |||
36 | BBCLASSEXTEND="native" | 34 | BBCLASSEXTEND="native" |
37 | 35 | ||
diff --git a/meta/recipes-devtools/python/python-smartpm_git.bb b/meta/recipes-devtools/python/python-smartpm_git.bb index d6c378bcfd..139bfd5802 100644 --- a/meta/recipes-devtools/python/python-smartpm_git.bb +++ b/meta/recipes-devtools/python/python-smartpm_git.bb | |||
@@ -128,8 +128,6 @@ RDEPENDS_${PN}-interface-gtk = "gtk+ ${PN}-interface-images" | |||
128 | 128 | ||
129 | FILES_smartpm = "${bindir}/smart" | 129 | FILES_smartpm = "${bindir}/smart" |
130 | 130 | ||
131 | FILES_${PN}-dbg += "${libdir}/python*/site-packages/smart/backends/rpm/.debug" | ||
132 | |||
133 | FILES_${PN}-backend-rpm = "${libdir}/python*/site-packages/smart/backends/rpm" | 131 | FILES_${PN}-backend-rpm = "${libdir}/python*/site-packages/smart/backends/rpm" |
134 | 132 | ||
135 | FILES_${PN}-interface-qt4 = "${libdir}/python*/site-packages/smart/interfaces/qt4" | 133 | FILES_${PN}-interface-qt4 = "${libdir}/python*/site-packages/smart/interfaces/qt4" |
diff --git a/meta/recipes-devtools/python/python3_3.5.0.bb b/meta/recipes-devtools/python/python3_3.5.0.bb index 7f6fbdb27c..a5663a1e25 100644 --- a/meta/recipes-devtools/python/python3_3.5.0.bb +++ b/meta/recipes-devtools/python/python3_3.5.0.bb | |||
@@ -211,9 +211,6 @@ PACKAGES =+ "libpython3 libpython3-staticdev" | |||
211 | FILES_libpython3 = "${libdir}/libpython*.so.*" | 211 | FILES_libpython3 = "${libdir}/libpython*.so.*" |
212 | FILES_libpython3-staticdev += "${libdir}/python${PYTHON_MAJMIN}/config-${PYTHON_BINABI}/libpython${PYTHON_BINABI}.a" | 212 | FILES_libpython3-staticdev += "${libdir}/python${PYTHON_MAJMIN}/config-${PYTHON_BINABI}/libpython${PYTHON_BINABI}.a" |
213 | 213 | ||
214 | # catch debug extensions (isn't that already in python-core-dbg?) | ||
215 | FILES_${PN}-dbg += "${libdir}/python${PYTHON_MAJMIN}/lib-dynload/.debug" | ||
216 | |||
217 | # catch all the rest (unsorted) | 214 | # catch all the rest (unsorted) |
218 | PACKAGES += "${PN}-misc" | 215 | PACKAGES += "${PN}-misc" |
219 | RDEPENDS_${PN}-misc += "${PN}-core" | 216 | RDEPENDS_${PN}-misc += "${PN}-core" |
diff --git a/meta/recipes-devtools/python/python_2.7.9.bb b/meta/recipes-devtools/python/python_2.7.9.bb index f585a53d58..0287c191ab 100644 --- a/meta/recipes-devtools/python/python_2.7.9.bb +++ b/meta/recipes-devtools/python/python_2.7.9.bb | |||
@@ -151,9 +151,6 @@ RRECOMMENDS_${PN}-crypt = "openssl" | |||
151 | PACKAGES =+ "lib${BPN}2" | 151 | PACKAGES =+ "lib${BPN}2" |
152 | FILES_lib${BPN}2 = "${libdir}/libpython*.so.*" | 152 | FILES_lib${BPN}2 = "${libdir}/libpython*.so.*" |
153 | 153 | ||
154 | # catch debug extensions (isn't that already in python-core-dbg?) | ||
155 | FILES_${PN}-dbg += "${libdir}/python${PYTHON_MAJMIN}/lib-dynload/.debug" | ||
156 | |||
157 | # catch all the rest (unsorted) | 154 | # catch all the rest (unsorted) |
158 | PACKAGES += "${PN}-misc" | 155 | PACKAGES += "${PN}-misc" |
159 | FILES_${PN}-misc = "${libdir}/python${PYTHON_MAJMIN}" | 156 | FILES_${PN}-misc = "${libdir}/python${PYTHON_MAJMIN}" |
diff --git a/meta/recipes-devtools/rpm/rpm_5.4+cvs.bb b/meta/recipes-devtools/rpm/rpm_5.4+cvs.bb index 0b38c3a357..2747a24ce3 100644 --- a/meta/recipes-devtools/rpm/rpm_5.4+cvs.bb +++ b/meta/recipes-devtools/rpm/rpm_5.4+cvs.bb | |||
@@ -224,7 +224,7 @@ CFLAGS_append = " -DRPM_VENDOR_WINDRIVER -DRPM_VENDOR_POKY -DRPM_VENDOR_OE" | |||
224 | 224 | ||
225 | LDFLAGS_append_libc-uclibc = "-lrt -lpthread" | 225 | LDFLAGS_append_libc-uclibc = "-lrt -lpthread" |
226 | 226 | ||
227 | PACKAGES = "${PN}-dbg ${PN} ${PN}-doc ${PN}-libs ${PN}-dev ${PN}-staticdev ${PN}-common ${PN}-build python-rpm-dbg python-rpm-staticdev python-rpm-dev python-rpm perl-module-rpm perl-module-rpm-dev ${PN}-locale" | 227 | PACKAGES = "${PN}-dbg ${PN} ${PN}-doc ${PN}-libs ${PN}-dev ${PN}-staticdev ${PN}-common ${PN}-build python-rpm-staticdev python-rpm-dev python-rpm perl-module-rpm perl-module-rpm-dev ${PN}-locale" |
228 | 228 | ||
229 | SOLIBS = "5.4.so" | 229 | SOLIBS = "5.4.so" |
230 | 230 | ||
diff --git a/meta/recipes-devtools/ruby/ruby_2.2.2.bb b/meta/recipes-devtools/ruby/ruby_2.2.2.bb index 78c943cc6f..9b807a7cd9 100644 --- a/meta/recipes-devtools/ruby/ruby_2.2.2.bb +++ b/meta/recipes-devtools/ruby/ruby_2.2.2.bb | |||
@@ -34,9 +34,4 @@ do_install() { | |||
34 | FILES_${PN} += "${datadir}/rubygems \ | 34 | FILES_${PN} += "${datadir}/rubygems \ |
35 | ${datadir}/ri" | 35 | ${datadir}/ri" |
36 | 36 | ||
37 | FILES_${PN}-dbg += "${libdir}/ruby/*/.debug \ | ||
38 | ${libdir}/ruby/*/*/.debug \ | ||
39 | ${libdir}/ruby/*/*/*/.debug \ | ||
40 | ${libdir}/ruby/*/*/*/*/.debug" | ||
41 | |||
42 | BBCLASSEXTEND = "native" | 37 | BBCLASSEXTEND = "native" |
diff --git a/meta/recipes-devtools/vala/vala.inc b/meta/recipes-devtools/vala/vala.inc index c98244b5b5..43f9bb3c3c 100644 --- a/meta/recipes-devtools/vala/vala.inc +++ b/meta/recipes-devtools/vala/vala.inc | |||
@@ -15,4 +15,3 @@ inherit autotools pkgconfig upstream-version-is-even | |||
15 | 15 | ||
16 | FILES_${PN} += "${datadir}/${BPN}-${SHRT_VER}/vapi ${libdir}/${BPN}-${SHRT_VER}/" | 16 | FILES_${PN} += "${datadir}/${BPN}-${SHRT_VER}/vapi ${libdir}/${BPN}-${SHRT_VER}/" |
17 | FILES_${PN}-doc += "${datadir}/devhelp" | 17 | FILES_${PN}-doc += "${datadir}/devhelp" |
18 | FILES_${PN}-dbg += "${libdir}/${BPN}-${SHRT_VER}/.debug" | ||
diff --git a/meta/recipes-devtools/valgrind/valgrind_3.10.1.bb b/meta/recipes-devtools/valgrind/valgrind_3.10.1.bb index c386a19e88..c38a07b310 100644 --- a/meta/recipes-devtools/valgrind/valgrind_3.10.1.bb +++ b/meta/recipes-devtools/valgrind/valgrind_3.10.1.bb | |||
@@ -50,8 +50,6 @@ do_install_append () { | |||
50 | 50 | ||
51 | RDEPENDS_${PN} += "perl" | 51 | RDEPENDS_${PN} += "perl" |
52 | 52 | ||
53 | FILES_${PN}-dbg += "${libdir}/${PN}/*/.debug/*" | ||
54 | |||
55 | # valgrind needs debug information for ld.so at runtime in order to | 53 | # valgrind needs debug information for ld.so at runtime in order to |
56 | # redirect functions like strlen. | 54 | # redirect functions like strlen. |
57 | RRECOMMENDS_${PN} += "${TCLIBC}-dbg" | 55 | RRECOMMENDS_${PN} += "${TCLIBC}-dbg" |