From: Richard Purdie Date: Mon, 10 Mar 2008 20:21:57 +0000 (+0000) Subject: poky.conf: Use += with INHERIT X-Git-Tag: 2011-1~9462 X-Git-Url: https://code.ossystems.io/gitweb?a=commitdiff_plain;h=beeeb785a7f160ecdca158433a115e9918854858;p=openembedded-core.git poky.conf: Use += with INHERIT git-svn-id: https://svn.o-hand.com/repos/poky/trunk@3986 311d38ba-8fff-0310-9ca6-ca027cbcb966 --- diff --git a/meta/conf/distro/poky.conf b/meta/conf/distro/poky.conf index b456433842..dca40432a9 100644 --- a/meta/conf/distro/poky.conf +++ b/meta/conf/distro/poky.conf @@ -9,7 +9,7 @@ MAINTAINER = "OpenedHand " 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"