]> code.ossystems Code Review - openembedded-core.git/commitdiff
meta-toolchain: Don't inherit sdk
authorRichard Purdie <richard@openedhand.com>
Fri, 17 Oct 2008 10:44:17 +0000 (10:44 +0000)
committerRichard Purdie <richard@openedhand.com>
Fri, 17 Oct 2008 10:44:17 +0000 (10:44 +0000)
git-svn-id: https://svn.o-hand.com/repos/poky/trunk@5533 311d38ba-8fff-0310-9ca6-ca027cbcb966

meta/packages/meta/meta-toolchain.bb

index 9700969cfc0ed407d09814337016f54a67b67627..5cc5dde0faebcdc9cbeb37772a41c117817beb4a 100644 (file)
@@ -2,7 +2,7 @@ DESCRIPTION = "Meta package for building a installable toolchain"
 LICENSE = "MIT"
 DEPENDS = "opkg-native opkg-utils-native fakeroot-native sed-native"
 
-inherit sdk meta
+inherit meta
 
 SDK_DIR = "${WORKDIR}/sdk"
 SDK_OUTPUT = "${SDK_DIR}/image"