]> code.ossystems Code Review - openembedded-core.git/commitdiff
poky.conf: Add insane QA checking to builds by default
authorRichard Purdie <richard@openedhand.com>
Thu, 15 Nov 2007 09:56:41 +0000 (09:56 +0000)
committerRichard Purdie <richard@openedhand.com>
Thu, 15 Nov 2007 09:56:41 +0000 (09:56 +0000)
git-svn-id: https://svn.o-hand.com/repos/poky/trunk@3171 311d38ba-8fff-0310-9ca6-ca027cbcb966

meta/conf/distro/poky.conf

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