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:10 +0000 |
commit | a3b000643898d7402b9e57c02e8d10e677cc9722 (patch) | |
tree | 5a3c626187d1a0f084a34c2a35ab3f4ddbd3354b /meta/recipes-support | |
parent | 3ab59d49dd7c18e194b58d1248b4b87709b5a738 (diff) | |
download | openembedded-core-contrib-a3b000643898d7402b9e57c02e8d10e677cc9722.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.
Signed-off-by: Ross Burton <ross.burton@intel.com>
Diffstat (limited to 'meta/recipes-support')
-rw-r--r-- | meta/recipes-support/aspell/aspell_0.60.6.1.bb | 1 | ||||
-rw-r--r-- | meta/recipes-support/libcap-ng/libcap-ng_0.7.7.bb | 1 | ||||
-rw-r--r-- | meta/recipes-support/nss/nss_3.19.2.bb | 1 | ||||
-rw-r--r-- | meta/recipes-support/p11-kit/p11-kit_0.22.1.bb | 2 |
4 files changed, 1 insertions, 4 deletions
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 7cf17d65db7..5a23754b74b 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" RDEPENDS_${PN}-utils += "perl" -FILES_${PN}-dbg += "${libdir}/aspell-0.60/.debu*" FILES_libaspell = "${libdir}/libaspell.so.* ${libdir}/aspell*" FILES_aspell-utils = "${bindir}/word-list-compress ${bindir}/aspell-import ${bindir}/run-with-aspell ${bindir}/pre*" 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 a31d5dc4374..57154676649 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} PACKAGES += "${PN}-python" -FILES_${PN}-dbg += "${libdir}/python${PYTHON_BASEVERSION}/*/.debug" FILES_${PN}-python = "${libdir}/python${PYTHON_BASEVERSION}" 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 65f32044c93..c51b056df76 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 = "\ ${libdir}/pkgconfig/* \ ${includedir}/* \ " -# FILES_${PN}-dbg is populated automatically BBCLASSEXTEND = "native nativesdk" 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 8f15894b6cc..f5013722ea9 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 += " \ ${libdir}/pkcs11/p11-kit-trust.so \ " FILES_${PN}-dev += "${libdir}/pkcs11/*.la" -FILES_${PN}-dbg += "${libdir}/pkcs11/.debug" + |