summaryrefslogtreecommitdiffstats
path: root/meta/packages/meta
diff options
context:
space:
mode:
authorRichard Purdie <richard@openedhand.com>2008-10-17 10:44:17 +0000
committerRichard Purdie <richard@openedhand.com>2008-10-17 10:44:17 +0000
commit8dd58f515c268ff5030d31b4b656438b9a82edcf (patch)
tree855cf720a225fc8b846a32545a5ee47c63e78e21 /meta/packages/meta
parente0c1bd1bd1acdf2fc50312a1a786c2eb42a94e04 (diff)
downloadpoky-8dd58f515c268ff5030d31b4b656438b9a82edcf.tar.gz
meta-toolchain: Don't inherit sdk
git-svn-id: https://svn.o-hand.com/repos/poky/trunk@5533 311d38ba-8fff-0310-9ca6-ca027cbcb966
Diffstat (limited to 'meta/packages/meta')
-rw-r--r--meta/packages/meta/meta-toolchain.bb2
1 files changed, 1 insertions, 1 deletions
diff --git a/meta/packages/meta/meta-toolchain.bb b/meta/packages/meta/meta-toolchain.bb
index 9700969cfc..5cc5dde0fa 100644
--- a/meta/packages/meta/meta-toolchain.bb
+++ b/meta/packages/meta/meta-toolchain.bb
@@ -2,7 +2,7 @@ DESCRIPTION = "Meta package for building a installable toolchain"
2LICENSE = "MIT" 2LICENSE = "MIT"
3DEPENDS = "opkg-native opkg-utils-native fakeroot-native sed-native" 3DEPENDS = "opkg-native opkg-utils-native fakeroot-native sed-native"
4 4
5inherit sdk meta 5inherit meta
6 6
7SDK_DIR = "${WORKDIR}/sdk" 7SDK_DIR = "${WORKDIR}/sdk"
8SDK_OUTPUT = "${SDK_DIR}/image" 8SDK_OUTPUT = "${SDK_DIR}/image"