[oe-commits] Shrikant Bobade : gdk-pixbuf-native: add setscene dep on jpeg-native

git at git.openembedded.org git at git.openembedded.org
Mon Aug 11 11:07:27 UTC 2014


Module: openembedded-core.git
Branch: master-next
Commit: e835d766d48e19719fc7ceef7c804d464413e96a
URL:    http://git.openembedded.org/?p=openembedded-core.git&a=commit;h=e835d766d48e19719fc7ceef7c804d464413e96a

Author: Shrikant Bobade <Shrikant_Bobade at mentor.com>
Date:   Thu Aug  7 16:20:14 2014 +0530

gdk-pixbuf-native: add setscene dep on jpeg-native

Without this, we can get setscene postinst failure due to libjpeg being
unavailable.

Signed-off-by: Christopher Larson <kergoth at gmail.com>
Signed-off-by: Shrikant Bobade <Shrikant_Bobade at mentor.com>
Signed-off-by: Saul Wold <sgw at linux.intel.com>

---

 meta/recipes-gnome/gdk-pixbuf/gdk-pixbuf_2.30.8.bb | 1 +
 1 file changed, 1 insertion(+)

diff --git a/meta/recipes-gnome/gdk-pixbuf/gdk-pixbuf_2.30.8.bb b/meta/recipes-gnome/gdk-pixbuf/gdk-pixbuf_2.30.8.bb
index 3d08146..1248529 100644
--- a/meta/recipes-gnome/gdk-pixbuf/gdk-pixbuf_2.30.8.bb
+++ b/meta/recipes-gnome/gdk-pixbuf/gdk-pixbuf_2.30.8.bb
@@ -74,6 +74,7 @@ RDEPENDS_${PN}-ptest += "gnome-desktop-testing"
 
 PACKAGES_DYNAMIC += "^gdk-pixbuf-loader-.*"
 PACKAGES_DYNAMIC_class-native = ""
+PIXBUFCACHE_SYSROOT_DEPS_class-native += "jpeg-native:do_populate_sysroot_setscene"
 
 python populate_packages_prepend () {
     postinst_pixbufloader = d.getVar("postinst_pixbufloader", True)



More information about the Openembedded-commits mailing list