diff options
author | Ross Burton <ross@openedhand.com> | 2008-01-04 15:59:05 +0000 |
---|---|---|
committer | Ross Burton <ross@openedhand.com> | 2008-01-04 15:59:05 +0000 |
commit | b01d4b8899185df43b92485bf9ee05b210fad964 (patch) | |
tree | 41aa2cb6b5c0b8eb3ad1e2fe301271b5fc8dfdf9 /meta | |
parent | 9ea75153131c3bedd234ea6a7c1534093d2d9f2a (diff) | |
download | poky-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')
-rw-r--r-- | meta/packages/gtk+/gtk+_2.10.14.bb | 3 | ||||
-rw-r--r-- | meta/packages/gtk+/gtk+_2.12.3.bb | 3 |
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 | |||
3 | DEPENDS += "cairo" | 3 | DEPENDS += "cairo" |
4 | PR = "r19" | 4 | PR = "r19" |
5 | 5 | ||
6 | # disable per default - untested and not all patches included. | ||
7 | DEFAULT_PREFERENCE = "-1" | ||
8 | |||
9 | SRC_URI = "ftp://ftp.gtk.org/pub/gtk/v2.10/gtk+-${PV}.tar.bz2 \ | 6 | SRC_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 | |||
3 | DEPENDS += "cairo" | 3 | DEPENDS += "cairo" |
4 | PR = "r3" | 4 | PR = "r3" |
5 | 5 | ||
6 | # disable per default - untested and not all patches included. | ||
7 | DEFAULT_PREFERENCE = "-1" | ||
8 | |||
9 | SRC_URI = "http://download.gnome.org/sources/gtk+/2.12/gtk+-${PV}.tar.bz2 \ | 6 | SRC_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 \ |