diff options
author | Richard Purdie <richard.purdie@linuxfoundation.org> | 2015-12-15 15:40:23 +0000 |
---|---|---|
committer | Richard Purdie <richard.purdie@linuxfoundation.org> | 2015-12-16 11:56:30 +0000 |
commit | e0890b662e590d18a4eb7229b469f0078f97b1e7 (patch) | |
tree | 68a658a13cde6650067ef61444d961936a9570d5 /meta/classes/cross-canadian.bbclass | |
parent | b7766e4bbe61d025346365de4cbafcae56909c27 (diff) | |
download | poky-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.bbclass | 3 |
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}" | |||
143 | libexecdir = "${exec_prefix}/libexec/${TARGET_ARCH}${TARGET_VENDOR}-${TARGET_OS}" | 143 | libexecdir = "${exec_prefix}/libexec/${TARGET_ARCH}${TARGET_VENDOR}-${TARGET_OS}" |
144 | 144 | ||
145 | FILES_${PN} = "${prefix}" | 145 | FILES_${PN} = "${prefix}" |
146 | FILES_${PN}-dbg += "${prefix}/.debug \ | ||
147 | ${prefix}/bin/.debug \ | ||
148 | " | ||
149 | 146 | ||
150 | export PKG_CONFIG_DIR = "${STAGING_DIR_HOST}${layout_libdir}/pkgconfig" | 147 | export PKG_CONFIG_DIR = "${STAGING_DIR_HOST}${layout_libdir}/pkgconfig" |
151 | export PKG_CONFIG_SYSROOT_DIR = "${STAGING_DIR_HOST}" | 148 | export PKG_CONFIG_SYSROOT_DIR = "${STAGING_DIR_HOST}" |