]> code.ossystems Code Review - openembedded-core.git/commitdiff
poky.conf: Add packaged-staging by default now
authorRichard Purdie <richard@openedhand.com>
Tue, 30 Sep 2008 15:09:15 +0000 (15:09 +0000)
committerRichard Purdie <richard@openedhand.com>
Tue, 30 Sep 2008 15:09:15 +0000 (15:09 +0000)
git-svn-id: https://svn.o-hand.com/repos/poky/trunk@5338 311d38ba-8fff-0310-9ca6-ca027cbcb966

meta/conf/distro/poky.conf

index c101ce942316901193d1b5c8b15599e083281007..3bce6699e413007e97832de493465052f2925257 100644 (file)
@@ -9,7 +9,7 @@ MAINTAINER = "OpenedHand <poky@openedhand.com>"
 
 PACKAGE_CLASSES ?= "package_ipk"
 INHERIT_INSANE ?= "insane"
-INHERIT += "${PACKAGE_CLASSES} debian poky devshell ${INHERIT_INSANE}"
+INHERIT += "${PACKAGE_CLASSES} debian poky devshell ${INHERIT_INSANE} packaged-staging"
 # For some reason, this doesn't work
 # TARGET_OS ?= "linux"
 # TARGET_VENDOR ?= "-poky"