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-extended | |
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-extended')
-rw-r--r-- | meta/recipes-extended/cracklib/cracklib_2.9.5.bb | 1 | ||||
-rw-r--r-- | meta/recipes-extended/gawk/gawk_3.1.5.bb | 1 | ||||
-rw-r--r-- | meta/recipes-extended/gawk/gawk_4.1.3.bb | 1 | ||||
-rw-r--r-- | meta/recipes-extended/iptables/iptables_1.4.21.bb | 1 | ||||
-rw-r--r-- | meta/recipes-extended/libuser/libuser_0.62.bb | 1 | ||||
-rw-r--r-- | meta/recipes-extended/mc/mc_4.7.5.2.bb | 2 | ||||
-rw-r--r-- | meta/recipes-extended/mc/mc_4.8.15.bb | 2 | ||||
-rw-r--r-- | meta/recipes-extended/newt/libnewt-python_0.52.18.bb | 1 | ||||
-rw-r--r-- | meta/recipes-extended/slang/slang_2.2.4.bb | 1 | ||||
-rw-r--r-- | meta/recipes-extended/sysstat/sysstat.inc | 1 |
10 files changed, 0 insertions, 12 deletions
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" |