summaryrefslogtreecommitdiffstats
path: root/meta
diff options
context:
space:
mode:
authorRichard Purdie <richard@openedhand.com>2008-03-10 20:21:57 +0000
committerRichard Purdie <richard@openedhand.com>2008-03-10 20:21:57 +0000
commitbeeeb785a7f160ecdca158433a115e9918854858 (patch)
tree496bc86c014d239e047bfbbcd1fdc7132fcfdd01 /meta
parentc80c235a312462abff0d28ef0b573517a5d70ba0 (diff)
downloadpoky-beeeb785a7f160ecdca158433a115e9918854858.tar.gz
poky.conf: Use += with INHERIT
git-svn-id: https://svn.o-hand.com/repos/poky/trunk@3986 311d38ba-8fff-0310-9ca6-ca027cbcb966
Diffstat (limited to 'meta')
-rw-r--r--meta/conf/distro/poky.conf2
1 files changed, 1 insertions, 1 deletions
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 <poky@openedhand.com>"
9 9
10PACKAGE_CLASSES ?= "package_ipk" 10PACKAGE_CLASSES ?= "package_ipk"
11INHERIT_INSANE ?= "insane" 11INHERIT_INSANE ?= "insane"
12INHERIT = "${PACKAGE_CLASSES} debian multimachine poky devshell ${INHERIT_INSANE}" 12INHERIT += "${PACKAGE_CLASSES} debian multimachine poky devshell ${INHERIT_INSANE}"
13# For some reason, this doesn't work 13# For some reason, this doesn't work
14# TARGET_OS ?= "linux" 14# TARGET_OS ?= "linux"
15# TARGET_VENDOR ?= "-poky" 15# TARGET_VENDOR ?= "-poky"