aboutsummaryrefslogtreecommitdiffstats
path: root/recipes
diff options
context:
space:
mode:
authorKhem Raj <raj.khem@gmail.com>2012-08-27 22:50:54 +0000
committerTom Rini <trini@ti.com>2012-08-31 14:06:28 -0700
commit3b1d1112a9a80aba8dbee8b7bd54fe83a1acc6a1 (patch)
treeb5bd4a1f2c25e8f4e3ab93f7f32109a7e09a3bca /recipes
parentbd3f4e712be012ee6a9a843cfb191d880412a888 (diff)
downloadopenembedded-3b1d1112a9a80aba8dbee8b7bd54fe83a1acc6a1.tar.gz
gtk+_2.20.1: Depend on gdk-pixbuf-native
also BBCLASSEXTEND gdk-pixbuf recipes to provide native version Newer distros which ship glib-2.0 version 2.32+ there are some missing symbols that gtk+ 2.20 will complain about. So we create own gdk-pixbuf so it does not link to library from host system Signed-off-by: Khem Raj <raj.khem@gmail.com> Signed-off-by: Tom Rini <trini@ti.com>
Diffstat (limited to 'recipes')
-rw-r--r--recipes/gtk+/gdk-pixbuf_2.10.14.bb1
-rw-r--r--recipes/gtk+/gtk+_2.20.1.bb4
2 files changed, 3 insertions, 2 deletions
diff --git a/recipes/gtk+/gdk-pixbuf_2.10.14.bb b/recipes/gtk+/gdk-pixbuf_2.10.14.bb
index e41f9e086f..c41a2beb76 100644
--- a/recipes/gtk+/gdk-pixbuf_2.10.14.bb
+++ b/recipes/gtk+/gdk-pixbuf_2.10.14.bb
@@ -64,6 +64,7 @@ do_install() {
cd gdk-pixbuf && oe_runmake install DESTDIR=${D}
}
+BBCLASSEXTEND = "native"
SRC_URI[md5sum] = "018d7dd0fa7de01cfdb77c7c55e7ba26"
SRC_URI[sha256sum] = "d02344239d048390ba02fcfd7de4f9efc0dfb51e7b06dfa46a6314d666ea4de2"
diff --git a/recipes/gtk+/gtk+_2.20.1.bb b/recipes/gtk+/gtk+_2.20.1.bb
index 62f2f3c00a..4d801f198f 100644
--- a/recipes/gtk+/gtk+_2.20.1.bb
+++ b/recipes/gtk+/gtk+_2.20.1.bb
@@ -13,13 +13,13 @@ SRC_URI_append = "file://gtk-dnd-grab-deadlock-fix.patch \
SRC_URI[gtk.md5sum] = "53e6f3a93bd22934878fc4a4a34c68aa"
SRC_URI[gtk.sha256sum] = "0e081731d21e34ff45c82199490c2889504fa8b3c7e117c043e82ababaec0f65"
-PR = "${INC_PR}.5"
+PR = "${INC_PR}.6"
BBCLASSEXTEND = "native"
ARM_INSTRUCTION_SET = "arm"
-DEPENDS_virtclass-native = "libpng-native atk-native pango-native cairo-native libxrender-native libxext-native libgcrypt-native"
+DEPENDS_virtclass-native = "gdk-pixbuf-native libpng-native atk-native pango-native cairo-native libxrender-native libxext-native libgcrypt-native"
PROVIDES_virtclass-native = "gdk-pixbuf-csource-native"
# Enable xkb selectively