Merge branch 'org.openembedded.dev' of git@git.openembedded.net:openembedded into...
authorTom Rini <trini@embeddedalley.com>
Mon, 4 May 2009 16:22:58 +0000 (12:22 -0400)
committerTom Rini <trini@embeddedalley.com>
Mon, 4 May 2009 16:22:58 +0000 (12:22 -0400)
classes/base.bbclass
conf/bitbake.conf

index 0baf0e0..a901f02 100644 (file)
@@ -1240,7 +1240,7 @@ def check_gcc3(data):
        # Start by checking for the program name as we build it, was not
        # all host-provided gcc-3.4's will work.
 
-       gcc3_versions = 'gcc-3.4.6 gcc-3.4.4 gcc34 gcc-3.4.7 gcc-3.3 gcc33 gcc-3.3.6 gcc-3.2 gcc32'
+       gcc3_versions = 'gcc-3.4.6 gcc-3.4.4 gcc34 gcc-3.4 gcc-3.4.7 gcc-3.3 gcc33 gcc-3.3.6 gcc-3.2 gcc32'
 
        for gcc3 in gcc3_versions.split():
                if check_app_exists(gcc3, data):
index 95ee9c6..e7ac03e 100644 (file)
@@ -164,7 +164,7 @@ P = "${PN}-${PV}"
 
 # Define a PR for kernels that machines can override so things like
 # modules get rebuilt
-MACHINE_KERNEL_PR ?= "r0"
+MACHINE_KERNEL_PR ?= "${PR}"
 
 # Base package name
 # Automatically derives "foo" from "foo-native", "foo-cross" or "foo-initial"