]> code.ossystems Code Review - openembedded-core.git/commitdiff
poky.conf: Use += with INHERIT
authorRichard Purdie <richard@openedhand.com>
Mon, 10 Mar 2008 20:21:57 +0000 (20:21 +0000)
committerRichard Purdie <richard@openedhand.com>
Mon, 10 Mar 2008 20:21:57 +0000 (20:21 +0000)
git-svn-id: https://svn.o-hand.com/repos/poky/trunk@3986 311d38ba-8fff-0310-9ca6-ca027cbcb966

meta/conf/distro/poky.conf

index b456433842621ecf62f03f81e6ce8c5224681e6a..dca40432a90775e7a797e93ed573fecdcb1b6780 100644 (file)
@@ -9,7 +9,7 @@ MAINTAINER = "OpenedHand <poky@openedhand.com>"
 
 PACKAGE_CLASSES ?= "package_ipk"
 INHERIT_INSANE ?= "insane"
-INHERIT = "${PACKAGE_CLASSES} debian multimachine poky devshell ${INHERIT_INSANE}"
+INHERIT += "${PACKAGE_CLASSES} debian multimachine poky devshell ${INHERIT_INSANE}"
 # For some reason, this doesn't work
 # TARGET_OS ?= "linux"
 # TARGET_VENDOR ?= "-poky"