summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--recipes/gcc/gcc-4.3.1.inc1
-rw-r--r--recipes/gcc/gcc-4.3.2.inc1
-rw-r--r--recipes/gcc/gcc-4.3.3.inc1
-rw-r--r--recipes/webkit/webkit-gtk_svn.bb4
4 files changed, 4 insertions, 3 deletions
diff --git a/recipes/gcc/gcc-4.3.1.inc b/recipes/gcc/gcc-4.3.1.inc
index 7f7f15e46a..cdab6dc215 100644
--- a/recipes/gcc/gcc-4.3.1.inc
+++ b/recipes/gcc/gcc-4.3.1.inc
@@ -1,5 +1,6 @@
# No armeb and thumb patches - really needs checking
DEFAULT_PREFERENCE = "-99"
+ARM_INSTRUCTION_SET = "arm"
require gcc-common.inc
diff --git a/recipes/gcc/gcc-4.3.2.inc b/recipes/gcc/gcc-4.3.2.inc
index 1fc05afcfb..aeb3477e3b 100644
--- a/recipes/gcc/gcc-4.3.2.inc
+++ b/recipes/gcc/gcc-4.3.2.inc
@@ -1,5 +1,6 @@
# No armeb and thumb patches - really needs checking
DEFAULT_PREFERENCE = "-999"
+ARM_INSTRUCTION_SET = "arm"
require gcc-common.inc
diff --git a/recipes/gcc/gcc-4.3.3.inc b/recipes/gcc/gcc-4.3.3.inc
index d5d5db0c5e..4bed0e4740 100644
--- a/recipes/gcc/gcc-4.3.3.inc
+++ b/recipes/gcc/gcc-4.3.3.inc
@@ -1,5 +1,6 @@
# No armeb and thumb patches - really needs checking
DEFAULT_PREFERENCE = "-999"
+ARM_INSTRUCTION_SET = "arm"
require gcc-common.inc
diff --git a/recipes/webkit/webkit-gtk_svn.bb b/recipes/webkit/webkit-gtk_svn.bb
index 49b1590733..2e5c0149aa 100644
--- a/recipes/webkit/webkit-gtk_svn.bb
+++ b/recipes/webkit/webkit-gtk_svn.bb
@@ -3,9 +3,7 @@ DEPENDS = "gnome-keyring libsoup-2.4 curl icu libxml2 cairo libxslt libxt libidn
SRCREV_FORMAT = "webcore-rwebkit"
-# Yes, this is wrong...
-PV = "0.1+svnr${SRCREV}"
-PR = "r9"
+PV = "1.1.3+svnr${SRCREV}"
SRC_URI = "\
svn://svn.webkit.org/repository/webkit/trunk/;module=JavaScriptCore;proto=http \