]> code.ossystems Code Review - openembedded-core.git/commitdiff
bitbake.conf: Add PN to overrides, prefixed by pn- which will allow variables to...
authorRichard Purdie <richard@openedhand.com>
Wed, 19 Jul 2006 16:41:25 +0000 (16:41 +0000)
committerRichard Purdie <richard@openedhand.com>
Wed, 19 Jul 2006 16:41:25 +0000 (16:41 +0000)
git-svn-id: https://svn.o-hand.com/repos/poky/trunk@515 311d38ba-8fff-0310-9ca6-ca027cbcb966

openembedded/conf/bitbake.conf

index 9c1ba1f47c7eef137d581db812297cdfc1de9d6d..529405a3eb306796911cdfde404ef4f39801e76e 100644 (file)
@@ -385,7 +385,7 @@ AUTO_LIBNAME_PKGS = "${PACKAGES}"
 # This works for  functions as well, they are really just environment variables.
 #OVERRIDES = "local:${MACHINE}:${DISTRO}:${TARGET_OS}:${TARGET_ARCH}:build-${BUILD_OS}"
 # Alternative OVERRIDES to make compilation fail fast, we will enable it by default soon
-OVERRIDES = "local:${MACHINE}:${DISTRO}:${TARGET_OS}:${TARGET_ARCH}:build-${BUILD_OS}:fail-fast"
+OVERRIDES = "local:${MACHINE}:${DISTRO}:${TARGET_OS}:${TARGET_ARCH}:build-${BUILD_OS}:fail-fast:pn-${PN}"
 
 ##################################################################
 # Include the rest of the config files.