diff options
author | Richard Purdie <richard@openedhand.com> | 2008-10-17 10:44:17 +0000 |
---|---|---|
committer | Richard Purdie <richard@openedhand.com> | 2008-10-17 10:44:17 +0000 |
commit | 8dd58f515c268ff5030d31b4b656438b9a82edcf (patch) | |
tree | 855cf720a225fc8b846a32545a5ee47c63e78e21 /meta | |
parent | e0c1bd1bd1acdf2fc50312a1a786c2eb42a94e04 (diff) | |
download | poky-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')
-rw-r--r-- | meta/packages/meta/meta-toolchain.bb | 2 |
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" | |||
2 | LICENSE = "MIT" | 2 | LICENSE = "MIT" |
3 | DEPENDS = "opkg-native opkg-utils-native fakeroot-native sed-native" | 3 | DEPENDS = "opkg-native opkg-utils-native fakeroot-native sed-native" |
4 | 4 | ||
5 | inherit sdk meta | 5 | inherit meta |
6 | 6 | ||
7 | SDK_DIR = "${WORKDIR}/sdk" | 7 | SDK_DIR = "${WORKDIR}/sdk" |
8 | SDK_OUTPUT = "${SDK_DIR}/image" | 8 | SDK_OUTPUT = "${SDK_DIR}/image" |