diff options
Diffstat (limited to 'meta')
58 files changed, 9 insertions, 101 deletions
diff --git a/meta/recipes-bsp/pcmciautils/pcmciautils_018.bb b/meta/recipes-bsp/pcmciautils/pcmciautils_018.bb index 857bd0753f..6a1c366b8e 100644 --- a/meta/recipes-bsp/pcmciautils/pcmciautils_018.bb +++ b/meta/recipes-bsp/pcmciautils/pcmciautils_018.bb | |||
@@ -9,5 +9,4 @@ SRC_URI[sha256sum] = "79e6ae441278e178c07501d492394ed2c0326fdb66894f6d040ec811b0 | |||
9 | 9 | ||
10 | PR = "r1" | 10 | PR = "r1" |
11 | 11 | ||
12 | FILES_${PN}-dbg += "*/udev/.debug */*/udev/.debug" | ||
13 | FILES_${PN} += "*/udev */*/udev" | 12 | FILES_${PN} += "*/udev */*/udev" |
diff --git a/meta/recipes-bsp/pm-utils/pm-utils_1.4.1.bb b/meta/recipes-bsp/pm-utils/pm-utils_1.4.1.bb index 8d35187d63..27cb3dbe8d 100644 --- a/meta/recipes-bsp/pm-utils/pm-utils_1.4.1.bb +++ b/meta/recipes-bsp/pm-utils/pm-utils_1.4.1.bb | |||
@@ -22,5 +22,4 @@ do_configure_prepend () { | |||
22 | } | 22 | } |
23 | 23 | ||
24 | FILES_${PN} += "${libdir}/${BPN}/*" | 24 | FILES_${PN} += "${libdir}/${BPN}/*" |
25 | FILES_${PN}-dbg += "${libdir}/${BPN}/bin/.debug \ | 25 | FILES_${PN}-dbg += "${datadir}/doc/pm-utils/README.debugging" |
26 | ${datadir}/doc/pm-utils/README.debugging" | ||
diff --git a/meta/recipes-bsp/u-boot/u-boot.inc b/meta/recipes-bsp/u-boot/u-boot.inc index e66ffd1458..41eb205ba2 100644 --- a/meta/recipes-bsp/u-boot/u-boot.inc +++ b/meta/recipes-bsp/u-boot/u-boot.inc | |||
@@ -187,8 +187,6 @@ do_install () { | |||
187 | } | 187 | } |
188 | 188 | ||
189 | FILES_${PN} = "/boot ${sysconfdir}" | 189 | FILES_${PN} = "/boot ${sysconfdir}" |
190 | # Ensure the split debug part of any elf files are put into dbg | ||
191 | FILES_${PN}-dbg += "/boot/.debug" | ||
192 | 190 | ||
193 | do_deploy () { | 191 | do_deploy () { |
194 | if [ "x${UBOOT_CONFIG}" != "x" ] | 192 | if [ "x${UBOOT_CONFIG}" != "x" ] |
diff --git a/meta/recipes-connectivity/avahi/avahi-ui_0.6.31.bb b/meta/recipes-connectivity/avahi/avahi-ui_0.6.31.bb index 0d42b90e71..604ee9ec37 100644 --- a/meta/recipes-connectivity/avahi/avahi-ui_0.6.31.bb +++ b/meta/recipes-connectivity/avahi/avahi-ui_0.6.31.bb | |||
@@ -26,7 +26,6 @@ S = "${WORKDIR}/avahi-${PV}" | |||
26 | PACKAGES = "${PN} ${PN}-utils ${PN}-dbg ${PN}-dev ${PN}-staticdev ${PN}-doc python-avahi avahi-discover avahi-discover-standalone" | 26 | PACKAGES = "${PN} ${PN}-utils ${PN}-dbg ${PN}-dev ${PN}-staticdev ${PN}-doc python-avahi avahi-discover avahi-discover-standalone" |
27 | 27 | ||
28 | FILES_${PN} = "${libdir}/libavahi-ui*.so.*" | 28 | FILES_${PN} = "${libdir}/libavahi-ui*.so.*" |
29 | FILES_${PN}-dbg += "${libdir}/.debug/libavah-ui*" | ||
30 | FILES_${PN}-dev += "${libdir}/libavahi-ui${SOLIBSDEV}" | 29 | FILES_${PN}-dev += "${libdir}/libavahi-ui${SOLIBSDEV}" |
31 | FILES_${PN}-staticdev += "${libdir}/libavahi-ui.a" | 30 | FILES_${PN}-staticdev += "${libdir}/libavahi-ui.a" |
32 | 31 | ||
diff --git a/meta/recipes-connectivity/connman/connman.inc b/meta/recipes-connectivity/connman/connman.inc index 6324d7a1fd..ba2ca24065 100644 --- a/meta/recipes-connectivity/connman/connman.inc +++ b/meta/recipes-connectivity/connman/connman.inc | |||
@@ -154,8 +154,6 @@ FILES_${PN} = "${bindir}/* ${sbindir}/* ${libexecdir}/* ${libdir}/lib*.so.* \ | |||
154 | ${base_bindir}/* ${base_sbindir}/* ${base_libdir}/*.so* ${datadir}/${PN} \ | 154 | ${base_bindir}/* ${base_sbindir}/* ${base_libdir}/*.so* ${datadir}/${PN} \ |
155 | ${datadir}/dbus-1/system-services/*" | 155 | ${datadir}/dbus-1/system-services/*" |
156 | 156 | ||
157 | FILES_${PN}-dbg += "${libdir}/connman/*/.debug" | ||
158 | |||
159 | FILES_${PN}-dev += "${libdir}/connman/*/*.la" | 157 | FILES_${PN}-dev += "${libdir}/connman/*/*.la" |
160 | 158 | ||
161 | PACKAGES =+ "${PN}-vpn" | 159 | PACKAGES =+ "${PN}-vpn" |
diff --git a/meta/recipes-connectivity/iproute2/iproute2.inc b/meta/recipes-connectivity/iproute2/iproute2.inc index 6a08114630..9ce157b2ca 100644 --- a/meta/recipes-connectivity/iproute2/iproute2.inc +++ b/meta/recipes-connectivity/iproute2/iproute2.inc | |||
@@ -36,8 +36,6 @@ PACKAGES =+ "${PN}-tc" | |||
36 | FILES_${PN}-tc = "${base_sbindir}/tc* \ | 36 | FILES_${PN}-tc = "${base_sbindir}/tc* \ |
37 | ${libdir}/tc/*.so" | 37 | ${libdir}/tc/*.so" |
38 | 38 | ||
39 | FILES_${PN}-dbg += "${libdir}/tc/.debug" | ||
40 | |||
41 | ALTERNATIVE_${PN} = "ip" | 39 | ALTERNATIVE_${PN} = "ip" |
42 | ALTERNATIVE_TARGET[ip] = "${base_sbindir}/ip.${BPN}" | 40 | ALTERNATIVE_TARGET[ip] = "${base_sbindir}/ip.${BPN}" |
43 | ALTERNATIVE_LINK_NAME[ip] = "${base_sbindir}/ip" | 41 | ALTERNATIVE_LINK_NAME[ip] = "${base_sbindir}/ip" |
diff --git a/meta/recipes-connectivity/neard/neard_0.15.bb b/meta/recipes-connectivity/neard/neard_0.15.bb index f9623106d9..93bddb34ce 100644 --- a/meta/recipes-connectivity/neard/neard_0.15.bb +++ b/meta/recipes-connectivity/neard/neard_0.15.bb | |||
@@ -43,7 +43,6 @@ do_install_append() { | |||
43 | PACKAGES =+ "${PN}-tests" | 43 | PACKAGES =+ "${PN}-tests" |
44 | 44 | ||
45 | FILES_${PN}-tests = "${libdir}/${BPN}/*-test" | 45 | FILES_${PN}-tests = "${libdir}/${BPN}/*-test" |
46 | FILES_${PN}-dbg += "${libexecdir}/nfc/.debug ${libdir}/${BPN}/*/.debug" | ||
47 | 46 | ||
48 | RDEPENDS_${PN} = "dbus python python-dbus python-pygobject" | 47 | RDEPENDS_${PN} = "dbus python python-dbus python-pygobject" |
49 | 48 | ||
diff --git a/meta/recipes-connectivity/openssl/openssl_1.0.2e.bb b/meta/recipes-connectivity/openssl/openssl_1.0.2e.bb index c4e590f760..d2a265a79c 100644 --- a/meta/recipes-connectivity/openssl/openssl_1.0.2e.bb +++ b/meta/recipes-connectivity/openssl/openssl_1.0.2e.bb | |||
@@ -43,13 +43,8 @@ SRC_URI += "file://find.pl;subdir=${BP}/util/ \ | |||
43 | SRC_URI[md5sum] = "5262bfa25b60ed9de9f28d5d52d77fc5" | 43 | SRC_URI[md5sum] = "5262bfa25b60ed9de9f28d5d52d77fc5" |
44 | SRC_URI[sha256sum] = "e23ccafdb75cfcde782da0151731aa2185195ac745eea3846133f2e05c0e0bff" | 44 | SRC_URI[sha256sum] = "e23ccafdb75cfcde782da0151731aa2185195ac745eea3846133f2e05c0e0bff" |
45 | 45 | ||
46 | PACKAGES =+ " \ | 46 | PACKAGES =+ "${PN}-engines" |
47 | ${PN}-engines \ | ||
48 | ${PN}-engines-dbg \ | ||
49 | " | ||
50 | |||
51 | FILES_${PN}-engines = "${libdir}/ssl/engines/*.so ${libdir}/engines" | 47 | FILES_${PN}-engines = "${libdir}/ssl/engines/*.so ${libdir}/engines" |
52 | FILES_${PN}-engines-dbg = "${libdir}/ssl/engines/.debug" | ||
53 | 48 | ||
54 | # The crypto_use_bigint patch means that perl's bignum module needs to be | 49 | # The crypto_use_bigint patch means that perl's bignum module needs to be |
55 | # installed, but some distributions (for example Fedora 23) don't ship it by | 50 | # installed, but some distributions (for example Fedora 23) don't ship it by |
diff --git a/meta/recipes-connectivity/ppp/ppp_2.4.7.bb b/meta/recipes-connectivity/ppp/ppp_2.4.7.bb index adc38e10b4..5f06034727 100644 --- a/meta/recipes-connectivity/ppp/ppp_2.4.7.bb +++ b/meta/recipes-connectivity/ppp/ppp_2.4.7.bb | |||
@@ -78,7 +78,6 @@ do_install_append () { | |||
78 | CONFFILES_${PN} = "${sysconfdir}/ppp/pap-secrets ${sysconfdir}/ppp/chap-secrets ${sysconfdir}/ppp/options" | 78 | CONFFILES_${PN} = "${sysconfdir}/ppp/pap-secrets ${sysconfdir}/ppp/chap-secrets ${sysconfdir}/ppp/options" |
79 | PACKAGES =+ "${PN}-oa ${PN}-oe ${PN}-radius ${PN}-winbind ${PN}-minconn ${PN}-password ${PN}-l2tp ${PN}-tools" | 79 | PACKAGES =+ "${PN}-oa ${PN}-oe ${PN}-radius ${PN}-winbind ${PN}-minconn ${PN}-password ${PN}-l2tp ${PN}-tools" |
80 | FILES_${PN} = "${sysconfdir} ${bindir} ${sbindir}/chat ${sbindir}/pppd ${systemd_unitdir}/system/ppp@.service" | 80 | FILES_${PN} = "${sysconfdir} ${bindir} ${sbindir}/chat ${sbindir}/pppd ${systemd_unitdir}/system/ppp@.service" |
81 | FILES_${PN}-dbg += "${libdir}/pppd/${PV}/.debug" | ||
82 | FILES_${PN}-oa = "${libdir}/pppd/${PV}/pppoatm.so" | 81 | FILES_${PN}-oa = "${libdir}/pppd/${PV}/pppoatm.so" |
83 | FILES_${PN}-oe = "${sbindir}/pppoe-discovery ${libdir}/pppd/${PV}/rp-pppoe.so" | 82 | FILES_${PN}-oe = "${sbindir}/pppoe-discovery ${libdir}/pppd/${PV}/rp-pppoe.so" |
84 | FILES_${PN}-radius = "${libdir}/pppd/${PV}/radius.so ${libdir}/pppd/${PV}/radattr.so ${libdir}/pppd/${PV}/radrealms.so" | 83 | FILES_${PN}-radius = "${libdir}/pppd/${PV}/radius.so ${libdir}/pppd/${PV}/radattr.so ${libdir}/pppd/${PV}/radrealms.so" |
diff --git a/meta/recipes-connectivity/wireless-tools/wireless-tools_30.pre9.bb b/meta/recipes-connectivity/wireless-tools/wireless-tools_30.pre9.bb index b6f33e5eb7..c3b8f665b1 100644 --- a/meta/recipes-connectivity/wireless-tools/wireless-tools_30.pre9.bb +++ b/meta/recipes-connectivity/wireless-tools/wireless-tools_30.pre9.bb | |||
@@ -39,11 +39,8 @@ do_install() { | |||
39 | install -m 0755 ifrename ${D}${sbindir}/ifrename | 39 | install -m 0755 ifrename ${D}${sbindir}/ifrename |
40 | } | 40 | } |
41 | 41 | ||
42 | PACKAGES = "libiw-dbg ifrename-dbg ${PN}-dbg \ | 42 | PACKAGES = "libiw libiw-dev libiw-doc ifrename-doc ifrename ${PN} ${PN}-doc ${PN}-dbg" |
43 | libiw libiw-dev libiw-doc ifrename-doc ifrename ${PN} ${PN}-doc" | ||
44 | 43 | ||
45 | FILES_libiw-dbg = "${libdir}/.debug/*.so.*" | ||
46 | FILES_ifrename-dbg = "${sbindir}/.debug/ifrename" | ||
47 | FILES_libiw = "${libdir}/*.so.*" | 44 | FILES_libiw = "${libdir}/*.so.*" |
48 | FILES_libiw-dev = "${libdir}/*.a ${libdir}/*.so ${includedir}" | 45 | FILES_libiw-dev = "${libdir}/*.a ${libdir}/*.so ${includedir}" |
49 | FILES_libiw-doc = "${mandir}/man7" | 46 | FILES_libiw-doc = "${mandir}/man7" |
diff --git a/meta/recipes-core/dbus/dbus-glib.inc b/meta/recipes-core/dbus/dbus-glib.inc index 1c47873a6e..f8c0ebe804 100644 --- a/meta/recipes-core/dbus/dbus-glib.inc +++ b/meta/recipes-core/dbus/dbus-glib.inc | |||
@@ -26,7 +26,7 @@ EXTRA_OECONF = "--with-introspect-xml=${STAGING_DATADIR_NATIVE}/dbus/dbus-bus-in | |||
26 | --with-dbus-binding-tool=${STAGING_BINDIR_NATIVE}/dbus-binding-tool" | 26 | --with-dbus-binding-tool=${STAGING_BINDIR_NATIVE}/dbus-binding-tool" |
27 | EXTRA_OECONF_class-native = "--with-introspect-xml=${STAGING_DATADIR_NATIVE}/dbus/dbus-bus-introspect.xml" | 27 | EXTRA_OECONF_class-native = "--with-introspect-xml=${STAGING_DATADIR_NATIVE}/dbus/dbus-bus-introspect.xml" |
28 | 28 | ||
29 | PACKAGES += "${PN}-bash-completion ${PN}-tests-dbg ${PN}-tests" | 29 | PACKAGES += "${PN}-bash-completion ${PN}-tests" |
30 | 30 | ||
31 | FILES_${PN} = "${libdir}/lib*${SOLIBS}" | 31 | FILES_${PN} = "${libdir}/lib*${SOLIBS}" |
32 | FILES_${PN}-bash-completion = "${sysconfdir}/bash_completion.d/dbus-bash-completion.sh \ | 32 | FILES_${PN}-bash-completion = "${sysconfdir}/bash_completion.d/dbus-bash-completion.sh \ |
diff --git a/meta/recipes-core/glib-networking/glib-networking_2.46.1.bb b/meta/recipes-core/glib-networking/glib-networking_2.46.1.bb index c980a09ed7..70be87c8c0 100644 --- a/meta/recipes-core/glib-networking/glib-networking_2.46.1.bb +++ b/meta/recipes-core/glib-networking/glib-networking_2.46.1.bb | |||
@@ -25,6 +25,5 @@ EXTRA_OECONF = "--without-gnome-proxy" | |||
25 | inherit gnomebase gettext upstream-version-is-even | 25 | inherit gnomebase gettext upstream-version-is-even |
26 | 26 | ||
27 | FILES_${PN} += "${libdir}/gio/modules/libgio*.so ${datadir}/dbus-1/services/" | 27 | FILES_${PN} += "${libdir}/gio/modules/libgio*.so ${datadir}/dbus-1/services/" |
28 | FILES_${PN}-dbg += "${libdir}/gio/modules/.debug/" | ||
29 | FILES_${PN}-dev += "${libdir}/gio/modules/libgio*.la" | 28 | FILES_${PN}-dev += "${libdir}/gio/modules/libgio*.la" |
30 | FILES_${PN}-staticdev += "${libdir}/gio/modules/libgio*.a" | 29 | FILES_${PN}-staticdev += "${libdir}/gio/modules/libgio*.a" |
diff --git a/meta/recipes-core/libcgroup/libcgroup_0.41.bb b/meta/recipes-core/libcgroup/libcgroup_0.41.bb index 1bbeb4a5d6..287aecd9ee 100644 --- a/meta/recipes-core/libcgroup/libcgroup_0.41.bb +++ b/meta/recipes-core/libcgroup/libcgroup_0.41.bb | |||
@@ -21,7 +21,6 @@ EXTRA_OECONF = "${@bb.utils.contains('DISTRO_FEATURES', 'pam', '--enable-pam-mod | |||
21 | 21 | ||
22 | PACKAGES =+ "cgroups-pam-plugin" | 22 | PACKAGES =+ "cgroups-pam-plugin" |
23 | FILES_cgroups-pam-plugin = "${base_libdir}/security/pam_cgroup.so*" | 23 | FILES_cgroups-pam-plugin = "${base_libdir}/security/pam_cgroup.so*" |
24 | FILES_${PN}-dbg += "${base_libdir}/security/.debug" | ||
25 | FILES_${PN}-dev += "${base_libdir}/security/*.la" | 24 | FILES_${PN}-dev += "${base_libdir}/security/*.la" |
26 | 25 | ||
27 | do_install_append() { | 26 | do_install_append() { |
diff --git a/meta/recipes-core/libxml/libxml2_2.9.3.bb b/meta/recipes-core/libxml/libxml2_2.9.3.bb index 20bf1e095e..9c9873fbd0 100644 --- a/meta/recipes-core/libxml/libxml2_2.9.3.bb +++ b/meta/recipes-core/libxml/libxml2_2.9.3.bb | |||
@@ -62,7 +62,6 @@ python populate_packages_prepend () { | |||
62 | 62 | ||
63 | PACKAGES += "${PN}-utils ${PN}-python" | 63 | PACKAGES += "${PN}-utils ${PN}-python" |
64 | 64 | ||
65 | FILES_${PN}-dbg += "${PYTHON_SITEPACKAGES_DIR}/.debug" | ||
66 | FILES_${PN}-staticdev += "${PYTHON_SITEPACKAGES_DIR}/*.a" | 65 | FILES_${PN}-staticdev += "${PYTHON_SITEPACKAGES_DIR}/*.a" |
67 | FILES_${PN}-dev += "${libdir}/xml2Conf.sh ${libdir}/cmake/*" | 66 | FILES_${PN}-dev += "${libdir}/xml2Conf.sh ${libdir}/cmake/*" |
68 | FILES_${PN}-utils += "${bindir}/*" | 67 | FILES_${PN}-utils += "${bindir}/*" |
diff --git a/meta/recipes-core/uclibc/uclibc-package.inc b/meta/recipes-core/uclibc/uclibc-package.inc index c1815f9a31..439f84e4f9 100644 --- a/meta/recipes-core/uclibc/uclibc-package.inc +++ b/meta/recipes-core/uclibc/uclibc-package.inc | |||
@@ -1,6 +1,6 @@ | |||
1 | # Ensure the uclibc-dev package is processed before uclibc-staticdev to allow | 1 | # Ensure the uclibc-dev package is processed before uclibc-staticdev to allow |
2 | # *_nonshared.a libraries to be packaged in the uclibc-dev package. | 2 | # *_nonshared.a libraries to be packaged in the uclibc-dev package. |
3 | PACKAGES = "ldd uclibc-utils-dbg uclibc-utils uclibc-gconv uclibc-thread-db uclibc-argp uclibc-backtrace uclibc-libcrypt uclibc-libintl uclibc-libnsl uclibc-libresolv uclibc-libm uclibc-libdl uclibc-libutil uclibc-libpthread uclibc-librt ${PN}-dbg ${PN}-dev ${PN}-staticdev ${PN}-doc ${PN}" | 3 | PACKAGES = "ldd uclibc-utils uclibc-gconv uclibc-thread-db uclibc-argp uclibc-backtrace uclibc-libcrypt uclibc-libintl uclibc-libnsl uclibc-libresolv uclibc-libm uclibc-libdl uclibc-libutil uclibc-libpthread uclibc-librt ${PN}-dbg ${PN}-dev ${PN}-staticdev ${PN}-doc ${PN}" |
4 | 4 | ||
5 | FILES_uclibc-libcrypt = "${base_libdir}/libcrypt*.so.* ${base_libdir}/libcrypt-*.so" | 5 | FILES_uclibc-libcrypt = "${base_libdir}/libcrypt*.so.* ${base_libdir}/libcrypt-*.so" |
6 | FILES_uclibc-libintl = "${base_libdir}/libintl*.so.* ${base_libdir}/libintl-*.so" | 6 | FILES_uclibc-libintl = "${base_libdir}/libintl*.so.* ${base_libdir}/libintl-*.so" |
@@ -14,7 +14,6 @@ FILES_uclibc-librt = "${base_libdir}/librt*.so.* ${base_libdir}/librt-*.so" | |||
14 | 14 | ||
15 | FILES_ldd = "${bindir}/ldd" | 15 | FILES_ldd = "${bindir}/ldd" |
16 | FILES_uclibc-utils = "${bindir} ${sbindir}" | 16 | FILES_uclibc-utils = "${bindir} ${sbindir}" |
17 | FILES_uclibc-utils-dbg += "${bindir}/.debug ${sbindir}/.debug" | ||
18 | FILES_uclibc-gconv = "${libdir}/gconv" | 17 | FILES_uclibc-gconv = "${libdir}/gconv" |
19 | FILES_uclibc-thread-db = "${base_libdir}/libthread_db*" | 18 | FILES_uclibc-thread-db = "${base_libdir}/libthread_db*" |
20 | FILES_uclibc-argp = "${base_libdir}/libuargp-*.so ${base_libdir}/libuargp*.so.*" | 19 | FILES_uclibc-argp = "${base_libdir}/libuargp-*.so ${base_libdir}/libuargp*.so.*" |
diff --git a/meta/recipes-core/util-linux/util-linux.inc b/meta/recipes-core/util-linux/util-linux.inc index 318c74ba62..cf321c62b2 100644 --- a/meta/recipes-core/util-linux/util-linux.inc +++ b/meta/recipes-core/util-linux/util-linux.inc | |||
@@ -65,7 +65,6 @@ FILES_${PN}-bash-completion += "${datadir}/bash-completion" | |||
65 | FILES_${PN}-doc += "${datadir}/getopt/getopt-*.*" | 65 | FILES_${PN}-doc += "${datadir}/getopt/getopt-*.*" |
66 | 66 | ||
67 | FILES_${PN}-dev += "${libdir}/${PYTHON_DIR}/dist-packages/libmount/pylibmount.la" | 67 | FILES_${PN}-dev += "${libdir}/${PYTHON_DIR}/dist-packages/libmount/pylibmount.la" |
68 | FILES_${PN}-dbg += "${libdir}/${PYTHON_DIR}/dist-packages/libmount/.debug/" | ||
69 | 68 | ||
70 | FILES_util-linux-agetty = "${base_sbindir}/agetty" | 69 | FILES_util-linux-agetty = "${base_sbindir}/agetty" |
71 | FILES_util-linux-fdisk = "${base_sbindir}/fdisk.${BPN}" | 70 | FILES_util-linux-fdisk = "${base_sbindir}/fdisk.${BPN}" |
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" |
diff --git a/meta/recipes-extended/cracklib/cracklib_2.9.5.bb b/meta/recipes-extended/cracklib/cracklib_2.9.5.bb index 35817c9363..8c9063e07c 100644 --- a/meta/recipes-extended/cracklib/cracklib_2.9.5.bb +++ b/meta/recipes-extended/cracklib/cracklib_2.9.5.bb | |||
@@ -45,7 +45,6 @@ BBCLASSEXTEND = "native nativesdk" | |||
45 | FILES_${PN}-python = "${PYTHON_SITEPACKAGES_DIR}/cracklib.py \ | 45 | FILES_${PN}-python = "${PYTHON_SITEPACKAGES_DIR}/cracklib.py \ |
46 | ${PYTHON_SITEPACKAGES_DIR}/_cracklib.so \ | 46 | ${PYTHON_SITEPACKAGES_DIR}/_cracklib.so \ |
47 | " | 47 | " |
48 | FILES_${PN}-dbg += "${PYTHON_SITEPACKAGES_DIR}/.debug/_cracklib.so" | ||
49 | FILES_${PN}-staticdev += "${PYTHON_SITEPACKAGES_DIR}/_cracklib.a \ | 48 | FILES_${PN}-staticdev += "${PYTHON_SITEPACKAGES_DIR}/_cracklib.a \ |
50 | ${PYTHON_SITEPACKAGES_DIR}/_cracklib.la \ | 49 | ${PYTHON_SITEPACKAGES_DIR}/_cracklib.la \ |
51 | " | 50 | " |
diff --git a/meta/recipes-extended/gawk/gawk_3.1.5.bb b/meta/recipes-extended/gawk/gawk_3.1.5.bb index c7af4a9b72..bc188fad13 100644 --- a/meta/recipes-extended/gawk/gawk_3.1.5.bb +++ b/meta/recipes-extended/gawk/gawk_3.1.5.bb | |||
@@ -28,7 +28,6 @@ PACKAGES += "gawk-common pgawk" | |||
28 | FILES_${PN} = "${bindir}/gawk* ${bindir}/igawk" | 28 | FILES_${PN} = "${bindir}/gawk* ${bindir}/igawk" |
29 | FILES_gawk-common += "${datadir}/awk/* ${libdir}/gawk/awk/*" | 29 | FILES_gawk-common += "${datadir}/awk/* ${libdir}/gawk/awk/*" |
30 | FILES_pgawk = "${bindir}/pgawk*" | 30 | FILES_pgawk = "${bindir}/pgawk*" |
31 | FILES_${PN}-dbg += "${libdir}/gawk/awk/.debug" | ||
32 | 31 | ||
33 | ALTERNATIVE_${PN} = "awk" | 32 | ALTERNATIVE_${PN} = "awk" |
34 | ALTERNATIVE_TARGET[awk] = "${bindir}/gawk" | 33 | ALTERNATIVE_TARGET[awk] = "${bindir}/gawk" |
diff --git a/meta/recipes-extended/gawk/gawk_4.1.3.bb b/meta/recipes-extended/gawk/gawk_4.1.3.bb index d1a88e45a9..6ca7f3ef45 100644 --- a/meta/recipes-extended/gawk/gawk_4.1.3.bb +++ b/meta/recipes-extended/gawk/gawk_4.1.3.bb | |||
@@ -26,7 +26,6 @@ inherit autotools gettext texinfo update-alternatives | |||
26 | 26 | ||
27 | FILES_${PN} += "${datadir}/awk" | 27 | FILES_${PN} += "${datadir}/awk" |
28 | FILES_${PN}-dev += "${libdir}/${BPN}/*.la" | 28 | FILES_${PN}-dev += "${libdir}/${BPN}/*.la" |
29 | FILES_${PN}-dbg += "${libexecdir}/awk/.debug" | ||
30 | 29 | ||
31 | ALTERNATIVE_${PN} = "awk" | 30 | ALTERNATIVE_${PN} = "awk" |
32 | ALTERNATIVE_TARGET[awk] = "${bindir}/gawk" | 31 | ALTERNATIVE_TARGET[awk] = "${bindir}/gawk" |
diff --git a/meta/recipes-extended/iptables/iptables_1.4.21.bb b/meta/recipes-extended/iptables/iptables_1.4.21.bb index deea5e5144..4118f54812 100644 --- a/meta/recipes-extended/iptables/iptables_1.4.21.bb +++ b/meta/recipes-extended/iptables/iptables_1.4.21.bb | |||
@@ -17,7 +17,6 @@ RRECOMMENDS_${PN} = "kernel-module-x-tables \ | |||
17 | kernel-module-nf-nat \ | 17 | kernel-module-nf-nat \ |
18 | kernel-module-ipt-masquerade" | 18 | kernel-module-ipt-masquerade" |
19 | FILES_${PN} =+ "${libdir}/xtables/ ${datadir}/xtables" | 19 | FILES_${PN} =+ "${libdir}/xtables/ ${datadir}/xtables" |
20 | FILES_${PN}-dbg =+ "${libdir}/xtables/.debug" | ||
21 | 20 | ||
22 | SRC_URI = "http://netfilter.org/projects/iptables/files/iptables-${PV}.tar.bz2 \ | 21 | SRC_URI = "http://netfilter.org/projects/iptables/files/iptables-${PV}.tar.bz2 \ |
23 | file://types.h-add-defines-that-are-required-for-if_packet.patch \ | 22 | file://types.h-add-defines-that-are-required-for-if_packet.patch \ |
diff --git a/meta/recipes-extended/libuser/libuser_0.62.bb b/meta/recipes-extended/libuser/libuser_0.62.bb index c4ed459598..4caa8a1495 100644 --- a/meta/recipes-extended/libuser/libuser_0.62.bb +++ b/meta/recipes-extended/libuser/libuser_0.62.bb | |||
@@ -25,6 +25,5 @@ EXTRA_OEMAKE = "PYTHON_CPPFLAGS=-I${STAGING_INCDIR}/${PYTHON_DIR}" | |||
25 | 25 | ||
26 | PACKAGES += "${PN}-python " | 26 | PACKAGES += "${PN}-python " |
27 | 27 | ||
28 | FILES_${PN}-dbg += "${PYTHON_SITEPACKAGES_DIR}/.debug" | ||
29 | FILES_${PN}-python = "${PYTHON_SITEPACKAGES_DIR}" | 28 | FILES_${PN}-python = "${PYTHON_SITEPACKAGES_DIR}" |
30 | 29 | ||
diff --git a/meta/recipes-extended/mc/mc_4.7.5.2.bb b/meta/recipes-extended/mc/mc_4.7.5.2.bb index b47eb02323..b38964d827 100644 --- a/meta/recipes-extended/mc/mc_4.7.5.2.bb +++ b/meta/recipes-extended/mc/mc_4.7.5.2.bb | |||
@@ -19,8 +19,6 @@ inherit autotools gettext pkgconfig | |||
19 | 19 | ||
20 | EXTRA_OECONF = "--with-screen=ncurses --without-gpm-mouse --without-x --without-samba" | 20 | EXTRA_OECONF = "--with-screen=ncurses --without-gpm-mouse --without-x --without-samba" |
21 | 21 | ||
22 | FILES_${PN}-dbg += "${libexecdir}/mc/.debug/" | ||
23 | |||
24 | do_install_append () { | 22 | do_install_append () { |
25 | sed -i -e '1s,#!.*perl,#!${bindir}/env perl,' ${D}${libexecdir}/mc/extfs.d/* | 23 | sed -i -e '1s,#!.*perl,#!${bindir}/env perl,' ${D}${libexecdir}/mc/extfs.d/* |
26 | sed -i -e '1s,#!.*python,#!${bindir}/env python,' ${D}${libexecdir}/mc/extfs.d/* | 24 | sed -i -e '1s,#!.*python,#!${bindir}/env python,' ${D}${libexecdir}/mc/extfs.d/* |
diff --git a/meta/recipes-extended/mc/mc_4.8.15.bb b/meta/recipes-extended/mc/mc_4.8.15.bb index ed53760275..6c3a16aabb 100644 --- a/meta/recipes-extended/mc/mc_4.8.15.bb +++ b/meta/recipes-extended/mc/mc_4.8.15.bb | |||
@@ -22,8 +22,6 @@ PACKAGECONFIG[sftp] = "--enable-vfs-sftp,--disable-vfs-sftp,libssh2," | |||
22 | 22 | ||
23 | EXTRA_OECONF = "--with-screen=ncurses --without-gpm-mouse --without-x" | 23 | EXTRA_OECONF = "--with-screen=ncurses --without-gpm-mouse --without-x" |
24 | 24 | ||
25 | FILES_${PN}-dbg += "${libexecdir}/mc/.debug/" | ||
26 | |||
27 | do_install_append () { | 25 | do_install_append () { |
28 | sed -i -e '1s,#!.*perl,#!${bindir}/env perl,' ${D}${libexecdir}/mc/extfs.d/* | 26 | sed -i -e '1s,#!.*perl,#!${bindir}/env perl,' ${D}${libexecdir}/mc/extfs.d/* |
29 | sed -i -e '1s,#!.*python,#!${bindir}/env python,' ${D}${libexecdir}/mc/extfs.d/* | 27 | sed -i -e '1s,#!.*python,#!${bindir}/env python,' ${D}${libexecdir}/mc/extfs.d/* |
diff --git a/meta/recipes-extended/newt/libnewt-python_0.52.18.bb b/meta/recipes-extended/newt/libnewt-python_0.52.18.bb index 94a41a38ea..ba047574f2 100644 --- a/meta/recipes-extended/newt/libnewt-python_0.52.18.bb +++ b/meta/recipes-extended/newt/libnewt-python_0.52.18.bb | |||
@@ -24,6 +24,5 @@ do_install () { | |||
24 | PACKAGES_remove = "whiptail" | 24 | PACKAGES_remove = "whiptail" |
25 | 25 | ||
26 | FILES_${PN} = "${PYTHON_SITEPACKAGES_DIR}/*" | 26 | FILES_${PN} = "${PYTHON_SITEPACKAGES_DIR}/*" |
27 | FILES_${PN}-dbg += "${PYTHON_SITEPACKAGES_DIR}/.debug/" | ||
28 | 27 | ||
29 | BBCLASSEXTEND = "native" | 28 | BBCLASSEXTEND = "native" |
diff --git a/meta/recipes-extended/slang/slang_2.2.4.bb b/meta/recipes-extended/slang/slang_2.2.4.bb index e33e868447..bfaa9a58df 100644 --- a/meta/recipes-extended/slang/slang_2.2.4.bb +++ b/meta/recipes-extended/slang/slang_2.2.4.bb | |||
@@ -48,7 +48,6 @@ do_install() { | |||
48 | } | 48 | } |
49 | 49 | ||
50 | FILES_${PN} += "${libdir}/${BPN}/v2/modules/ ${datadir}/slsh/" | 50 | FILES_${PN} += "${libdir}/${BPN}/v2/modules/ ${datadir}/slsh/" |
51 | FILES_${PN}-dbg += "${libdir}/${BPN}/v2/modules/.debug" | ||
52 | 51 | ||
53 | PARALLEL_MAKE = "" | 52 | PARALLEL_MAKE = "" |
54 | 53 | ||
diff --git a/meta/recipes-extended/sysstat/sysstat.inc b/meta/recipes-extended/sysstat/sysstat.inc index 85be902a86..a954bba2d5 100644 --- a/meta/recipes-extended/sysstat/sysstat.inc +++ b/meta/recipes-extended/sysstat/sysstat.inc | |||
@@ -51,7 +51,6 @@ pkg_postinst_${PN} () { | |||
51 | 51 | ||
52 | 52 | ||
53 | FILES_${PN} += "${libdir}/sa" | 53 | FILES_${PN} += "${libdir}/sa" |
54 | FILES_${PN}-dbg += "${libdir}/sa/.debug/" | ||
55 | 54 | ||
56 | TARGET_CC_ARCH += "${LDFLAGS}" | 55 | TARGET_CC_ARCH += "${LDFLAGS}" |
57 | LDFLAGS_append_libc-uclibc = " -lintl" | 56 | LDFLAGS_append_libc-uclibc = " -lintl" |
diff --git a/meta/recipes-gnome/epiphany/epiphany_3.16.3.bb b/meta/recipes-gnome/epiphany/epiphany_3.16.3.bb index 3ff35fc9bc..09633a614a 100644 --- a/meta/recipes-gnome/epiphany/epiphany_3.16.3.bb +++ b/meta/recipes-gnome/epiphany/epiphany_3.16.3.bb | |||
@@ -21,7 +21,6 @@ do_configure_prepend() { | |||
21 | } | 21 | } |
22 | 22 | ||
23 | FILES_${PN} += "${datadir}/appdata ${datadir}/dbus-1 ${datadir}/gnome-shell/search-providers" | 23 | FILES_${PN} += "${datadir}/appdata ${datadir}/dbus-1 ${datadir}/gnome-shell/search-providers" |
24 | FILES_${PN}-dbg += "${libdir}/epiphany/*/web-extensions/.debug/libephywebextension.so" | ||
25 | RDEPENDS_${PN} = "iso-codes adwaita-icon-theme" | 24 | RDEPENDS_${PN} = "iso-codes adwaita-icon-theme" |
26 | RRECOMMENDS_${PN} = "ca-certificates" | 25 | RRECOMMENDS_${PN} = "ca-certificates" |
27 | 26 | ||
diff --git a/meta/recipes-gnome/gdk-pixbuf/gdk-pixbuf_2.32.1.bb b/meta/recipes-gnome/gdk-pixbuf/gdk-pixbuf_2.32.1.bb index dc05a0344e..084fe3613e 100644 --- a/meta/recipes-gnome/gdk-pixbuf/gdk-pixbuf_2.32.1.bb +++ b/meta/recipes-gnome/gdk-pixbuf/gdk-pixbuf_2.32.1.bb | |||
@@ -58,12 +58,6 @@ FILES_${PN}-dev += " \ | |||
58 | ${libdir}/gdk-pixbuf-2.0/${LIBV}/loaders/*.la \ | 58 | ${libdir}/gdk-pixbuf-2.0/${LIBV}/loaders/*.la \ |
59 | " | 59 | " |
60 | 60 | ||
61 | FILES_${PN}-dbg += " \ | ||
62 | ${libdir}/.debug/* \ | ||
63 | ${libdir}/gdk-pixbuf-2.0/.debug/* \ | ||
64 | ${libdir}/gdk-pixbuf-2.0/${LIBV}/loaders/.debug/* \ | ||
65 | " | ||
66 | |||
67 | PACKAGES_DYNAMIC += "^gdk-pixbuf-loader-.*" | 61 | PACKAGES_DYNAMIC += "^gdk-pixbuf-loader-.*" |
68 | PACKAGES_DYNAMIC_class-native = "" | 62 | PACKAGES_DYNAMIC_class-native = "" |
69 | 63 | ||
diff --git a/meta/recipes-gnome/gnome/gconf_3.2.6.bb b/meta/recipes-gnome/gnome/gconf_3.2.6.bb index 17fdafa969..cd1df1ae5f 100644 --- a/meta/recipes-gnome/gnome/gconf_3.2.6.bb +++ b/meta/recipes-gnome/gnome/gconf_3.2.6.bb | |||
@@ -54,7 +54,6 @@ FILES_${PN} += "${libdir}/GConf/* \ | |||
54 | ${datadir}/dbus-1/services/*.service \ | 54 | ${datadir}/dbus-1/services/*.service \ |
55 | ${datadir}/dbus-1/system-services/*.service \ | 55 | ${datadir}/dbus-1/system-services/*.service \ |
56 | " | 56 | " |
57 | FILES_${PN}-dbg += "${libdir}/*/*/.debug" | ||
58 | FILES_${PN}-dev += "${datadir}/sgml/gconf/gconf-1.0.dtd" | 57 | FILES_${PN}-dev += "${datadir}/sgml/gconf/gconf-1.0.dtd" |
59 | 58 | ||
60 | BBCLASSEXTEND = "native" | 59 | BBCLASSEXTEND = "native" |
diff --git a/meta/recipes-gnome/gtk-engines/gtk-engines_2.20.2.bb b/meta/recipes-gnome/gtk-engines/gtk-engines_2.20.2.bb index aaf8cab7a6..c0ac911a64 100644 --- a/meta/recipes-gnome/gtk-engines/gtk-engines_2.20.2.bb +++ b/meta/recipes-gnome/gtk-engines/gtk-engines_2.20.2.bb | |||
@@ -24,7 +24,6 @@ RDEPENDS_gtk-theme-clearlooks = "gtk-engine-clearlooks" | |||
24 | 24 | ||
25 | FILES_${PN} = "" | 25 | FILES_${PN} = "" |
26 | FILES_${PN}-dev += "${libdir}/gtk-2.0/*/engines/*.la" | 26 | FILES_${PN}-dev += "${libdir}/gtk-2.0/*/engines/*.la" |
27 | FILES_${PN}-dbg += "${libdir}/gtk-2.0/*/engines/.debug" | ||
28 | FILES_${PN}-schemas = "${datadir}/gtk-engines/*.xml" | 27 | FILES_${PN}-schemas = "${datadir}/gtk-engines/*.xml" |
29 | 28 | ||
30 | CFLAGS_prepend = "-DHAVE_ANIMATION " | 29 | CFLAGS_prepend = "-DHAVE_ANIMATION " |
diff --git a/meta/recipes-gnome/librsvg/librsvg_2.40.11.bb b/meta/recipes-gnome/librsvg/librsvg_2.40.11.bb index 3ce1e558ab..d57c69d613 100644 --- a/meta/recipes-gnome/librsvg/librsvg_2.40.11.bb +++ b/meta/recipes-gnome/librsvg/librsvg_2.40.11.bb | |||
@@ -38,7 +38,6 @@ do_install_append() { | |||
38 | 38 | ||
39 | PACKAGES =+ "librsvg-gtk rsvg" | 39 | PACKAGES =+ "librsvg-gtk rsvg" |
40 | FILES_${PN} = "${libdir}/*.so.*" | 40 | FILES_${PN} = "${libdir}/*.so.*" |
41 | FILES_${PN}-dbg += "${libdir}/gdk-pixbuf-2.0/*/loaders/.debug" | ||
42 | FILES_rsvg = "${bindir}/rsvg* \ | 41 | FILES_rsvg = "${bindir}/rsvg* \ |
43 | ${datadir}/pixmaps/svg-viewer.svg \ | 42 | ${datadir}/pixmaps/svg-viewer.svg \ |
44 | ${datadir}/themes" | 43 | ${datadir}/themes" |
diff --git a/meta/recipes-graphics/harfbuzz/harfbuzz_1.1.2.bb b/meta/recipes-graphics/harfbuzz/harfbuzz_1.1.2.bb index f34a647ecf..db1e578128 100644 --- a/meta/recipes-graphics/harfbuzz/harfbuzz_1.1.2.bb +++ b/meta/recipes-graphics/harfbuzz/harfbuzz_1.1.2.bb | |||
@@ -25,10 +25,9 @@ EXTRA_OECONF = "--with-glib --with-freetype --with-cairo --without-graphite2" | |||
25 | PACKAGECONFIG ??= "icu" | 25 | PACKAGECONFIG ??= "icu" |
26 | PACKAGECONFIG[icu] = "--with-icu,--without-icu,icu" | 26 | PACKAGECONFIG[icu] = "--with-icu,--without-icu,icu" |
27 | 27 | ||
28 | PACKAGES =+ "${PN}-icu ${PN}-icu-dbg ${PN}-icu-dev" | 28 | PACKAGES =+ "${PN}-icu ${PN}-icu-dev" |
29 | 29 | ||
30 | FILES_${PN}-icu = "${libdir}/libharfbuzz-icu.so.*" | 30 | FILES_${PN}-icu = "${libdir}/libharfbuzz-icu.so.*" |
31 | FILES_${PN}-icu-dbg = "${libdir}/.debug/libharfbuzz-icu.so*" | ||
32 | FILES_${PN}-icu-dev = "${libdir}/libharfbuzz-icu.la \ | 31 | FILES_${PN}-icu-dev = "${libdir}/libharfbuzz-icu.la \ |
33 | ${libdir}/libharfbuzz-icu.so \ | 32 | ${libdir}/libharfbuzz-icu.so \ |
34 | ${libdir}/pkgconfig/harfbuzz-icu.pc \ | 33 | ${libdir}/pkgconfig/harfbuzz-icu.pc \ |
diff --git a/meta/recipes-graphics/piglit/piglit_git.bb b/meta/recipes-graphics/piglit/piglit_git.bb index 0d825c9818..e0bd1fe433 100644 --- a/meta/recipes-graphics/piglit/piglit_git.bb +++ b/meta/recipes-graphics/piglit/piglit_git.bb | |||
@@ -28,8 +28,6 @@ do_configure_prepend() { | |||
28 | fi | 28 | fi |
29 | } | 29 | } |
30 | 30 | ||
31 | FILES_${PN}-dbg += "${libdir}/piglit/*/.debug/" | ||
32 | |||
33 | RDEPENDS_${PN} = "waffle python python-mako python-json python-subprocess \ | 31 | RDEPENDS_${PN} = "waffle python python-mako python-json python-subprocess \ |
34 | python-argparse python-importlib python-unixadmin \ | 32 | python-argparse python-importlib python-unixadmin \ |
35 | python-multiprocessing python-textutils python-netserver python-shell \ | 33 | python-multiprocessing python-textutils python-netserver python-shell \ |
diff --git a/meta/recipes-graphics/tslib/tslib_1.1.bb b/meta/recipes-graphics/tslib/tslib_1.1.bb index 8e304a6efd..b0264c3b38 100644 --- a/meta/recipes-graphics/tslib/tslib_1.1.bb +++ b/meta/recipes-graphics/tslib/tslib_1.1.bb | |||
@@ -46,7 +46,6 @@ DEBIAN_NOAUTONAME_tslib-calibrate = "1" | |||
46 | RDEPENDS_${PN} = "tslib-conf" | 46 | RDEPENDS_${PN} = "tslib-conf" |
47 | RRECOMMENDS_${PN} = "pointercal" | 47 | RRECOMMENDS_${PN} = "pointercal" |
48 | 48 | ||
49 | FILES_${PN}-dbg += "${libdir}/ts/.debug*" | ||
50 | FILES_${PN}-dev += "${libdir}/ts/*.la" | 49 | FILES_${PN}-dev += "${libdir}/ts/*.la" |
51 | FILES_tslib-conf = "${sysconfdir}/ts.conf ${sysconfdir}/profile.d/tslib.sh ${datadir}/tslib" | 50 | FILES_tslib-conf = "${sysconfdir}/ts.conf ${sysconfdir}/profile.d/tslib.sh ${datadir}/tslib" |
52 | FILES_${PN} = "${libdir}/*.so.* ${libdir}/ts/*.so*" | 51 | FILES_${PN} = "${libdir}/*.so.* ${libdir}/ts/*.so*" |
diff --git a/meta/recipes-graphics/wayland/libinput_0.21.0.bb b/meta/recipes-graphics/wayland/libinput_0.21.0.bb index ac5a249825..f6c5975bcb 100644 --- a/meta/recipes-graphics/wayland/libinput_0.21.0.bb +++ b/meta/recipes-graphics/wayland/libinput_0.21.0.bb | |||
@@ -21,4 +21,3 @@ PACKAGECONFIG[libunwind] = "--with-libunwind,--without-libunwind,libunwind" | |||
21 | PACKAGECONFIG[gui] = "--enable-event-gui,--disable-event-gui,cairo gtk+3" | 21 | PACKAGECONFIG[gui] = "--enable-event-gui,--disable-event-gui,cairo gtk+3" |
22 | 22 | ||
23 | FILES_${PN} += "${libdir}/udev/" | 23 | FILES_${PN} += "${libdir}/udev/" |
24 | FILES_${PN}-dbg += "${libdir}/udev/.debug" | ||
diff --git a/meta/recipes-graphics/xorg-driver/xorg-driver-common.inc b/meta/recipes-graphics/xorg-driver/xorg-driver-common.inc index 7ddd1c7da5..57a4c827dd 100644 --- a/meta/recipes-graphics/xorg-driver/xorg-driver-common.inc +++ b/meta/recipes-graphics/xorg-driver/xorg-driver-common.inc | |||
@@ -12,7 +12,6 @@ DEPENDS = "virtual/xserver xproto randrproto util-macros" | |||
12 | SRC_URI = "${XORG_MIRROR}/individual/driver/${BPN}-${PV}.tar.bz2" | 12 | SRC_URI = "${XORG_MIRROR}/individual/driver/${BPN}-${PV}.tar.bz2" |
13 | 13 | ||
14 | FILES_${PN} += " ${libdir}/xorg/modules/drivers/*.so" | 14 | FILES_${PN} += " ${libdir}/xorg/modules/drivers/*.so" |
15 | FILES_${PN}-dbg += " ${libdir}/xorg/modules/drivers/.debug" | ||
16 | 15 | ||
17 | inherit autotools pkgconfig distro_features_check | 16 | inherit autotools pkgconfig distro_features_check |
18 | # depends on virtual/xserver | 17 | # depends on virtual/xserver |
diff --git a/meta/recipes-graphics/xorg-driver/xorg-driver-input.inc b/meta/recipes-graphics/xorg-driver/xorg-driver-input.inc index 21b60c47b2..c4dba1b19c 100644 --- a/meta/recipes-graphics/xorg-driver/xorg-driver-input.inc +++ b/meta/recipes-graphics/xorg-driver/xorg-driver-input.inc | |||
@@ -10,4 +10,3 @@ PACKAGEFUNCS =+ "add_xorg_abi_depends" | |||
10 | FILES_${PN} += " ${libdir}/xorg/modules/input/*.so \ | 10 | FILES_${PN} += " ${libdir}/xorg/modules/input/*.so \ |
11 | ${datadir}/X11/xorg.conf.d \ | 11 | ${datadir}/X11/xorg.conf.d \ |
12 | " | 12 | " |
13 | FILES_${PN}-dbg += " ${libdir}/xorg/modules/input/.debug" | ||
diff --git a/meta/recipes-kernel/cryptodev/cryptodev-tests_1.7.bb b/meta/recipes-kernel/cryptodev/cryptodev-tests_1.7.bb index be59a4af2c..f1ca36eec5 100644 --- a/meta/recipes-kernel/cryptodev/cryptodev-tests_1.7.bb +++ b/meta/recipes-kernel/cryptodev/cryptodev-tests_1.7.bb | |||
@@ -19,5 +19,4 @@ do_install() { | |||
19 | oe_runmake install_tests | 19 | oe_runmake install_tests |
20 | } | 20 | } |
21 | 21 | ||
22 | FILES_${PN}-dbg += "${bindir}/tests_cryptodev/.debug" | ||
23 | FILES_${PN} = "${bindir}/tests_cryptodev/*" | 22 | FILES_${PN} = "${bindir}/tests_cryptodev/*" |
diff --git a/meta/recipes-kernel/perf/perf.bb b/meta/recipes-kernel/perf/perf.bb index 22bd3c8200..33acb42712 100644 --- a/meta/recipes-kernel/perf/perf.bb +++ b/meta/recipes-kernel/perf/perf.bb | |||
@@ -200,7 +200,6 @@ RSUGGESTS_SCRIPTING = "${@perf_feature_enabled('perf-scripting', '${PN}-perl ${P | |||
200 | RSUGGESTS_${PN} += "${PN}-archive ${PN}-tests ${RSUGGESTS_SCRIPTING}" | 200 | RSUGGESTS_${PN} += "${PN}-archive ${PN}-tests ${RSUGGESTS_SCRIPTING}" |
201 | 201 | ||
202 | FILES_${PN} += "${libexecdir}/perf-core ${exec_prefix}/libexec/perf-core ${libdir}/traceevent" | 202 | FILES_${PN} += "${libexecdir}/perf-core ${exec_prefix}/libexec/perf-core ${libdir}/traceevent" |
203 | FILES_${PN}-dbg += "${libdir}/python*/site-packages/.debug" | ||
204 | FILES_${PN}-archive = "${libdir}/perf/perf-core/perf-archive" | 203 | FILES_${PN}-archive = "${libdir}/perf/perf-core/perf-archive" |
205 | FILES_${PN}-tests = "${libdir}/perf/perf-core/tests" | 204 | FILES_${PN}-tests = "${libdir}/perf/perf-core/tests" |
206 | FILES_${PN}-python = "${libdir}/python*/site-packages ${libdir}/perf/perf-core/scripts/python" | 205 | FILES_${PN}-python = "${libdir}/python*/site-packages ${libdir}/perf/perf-core/scripts/python" |
diff --git a/meta/recipes-kernel/systemtap/systemtap_git.bb b/meta/recipes-kernel/systemtap/systemtap_git.bb index d0dd42a643..97064b8385 100644 --- a/meta/recipes-kernel/systemtap/systemtap_git.bb +++ b/meta/recipes-kernel/systemtap/systemtap_git.bb | |||
@@ -26,5 +26,3 @@ PACKAGECONFIG[libvirt] = "--enable-libvirt,--disable-libvirt,libvirt" | |||
26 | inherit autotools gettext pkgconfig | 26 | inherit autotools gettext pkgconfig |
27 | 27 | ||
28 | BBCLASSEXTEND = "native nativesdk" | 28 | BBCLASSEXTEND = "native nativesdk" |
29 | |||
30 | FILES_${PN}-dbg += "${libexecdir}/systemtap/.debug" | ||
diff --git a/meta/recipes-kernel/trace-cmd/trace-cmd_git.bb b/meta/recipes-kernel/trace-cmd/trace-cmd_git.bb index b1ac7892dd..dd9a8a0ded 100644 --- a/meta/recipes-kernel/trace-cmd/trace-cmd_git.bb +++ b/meta/recipes-kernel/trace-cmd/trace-cmd_git.bb | |||
@@ -22,8 +22,6 @@ EXTRA_OEMAKE = "\ | |||
22 | NO_PYTHON=1 \ | 22 | NO_PYTHON=1 \ |
23 | " | 23 | " |
24 | 24 | ||
25 | FILES_${PN}-dbg += "${libdir}/trace-cmd/plugins/.debug" | ||
26 | |||
27 | do_compile_prepend() { | 25 | do_compile_prepend() { |
28 | # Make sure the recompile is OK | 26 | # Make sure the recompile is OK |
29 | rm -f ${B}/.*.d | 27 | rm -f ${B}/.*.d |
diff --git a/meta/recipes-support/aspell/aspell_0.60.6.1.bb b/meta/recipes-support/aspell/aspell_0.60.6.1.bb index 7cf17d65db..5a23754b74 100644 --- a/meta/recipes-support/aspell/aspell_0.60.6.1.bb +++ b/meta/recipes-support/aspell/aspell_0.60.6.1.bb | |||
@@ -17,7 +17,6 @@ PACKAGES += "libaspell libpspell aspell-utils" | |||
17 | 17 | ||
18 | RDEPENDS_${PN}-utils += "perl" | 18 | RDEPENDS_${PN}-utils += "perl" |
19 | 19 | ||
20 | FILES_${PN}-dbg += "${libdir}/aspell-0.60/.debu*" | ||
21 | FILES_libaspell = "${libdir}/libaspell.so.* ${libdir}/aspell*" | 20 | FILES_libaspell = "${libdir}/libaspell.so.* ${libdir}/aspell*" |
22 | FILES_aspell-utils = "${bindir}/word-list-compress ${bindir}/aspell-import ${bindir}/run-with-aspell ${bindir}/pre*" | 21 | FILES_aspell-utils = "${bindir}/word-list-compress ${bindir}/aspell-import ${bindir}/run-with-aspell ${bindir}/pre*" |
23 | FILES_${PN} = "${bindir}/aspell" | 22 | FILES_${PN} = "${bindir}/aspell" |
diff --git a/meta/recipes-support/libcap-ng/libcap-ng_0.7.7.bb b/meta/recipes-support/libcap-ng/libcap-ng_0.7.7.bb index a31d5dc437..5715467664 100644 --- a/meta/recipes-support/libcap-ng/libcap-ng_0.7.7.bb +++ b/meta/recipes-support/libcap-ng/libcap-ng_0.7.7.bb | |||
@@ -23,7 +23,6 @@ EXTRA_OEMAKE += "PYLIBVER='python${PYTHON_BASEVERSION}' PYINC='${STAGING_INCDIR} | |||
23 | 23 | ||
24 | PACKAGES += "${PN}-python" | 24 | PACKAGES += "${PN}-python" |
25 | 25 | ||
26 | FILES_${PN}-dbg += "${libdir}/python${PYTHON_BASEVERSION}/*/.debug" | ||
27 | FILES_${PN}-python = "${libdir}/python${PYTHON_BASEVERSION}" | 26 | FILES_${PN}-python = "${libdir}/python${PYTHON_BASEVERSION}" |
28 | 27 | ||
29 | BBCLASSEXTEND = "native" | 28 | BBCLASSEXTEND = "native" |
diff --git a/meta/recipes-support/nss/nss_3.19.2.bb b/meta/recipes-support/nss/nss_3.19.2.bb index 65f32044c9..c51b056df7 100644 --- a/meta/recipes-support/nss/nss_3.19.2.bb +++ b/meta/recipes-support/nss/nss_3.19.2.bb | |||
@@ -220,7 +220,6 @@ FILES_${PN}-dev = "\ | |||
220 | ${libdir}/pkgconfig/* \ | 220 | ${libdir}/pkgconfig/* \ |
221 | ${includedir}/* \ | 221 | ${includedir}/* \ |
222 | " | 222 | " |
223 | # FILES_${PN}-dbg is populated automatically | ||
224 | 223 | ||
225 | BBCLASSEXTEND = "native nativesdk" | 224 | BBCLASSEXTEND = "native nativesdk" |
226 | 225 | ||
diff --git a/meta/recipes-support/p11-kit/p11-kit_0.22.1.bb b/meta/recipes-support/p11-kit/p11-kit_0.22.1.bb index 8f15894b6c..f5013722ea 100644 --- a/meta/recipes-support/p11-kit/p11-kit_0.22.1.bb +++ b/meta/recipes-support/p11-kit/p11-kit_0.22.1.bb | |||
@@ -17,4 +17,4 @@ FILES_${PN}-dev += " \ | |||
17 | ${libdir}/pkcs11/p11-kit-trust.so \ | 17 | ${libdir}/pkcs11/p11-kit-trust.so \ |
18 | " | 18 | " |
19 | FILES_${PN}-dev += "${libdir}/pkcs11/*.la" | 19 | FILES_${PN}-dev += "${libdir}/pkcs11/*.la" |
20 | FILES_${PN}-dbg += "${libdir}/pkcs11/.debug" | 20 | |