summaryrefslogtreecommitdiffstats
path: root/meta/classes/cross-canadian.bbclass
diff options
context:
space:
mode:
authorRichard Purdie <richard.purdie@linuxfoundation.org>2015-12-15 15:40:23 +0000
committerRichard Purdie <richard.purdie@linuxfoundation.org>2015-12-16 11:56:30 +0000
commite0890b662e590d18a4eb7229b469f0078f97b1e7 (patch)
tree68a658a13cde6650067ef61444d961936a9570d5 /meta/classes/cross-canadian.bbclass
parentb7766e4bbe61d025346365de4cbafcae56909c27 (diff)
downloadpoky-e0890b662e590d18a4eb7229b469f0078f97b1e7.tar.gz
meta: Drop now pointless manual -dbg packaging
With the autodebug package generation logic, specifically setting FILES_${PN}-dbg isn't needed in most cases, we can remove them. (From OE-Core rev: 3ab59d49dd7c18e194b58d1248b4b87709b5a738) Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
Diffstat (limited to 'meta/classes/cross-canadian.bbclass')
-rw-r--r--meta/classes/cross-canadian.bbclass3
1 files changed, 0 insertions, 3 deletions
diff --git a/meta/classes/cross-canadian.bbclass b/meta/classes/cross-canadian.bbclass
index ea17f09bca..7b26ed631b 100644
--- a/meta/classes/cross-canadian.bbclass
+++ b/meta/classes/cross-canadian.bbclass
@@ -143,9 +143,6 @@ libdir = "${exec_prefix}/lib/${TARGET_ARCH}${TARGET_VENDOR}-${TARGET_OS}"
143libexecdir = "${exec_prefix}/libexec/${TARGET_ARCH}${TARGET_VENDOR}-${TARGET_OS}" 143libexecdir = "${exec_prefix}/libexec/${TARGET_ARCH}${TARGET_VENDOR}-${TARGET_OS}"
144 144
145FILES_${PN} = "${prefix}" 145FILES_${PN} = "${prefix}"
146FILES_${PN}-dbg += "${prefix}/.debug \
147 ${prefix}/bin/.debug \
148 "
149 146
150export PKG_CONFIG_DIR = "${STAGING_DIR_HOST}${layout_libdir}/pkgconfig" 147export PKG_CONFIG_DIR = "${STAGING_DIR_HOST}${layout_libdir}/pkgconfig"
151export PKG_CONFIG_SYSROOT_DIR = "${STAGING_DIR_HOST}" 148export PKG_CONFIG_SYSROOT_DIR = "${STAGING_DIR_HOST}"