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/gcc | |
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/gcc')
-rw-r--r-- | meta/recipes-devtools/gcc/gcc-sanitizers.inc | 7 | ||||
-rw-r--r-- | meta/recipes-devtools/gcc/libgcc.inc | 2 |
2 files changed, 1 insertions, 8 deletions
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" |