summaryrefslogtreecommitdiffstats
path: root/meta/packages/gtk+
diff options
context:
space:
mode:
authorRoss Burton <ross@openedhand.com>2008-01-04 15:59:05 +0000
committerRoss Burton <ross@openedhand.com>2008-01-04 15:59:05 +0000
commitb01d4b8899185df43b92485bf9ee05b210fad964 (patch)
tree41aa2cb6b5c0b8eb3ad1e2fe301271b5fc8dfdf9 /meta/packages/gtk+
parent9ea75153131c3bedd234ea6a7c1534093d2d9f2a (diff)
downloadpoky-b01d4b8899185df43b92485bf9ee05b210fad964.tar.gz
gtk+: Remove DEFAULT_PREFERENCE statements, they are incorrect and we use poky.conf instead
git-svn-id: https://svn.o-hand.com/repos/poky/trunk@3409 311d38ba-8fff-0310-9ca6-ca027cbcb966
Diffstat (limited to 'meta/packages/gtk+')
-rw-r--r--meta/packages/gtk+/gtk+_2.10.14.bb3
-rw-r--r--meta/packages/gtk+/gtk+_2.12.3.bb3
2 files changed, 0 insertions, 6 deletions
diff --git a/meta/packages/gtk+/gtk+_2.10.14.bb b/meta/packages/gtk+/gtk+_2.10.14.bb
index 54da71d7db..91f2ad13f4 100644
--- a/meta/packages/gtk+/gtk+_2.10.14.bb
+++ b/meta/packages/gtk+/gtk+_2.10.14.bb
@@ -3,9 +3,6 @@ require gtk+.inc
3DEPENDS += "cairo" 3DEPENDS += "cairo"
4PR = "r19" 4PR = "r19"
5 5
6# disable per default - untested and not all patches included.
7DEFAULT_PREFERENCE = "-1"
8
9SRC_URI = "ftp://ftp.gtk.org/pub/gtk/v2.10/gtk+-${PV}.tar.bz2 \ 6SRC_URI = "ftp://ftp.gtk.org/pub/gtk/v2.10/gtk+-${PV}.tar.bz2 \
10 file://gtklabel-resize-patch;patch=1 \ 7 file://gtklabel-resize-patch;patch=1 \
11 file://menu-deactivate.patch;patch=1 \ 8 file://menu-deactivate.patch;patch=1 \
diff --git a/meta/packages/gtk+/gtk+_2.12.3.bb b/meta/packages/gtk+/gtk+_2.12.3.bb
index 398f01ba0e..79784dd026 100644
--- a/meta/packages/gtk+/gtk+_2.12.3.bb
+++ b/meta/packages/gtk+/gtk+_2.12.3.bb
@@ -3,9 +3,6 @@ require gtk+.inc
3DEPENDS += "cairo" 3DEPENDS += "cairo"
4PR = "r3" 4PR = "r3"
5 5
6# disable per default - untested and not all patches included.
7DEFAULT_PREFERENCE = "-1"
8
9SRC_URI = "http://download.gnome.org/sources/gtk+/2.12/gtk+-${PV}.tar.bz2 \ 6SRC_URI = "http://download.gnome.org/sources/gtk+/2.12/gtk+-${PV}.tar.bz2 \
10 file://xsettings.patch;patch=1 \ 7 file://xsettings.patch;patch=1 \
11 file://run-iconcache.patch;patch=1 \ 8 file://run-iconcache.patch;patch=1 \