From beeeb785a7f160ecdca158433a115e9918854858 Mon Sep 17 00:00:00 2001 From: Richard Purdie Date: Mon, 10 Mar 2008 20:21:57 +0000 Subject: poky.conf: Use += with INHERIT git-svn-id: https://svn.o-hand.com/repos/poky/trunk@3986 311d38ba-8fff-0310-9ca6-ca027cbcb966 --- meta/conf/distro/poky.conf | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'meta') diff --git a/meta/conf/distro/poky.conf b/meta/conf/distro/poky.conf index b45643384..dca40432a 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" -- cgit v1.2.3