diff options
-rw-r--r-- | meta/recipes-gnome/gtk+/gtk+.inc | 8 | ||||
-rw-r--r-- | meta/recipes-gnome/gtk+/gtk+_2.24.15.bb | 10 |
2 files changed, 1 insertions, 17 deletions
diff --git a/meta/recipes-gnome/gtk+/gtk+.inc b/meta/recipes-gnome/gtk+/gtk+.inc index f05838a173..84edaf38a6 100644 --- a/meta/recipes-gnome/gtk+/gtk+.inc +++ b/meta/recipes-gnome/gtk+/gtk+.inc | |||
@@ -10,8 +10,6 @@ LIC_FILES_CHKSUM = "file://COPYING;md5=3bf50002aefd002f49e7bb854063f7e7" | |||
10 | 10 | ||
11 | SECTION = "libs" | 11 | SECTION = "libs" |
12 | 12 | ||
13 | PROVIDES_class-native = "virtual/gtk-update-icon-cache-native" | ||
14 | |||
15 | X11DEPENDS = "virtual/libx11 libxext libxcursor libxrandr libxdamage libxrender libxcomposite" | 13 | X11DEPENDS = "virtual/libx11 libxext libxcursor libxrandr libxdamage libxrender libxcomposite" |
16 | DEPENDS = "glib-2.0 pango atk jpeg libpng gdk-pixbuf-native docbook-utils-native \ | 14 | DEPENDS = "glib-2.0 pango atk jpeg libpng gdk-pixbuf-native docbook-utils-native \ |
17 | libgcrypt cairo gdk-pixbuf" | 15 | libgcrypt cairo gdk-pixbuf" |
@@ -81,12 +79,6 @@ do_install () { | |||
81 | mv ${D}${bindir}/gtk-update-icon-cache ${D}${bindir}/gtk-update-icon-cache-2.0 | 79 | mv ${D}${bindir}/gtk-update-icon-cache ${D}${bindir}/gtk-update-icon-cache-2.0 |
82 | } | 80 | } |
83 | 81 | ||
84 | do_install_append_class-native () { | ||
85 | # Ideally we'd use alternatives in the sysroot, but they don't work. | ||
86 | # As we know we don't have a native GTK+ 3 (yet), make a symlink instead. | ||
87 | ln -s gtk-update-icon-cache-2.0 ${D}${bindir}/gtk-update-icon-cache | ||
88 | } | ||
89 | |||
90 | SYSROOT_PREPROCESS_FUNCS += "gtk_sysroot_preprocess" | 82 | SYSROOT_PREPROCESS_FUNCS += "gtk_sysroot_preprocess" |
91 | 83 | ||
92 | gtk_sysroot_preprocess () { | 84 | gtk_sysroot_preprocess () { |
diff --git a/meta/recipes-gnome/gtk+/gtk+_2.24.15.bb b/meta/recipes-gnome/gtk+/gtk+_2.24.15.bb index 4e045e4fef..02d66f86b9 100644 --- a/meta/recipes-gnome/gtk+/gtk+_2.24.15.bb +++ b/meta/recipes-gnome/gtk+/gtk+_2.24.15.bb | |||
@@ -28,7 +28,7 @@ SRC_URI = "http://download.gnome.org/sources/gtk+/2.24/gtk+-${PV}.tar.xz \ | |||
28 | # file://combo-arrow-size.patch;striplevel=0 | 28 | # file://combo-arrow-size.patch;striplevel=0 |
29 | # file://configurefix.patch | 29 | # file://configurefix.patch |
30 | 30 | ||
31 | PR = "r0" | 31 | PR = "r1" |
32 | 32 | ||
33 | SRC_URI[md5sum] = "68f034fb4f68086790d7488cf00e71c8" | 33 | SRC_URI[md5sum] = "68f034fb4f68086790d7488cf00e71c8" |
34 | SRC_URI[sha256sum] = "d7e1c6d6ae6baa48c88441fe52b73b0fb6008763644867d59b049bafb0cf771b" | 34 | SRC_URI[sha256sum] = "d7e1c6d6ae6baa48c88441fe52b73b0fb6008763644867d59b049bafb0cf771b" |
@@ -38,14 +38,6 @@ EXTRA_OECONF = "--without-libtiff --without-libjasper --enable-xkb --disable-gli | |||
38 | LIBV = "2.10.0" | 38 | LIBV = "2.10.0" |
39 | 39 | ||
40 | PACKAGES_DYNAMIC += "^gtk-immodule-.* ^gtk-printbackend-.*" | 40 | PACKAGES_DYNAMIC += "^gtk-immodule-.* ^gtk-printbackend-.*" |
41 | BBCLASSEXTEND = "native" | ||
42 | RRECOMMENDS_${PN}_class-native = "" | ||
43 | DEPENDS_class-native = "glib-2.0-native atk-native pango-native cairo-native gdk-pixbuf-native" | ||
44 | |||
45 | do_install_append_class-native () { | ||
46 | create_wrapper ${D}/${bindir}/gtk-update-icon-cache-2.0 \ | ||
47 | GDK_PIXBUF_MODULE_FILE=${STAGING_LIBDIR_NATIVE}/gdk-pixbuf-2.0/${LIBV}/loaders.cache | ||
48 | } | ||
49 | 41 | ||
50 | python populate_packages_prepend () { | 42 | python populate_packages_prepend () { |
51 | gtk_libdir = d.expand('${libdir}/gtk-2.0/${LIBV}') | 43 | gtk_libdir = d.expand('${libdir}/gtk-2.0/${LIBV}') |