diff options
author | Laurentiu Palcu <laurentiu.palcu@intel.com> | 2012-09-19 14:49:19 +0300 |
---|---|---|
committer | Richard Purdie <richard.purdie@linuxfoundation.org> | 2012-09-20 13:33:50 +0100 |
commit | df5f9a3e6dfcf8e8f57132843a024b44c0bd90fc (patch) | |
tree | cc3a1a417bc59cc69d379b37c9a9518513dc6cf3 /meta/recipes-gnome/gtk+ | |
parent | 42d91a7db404bacc50541e1813c537d9c260ffb4 (diff) | |
download | poky-df5f9a3e6dfcf8e8f57132843a024b44c0bd90fc.tar.gz |
gtk+: enable gtk+-native
This is needed in order to run postinst scriplets at do_rootfs time
rather than first boot time.
(From OE-Core rev: 9db6ea4981fe22dd430c13d9f5a838ad92d1afe6)
Signed-off-by: Laurentiu Palcu <laurentiu.palcu@intel.com>
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
Diffstat (limited to 'meta/recipes-gnome/gtk+')
-rw-r--r-- | meta/recipes-gnome/gtk+/gtk+_2.24.8.bb | 5 |
1 files changed, 4 insertions, 1 deletions
diff --git a/meta/recipes-gnome/gtk+/gtk+_2.24.8.bb b/meta/recipes-gnome/gtk+/gtk+_2.24.8.bb index 34b78ac934..2d08dc2e3a 100644 --- a/meta/recipes-gnome/gtk+/gtk+_2.24.8.bb +++ b/meta/recipes-gnome/gtk+/gtk+_2.24.8.bb | |||
@@ -27,7 +27,7 @@ SRC_URI = "http://download.gnome.org/sources/gtk+/2.24/gtk+-${PV}.tar.bz2 \ | |||
27 | # file://combo-arrow-size.patch;striplevel=0 | 27 | # file://combo-arrow-size.patch;striplevel=0 |
28 | # file://configurefix.patch | 28 | # file://configurefix.patch |
29 | 29 | ||
30 | PR = "r6" | 30 | PR = "r7" |
31 | 31 | ||
32 | SRC_URI[md5sum] = "0413187f7e596aef00ccd1b54776ff03" | 32 | SRC_URI[md5sum] = "0413187f7e596aef00ccd1b54776ff03" |
33 | SRC_URI[sha256sum] = "ac2325a65312922a6722a7c02a389f3f4072d79e13131485cc7b7226e2537043" | 33 | SRC_URI[sha256sum] = "ac2325a65312922a6722a7c02a389f3f4072d79e13131485cc7b7226e2537043" |
@@ -37,6 +37,9 @@ EXTRA_OECONF = "--without-libtiff --without-libjasper --enable-xkb --disable-gli | |||
37 | LIBV = "2.10.0" | 37 | LIBV = "2.10.0" |
38 | 38 | ||
39 | PACKAGES_DYNAMIC += "gtk-immodule-* gtk-printbackend-*" | 39 | PACKAGES_DYNAMIC += "gtk-immodule-* gtk-printbackend-*" |
40 | BBCLASSEXTEND = "native" | ||
41 | RRECOMMENDS_${PN}_virtclass-native = "" | ||
42 | DEPENDS_virtclass-native = "glib-2.0-native atk-native pango-native cairo-native gdk-pixbuf-native" | ||
40 | 43 | ||
41 | python populate_packages_prepend () { | 44 | python populate_packages_prepend () { |
42 | prologue = d.getVar("postinst_prologue", True) | 45 | prologue = d.getVar("postinst_prologue", True) |