]> code.ossystems Code Review - openembedded-core.git/commitdiff
poky.conf: Allow insane to be disabled from local.conf
authorRichard Purdie <richard@openedhand.com>
Fri, 30 Nov 2007 12:18:43 +0000 (12:18 +0000)
committerRichard Purdie <richard@openedhand.com>
Fri, 30 Nov 2007 12:18:43 +0000 (12:18 +0000)
git-svn-id: https://svn.o-hand.com/repos/poky/trunk@3279 311d38ba-8fff-0310-9ca6-ca027cbcb966

meta/conf/distro/poky.conf

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