summaryrefslogtreecommitdiffstats
path: root/meta/classes/nativesdk.bbclass
diff options
context:
space:
mode:
authorRichard Purdie <richard.purdie@linuxfoundation.org>2011-12-16 15:23:47 +0000
committerRichard Purdie <richard.purdie@linuxfoundation.org>2011-12-16 16:05:36 +0000
commitc7335bd21b2413582cee1dec79700c3ac70a65e5 (patch)
tree745f142d080072b48e01cc0c33f44f81a5e78030 /meta/classes/nativesdk.bbclass
parent4d1c00fb0a67d0a94b126f0602973979d9dd3ebf (diff)
downloadpoky-c7335bd21b2413582cee1dec79700c3ac70a65e5.tar.gz
nativesdk.bbclass: Remove historical FILES artifact
Adding everything in ${prefix} to FILES and FILES-dbg is a historical artifact left over from when this was sdk.bbclass back in 2009. The BBCLASSEXTEND changes, multilib changes and cleanups to this file over the intervening time mean this is simply no long needed. Its also outright dangerous since it can link the packages together in circular ways which don't make sense. The simplest thing to is to drop this since it no longer does anything useful. (From OE-Core rev: 9f1d23a5dd6c60ffe360d8b339768c7e4fb98323) Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
Diffstat (limited to 'meta/classes/nativesdk.bbclass')
-rw-r--r--meta/classes/nativesdk.bbclass5
1 files changed, 0 insertions, 5 deletions
diff --git a/meta/classes/nativesdk.bbclass b/meta/classes/nativesdk.bbclass
index b8abc9f3f8..ceec53e86d 100644
--- a/meta/classes/nativesdk.bbclass
+++ b/meta/classes/nativesdk.bbclass
@@ -53,11 +53,6 @@ prefix = "${SDKPATHNATIVE}${prefix_nativesdk}"
53exec_prefix = "${SDKPATHNATIVE}${prefix_nativesdk}" 53exec_prefix = "${SDKPATHNATIVE}${prefix_nativesdk}"
54baselib = "lib" 54baselib = "lib"
55 55
56FILES_${PN} += "${prefix}"
57FILES_${PN}-dbg += "${prefix}/.debug \
58 ${prefix}/bin/.debug \
59 "
60
61export PKG_CONFIG_DIR = "${STAGING_DIR_HOST}${libdir}/pkgconfig" 56export PKG_CONFIG_DIR = "${STAGING_DIR_HOST}${libdir}/pkgconfig"
62export PKG_CONFIG_SYSROOT_DIR = "${STAGING_DIR_HOST}" 57export PKG_CONFIG_SYSROOT_DIR = "${STAGING_DIR_HOST}"
63 58