aboutsummaryrefslogtreecommitdiffstats
path: root/packages
diff options
context:
space:
mode:
authorMichael Lauer <mickey@vanille-media.de>2007-08-05 06:25:47 +0000
committerMichael Lauer <mickey@vanille-media.de>2007-08-05 06:25:47 +0000
commit39bd83e6d9e25f27377191804dfb8a334eb4b7e6 (patch)
tree99d98458d684003b1592e475ff0adeab51f00313 /packages
parenta18bcae72c92cf58476520a033aa61a67f41a7e9 (diff)
downloadopenembedded-39bd83e6d9e25f27377191804dfb8a334eb4b7e6.tar.gz
gtk+ 2.10.14 adjust PACKAGE_ARCH when using OVERRIDES
Diffstat (limited to 'packages')
-rw-r--r--packages/gtk+/gtk+_2.10.14.bb7
1 files changed, 6 insertions, 1 deletions
diff --git a/packages/gtk+/gtk+_2.10.14.bb b/packages/gtk+/gtk+_2.10.14.bb
index bee625646f..32d16c72e2 100644
--- a/packages/gtk+/gtk+_2.10.14.bb
+++ b/packages/gtk+/gtk+_2.10.14.bb
@@ -1,6 +1,6 @@
require gtk-2.10.inc
-PR = "r2"
+PR = "r3"
# disable per default - untested and not all patches included.
DEFAULT_PREFERENCE = "-1"
@@ -35,4 +35,9 @@ EXTRA_OECONF += "${@get_gtk_fpu_setting(bb, d)}"
# try to squeeze some more performance out of it
SRC_URI_append_fic-gta01 = " file://lower-quality-scaling-in-pixbuf-engine.patch;patch=1"
SRC_URI_append_fic-gta02 = " file://lower-quality-scaling-in-pixbuf-engine.patch;patch=1"
+# this doesn't seem to work
+SRC_URI_OVERRIDES_PACKAGE_ARCH = "1"
+# let's do it manually then
+PACKAGE_ARCH_fic-gta01 = "fic-gta01"
+PACKAGE_ARCH_fic-gta02 = "fic-gta02"