All of lore.kernel.org
 help / color / mirror / Atom feed
* [PATCH] gdk-pixbuf-native: add setscene dep on jpeg-native
@ 2014-08-07  9:43 Shrikant Bobade
  2014-08-07 10:16 ` Martin Jansa
  0 siblings, 1 reply; 4+ messages in thread
From: Shrikant Bobade @ 2014-08-07  9:43 UTC (permalink / raw)
  To: openembedded-devel; +Cc: Shrikant Bobade

From: Shrikant Bobade <Shrikant_Bobade@mentor.com>

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

Signed-off-by: Christopher Larson <kergoth@gmail.com>
Signed-off-by: Shrikant Bobade <Shrikant_Bobade@mentor.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)
-- 
1.7.9.5



^ permalink raw reply related	[flat|nested] 4+ messages in thread

* Re: [PATCH] gdk-pixbuf-native: add setscene dep on jpeg-native
  2014-08-07  9:43 [PATCH] gdk-pixbuf-native: add setscene dep on jpeg-native Shrikant Bobade
@ 2014-08-07 10:16 ` Martin Jansa
  0 siblings, 0 replies; 4+ messages in thread
From: Martin Jansa @ 2014-08-07 10:16 UTC (permalink / raw)
  To: openembedded-devel; +Cc: Shrikant Bobade

[-- Attachment #1: Type: text/plain, Size: 1419 bytes --]

On Thu, Aug 07, 2014 at 03:13:38PM +0530, Shrikant Bobade wrote:
> From: Shrikant Bobade <Shrikant_Bobade@mentor.com>
> 
> Without this, we can get setscene postinst failure due to libjpeg being
> unavailable.

This needs to go to oe-core ML.

> 
> Signed-off-by: Christopher Larson <kergoth@gmail.com>
> Signed-off-by: Shrikant Bobade <Shrikant_Bobade@mentor.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)
> -- 
> 1.7.9.5
> 
> -- 
> _______________________________________________
> Openembedded-devel mailing list
> Openembedded-devel@lists.openembedded.org
> http://lists.openembedded.org/mailman/listinfo/openembedded-devel

-- 
Martin 'JaMa' Jansa     jabber: Martin.Jansa@gmail.com

[-- Attachment #2: Digital signature --]
[-- Type: application/pgp-signature, Size: 188 bytes --]

^ permalink raw reply	[flat|nested] 4+ messages in thread

* [PATCH] gdk-pixbuf-native: add setscene dep on jpeg-native
@ 2014-08-07 10:32 Shrikant Bobade
  0 siblings, 0 replies; 4+ messages in thread
From: Shrikant Bobade @ 2014-08-07 10:32 UTC (permalink / raw)
  To: openembedded-core; +Cc: Shrikant Bobade

From: Shrikant Bobade <Shrikant_Bobade@mentor.com>

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

Signed-off-by: Christopher Larson <kergoth@gmail.com>
Signed-off-by: Shrikant Bobade <Shrikant_Bobade@mentor.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)
-- 
1.7.9.5



^ permalink raw reply related	[flat|nested] 4+ messages in thread

* [PATCH] gdk-pixbuf-native: add setscene dep on jpeg-native
@ 2014-08-07 12:05 Shrikant Bobade
  0 siblings, 0 replies; 4+ messages in thread
From: Shrikant Bobade @ 2014-08-07 12:05 UTC (permalink / raw)
  To: openembedded-devel

Thanks Martin,

sending it to oe-core mailing list.

Thanks
Shrikant


On Thu, Aug 7, 2014 at 5:33 PM, Bobade, Shrikant <Shrikant_Bobade@mentor.com
> wrote:

>
> ________________________________________
> From: Martin Jansa [martin.jansa@gmail.com]
> Sent: Thursday, August 07, 2014 3:46 PM
> To: openembedded-devel@lists.openembedded.org
> Cc: Bobade, Shrikant
> Subject: Re: [oe] [PATCH] gdk-pixbuf-native: add setscene dep on
> jpeg-native
>
> On Thu, Aug 07, 2014 at 03:13:38PM +0530, Shrikant Bobade wrote:
> > From: Shrikant Bobade <Shrikant_Bobade@mentor.com>
> >
> > Without this, we can get setscene postinst failure due to libjpeg being
> > unavailable.
>
> This needs to go to oe-core ML.
>
> >
> > Signed-off-by: Christopher Larson <kergoth@gmail.com>
> > Signed-off-by: Shrikant Bobade <Shrikant_Bobade@mentor.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)
> > --
> > 1.7.9.5
> >
> > --
> > _______________________________________________
> > Openembedded-devel mailing list
> > Openembedded-devel@lists.openembedded.org
> > http://lists.openembedded.org/mailman/listinfo/openembedded-devel
>
> --
> Martin 'JaMa' Jansa     jabber: Martin.Jansa@gmail.com
>


^ permalink raw reply	[flat|nested] 4+ messages in thread

end of thread, other threads:[~2014-08-07 12:05 UTC | newest]

Thread overview: 4+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2014-08-07  9:43 [PATCH] gdk-pixbuf-native: add setscene dep on jpeg-native Shrikant Bobade
2014-08-07 10:16 ` Martin Jansa
  -- strict thread matches above, loose matches on Subject: below --
2014-08-07 10:32 Shrikant Bobade
2014-08-07 12:05 Shrikant Bobade

This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.