All of lore.kernel.org
 help / color / mirror / Atom feed
* [PATCH 1/2] librsvg: fix gdk-pixbuf-query-loaders not found in path
@ 2010-12-02  2:36 Adrian Alonso
  2010-12-02  2:36 ` [PATCH 2/2] xrandr: fix license checksum Adrian Alonso
  2010-12-02 22:12 ` [PATCH 1/2] librsvg: fix gdk-pixbuf-query-loaders not found in path Darren Hart
  0 siblings, 2 replies; 7+ messages in thread
From: Adrian Alonso @ 2010-12-02  2:36 UTC (permalink / raw)
  To: poky; +Cc: Adrian Alonso

* Fix configure: error: gdk-pixbuf-query-loaders not found in path
* Bump PR

Signed-off-by: Adrian Alonso <aalonso@secretlab.ca>
---
 meta/recipes-gnome/librsvg/librsvg_2.32.0.bb |    3 ++-
 1 files changed, 2 insertions(+), 1 deletions(-)

diff --git a/meta/recipes-gnome/librsvg/librsvg_2.32.0.bb b/meta/recipes-gnome/librsvg/librsvg_2.32.0.bb
index a421b68..2f257fc 100644
--- a/meta/recipes-gnome/librsvg/librsvg_2.32.0.bb
+++ b/meta/recipes-gnome/librsvg/librsvg_2.32.0.bb
@@ -8,7 +8,7 @@ LIC_FILES_CHKSUM = "file://COPYING;md5=94d55d512a9ba36caa9b7df079bae19f \
 
 SECTION = "x11/utils"
 DEPENDS = "gtk+ libcroco cairo libxml2 popt"
-PR = "r1"
+PR = "r2"
 
 inherit autotools pkgconfig gnome
 
@@ -17,6 +17,7 @@ EXTRA_OECONF = "--disable-mozilla-plugin --without-svgz --without-croco --disabl
 SRC_URI += "file://doc_Makefile.patch"
 
 do_configure_prepend () {
+    export GDK_PIXBUF_QUERYLOADERS="${libdir}/gtk-2.0/version/loaders"
 	echo "CLEANFILES=" > gtk-doc.make
 }
 
-- 
1.7.2.3



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

* [PATCH 2/2] xrandr: fix license checksum
  2010-12-02  2:36 [PATCH 1/2] librsvg: fix gdk-pixbuf-query-loaders not found in path Adrian Alonso
@ 2010-12-02  2:36 ` Adrian Alonso
  2010-12-02  4:55   ` Saul Wold
  2010-12-02 22:12 ` [PATCH 1/2] librsvg: fix gdk-pixbuf-query-loaders not found in path Darren Hart
  1 sibling, 1 reply; 7+ messages in thread
From: Adrian Alonso @ 2010-12-02  2:36 UTC (permalink / raw)
  To: poky; +Cc: Adrian Alonso

* Fix FATAL: Licensing warning: LIC_FILES_CHKSUM does not match
* Bump PR

Signed-off-by: Adrian Alonso <aalonso@secretlab.ca>
---
 meta/recipes-graphics/xorg-app/xrandr_1.3.4.bb |    4 ++--
 1 files changed, 2 insertions(+), 2 deletions(-)

diff --git a/meta/recipes-graphics/xorg-app/xrandr_1.3.4.bb b/meta/recipes-graphics/xorg-app/xrandr_1.3.4.bb
index 8712ff6..7d2a678 100644
--- a/meta/recipes-graphics/xorg-app/xrandr_1.3.4.bb
+++ b/meta/recipes-graphics/xorg-app/xrandr_1.3.4.bb
@@ -2,10 +2,10 @@ require xorg-app-common.inc
 
 DESCRIPTION = "X Resize and Rotate extension command."
 LICENSE= "BSD-X"
-LIC_FILES_CHKSUM = "file://COPYING;md5=4c5c132d3690478179d78ec3bf064584"
+LIC_FILES_CHKSUM = "file://COPYING;md5=fe1608bdb33cf8c62a4438f7d34679b3"
 DEPENDS += "libxrandr libxrender"
 PE = "1"
-PR = "r0"
+PR = "r1"
 
 SRC_URI[md5sum] = "d6d20038257eba5178b523e10239d51c"
 SRC_URI[sha256sum] = "5e4a2492e6cc51345aa571b95283c43c2771c4f444837dbce2699d62f76b4adb"
-- 
1.7.2.3



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

* Re: [PATCH 2/2] xrandr: fix license checksum
  2010-12-02  2:36 ` [PATCH 2/2] xrandr: fix license checksum Adrian Alonso
@ 2010-12-02  4:55   ` Saul Wold
  2010-12-02  5:02     ` Adrian Alonso
  0 siblings, 1 reply; 7+ messages in thread
From: Saul Wold @ 2010-12-02  4:55 UTC (permalink / raw)
  To: poky

On 12/01/2010 06:36 PM, Adrian Alonso wrote:
> * Fix FATAL: Licensing warning: LIC_FILES_CHKSUM does not match
> * Bump PR
>
Adrian,

Thanks for these patches, we already have this change queue as part of a 
consolidated request.  We hope to have it in master tomorrow sometime.

Sau!

> Signed-off-by: Adrian Alonso<aalonso@secretlab.ca>
> ---
>   meta/recipes-graphics/xorg-app/xrandr_1.3.4.bb |    4 ++--
>   1 files changed, 2 insertions(+), 2 deletions(-)
>
> diff --git a/meta/recipes-graphics/xorg-app/xrandr_1.3.4.bb b/meta/recipes-graphics/xorg-app/xrandr_1.3.4.bb
> index 8712ff6..7d2a678 100644
> --- a/meta/recipes-graphics/xorg-app/xrandr_1.3.4.bb
> +++ b/meta/recipes-graphics/xorg-app/xrandr_1.3.4.bb
> @@ -2,10 +2,10 @@ require xorg-app-common.inc
>
>   DESCRIPTION = "X Resize and Rotate extension command."
>   LICENSE= "BSD-X"
> -LIC_FILES_CHKSUM = "file://COPYING;md5=4c5c132d3690478179d78ec3bf064584"
> +LIC_FILES_CHKSUM = "file://COPYING;md5=fe1608bdb33cf8c62a4438f7d34679b3"
>   DEPENDS += "libxrandr libxrender"
>   PE = "1"
> -PR = "r0"
> +PR = "r1"
>
>   SRC_URI[md5sum] = "d6d20038257eba5178b523e10239d51c"
>   SRC_URI[sha256sum] = "5e4a2492e6cc51345aa571b95283c43c2771c4f444837dbce2699d62f76b4adb"



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

* Re: [PATCH 2/2] xrandr: fix license checksum
  2010-12-02  4:55   ` Saul Wold
@ 2010-12-02  5:02     ` Adrian Alonso
  2010-12-02 19:13       ` Saul Wold
  0 siblings, 1 reply; 7+ messages in thread
From: Adrian Alonso @ 2010-12-02  5:02 UTC (permalink / raw)
  To: Saul Wold; +Cc: poky

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

Ok,

Do yocto has a work queue page? like patchwork web interface
I saw some treads about LICENSE CHECKSUM errors
but only both propossed patchs prevent me to build poky-sato for
a demo that at presenting tomorrow at my school.

Regards

On Wed, Dec 1, 2010 at 10:55 PM, Saul Wold <saul.wold@intel.com> wrote:

> On 12/01/2010 06:36 PM, Adrian Alonso wrote:
>
>> * Fix FATAL: Licensing warning: LIC_FILES_CHKSUM does not match
>> * Bump PR
>>
>>  Adrian,
>
> Thanks for these patches, we already have this change queue as part of a
> consolidated request.  We hope to have it in master tomorrow sometime.
>
> Sau!
>
>
>  Signed-off-by: Adrian Alonso<aalonso@secretlab.ca>
>> ---
>>  meta/recipes-graphics/xorg-app/xrandr_1.3.4.bb |    4 ++--
>>  1 files changed, 2 insertions(+), 2 deletions(-)
>>
>> diff --git a/meta/recipes-graphics/xorg-app/xrandr_1.3.4.bbb/meta/recipes-graphics/xorg-app/
>> xrandr_1.3.4.bb
>> index 8712ff6..7d2a678 100644
>> --- a/meta/recipes-graphics/xorg-app/xrandr_1.3.4.bb
>> +++ b/meta/recipes-graphics/xorg-app/xrandr_1.3.4.bb
>> @@ -2,10 +2,10 @@ require xorg-app-common.inc
>>
>>  DESCRIPTION = "X Resize and Rotate extension command."
>>  LICENSE= "BSD-X"
>> -LIC_FILES_CHKSUM = "file://COPYING;md5=4c5c132d3690478179d78ec3bf064584"
>> +LIC_FILES_CHKSUM = "file://COPYING;md5=fe1608bdb33cf8c62a4438f7d34679b3"
>>  DEPENDS += "libxrandr libxrender"
>>  PE = "1"
>> -PR = "r0"
>> +PR = "r1"
>>
>>  SRC_URI[md5sum] = "d6d20038257eba5178b523e10239d51c"
>>  SRC_URI[sha256sum] =
>> "5e4a2492e6cc51345aa571b95283c43c2771c4f444837dbce2699d62f76b4adb"
>>
>
> _______________________________________________
> poky mailing list
> poky@yoctoproject.org
> https://lists.yoctoproject.org/listinfo/poky
>



-- 
Saludos
Adrian Alonso
http://aalonso.wordpress.com

[-- Attachment #2: Type: text/html, Size: 3132 bytes --]

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

* Re: [PATCH 2/2] xrandr: fix license checksum
  2010-12-02  5:02     ` Adrian Alonso
@ 2010-12-02 19:13       ` Saul Wold
  0 siblings, 0 replies; 7+ messages in thread
From: Saul Wold @ 2010-12-02 19:13 UTC (permalink / raw)
  To: Adrian Alonso; +Cc: poky@yoctoproject.org

On 12/01/2010 09:02 PM, Adrian Alonso wrote:
> Ok,
>
> Do yocto has a work queue page? like patchwork web interface
> I saw some treads about LICENSE CHECKSUM errors
> but only both propossed patchs prevent me to build poky-sato for
> a demo that at presenting tomorrow at my school.
>
We are using a Maintainer mode similar to the kernel mode, currently
we do not have any kind of work queue page or patchwork interface.

I will be pulling your fix into the next round of patches.

Sau!


> Regards
>
> On Wed, Dec 1, 2010 at 10:55 PM, Saul Wold <saul.wold@intel.com
> <mailto:saul.wold@intel.com>> wrote:
>
>     On 12/01/2010 06:36 PM, Adrian Alonso wrote:
>
>         * Fix FATAL: Licensing warning: LIC_FILES_CHKSUM does not match
>         * Bump PR
>
>     Adrian,
>
>     Thanks for these patches, we already have this change queue as part
>     of a consolidated request.  We hope to have it in master tomorrow
>     sometime.
>
>     Sau!
>
>
>         Signed-off-by: Adrian Alonso<aalonso@secretlab.ca
>         <mailto:aalonso@secretlab.ca>>
>         ---
>           meta/recipes-graphics/xorg-app/xrandr_1.3.4.bb
>         <http://xrandr_1.3.4.bb> |    4 ++--
>           1 files changed, 2 insertions(+), 2 deletions(-)
>
>         diff --git a/meta/recipes-graphics/xorg-app/xrandr_1.3.4.bb
>         <http://xrandr_1.3.4.bb>
>         b/meta/recipes-graphics/xorg-app/xrandr_1.3.4.bb
>         <http://xrandr_1.3.4.bb>
>         index 8712ff6..7d2a678 100644
>         --- a/meta/recipes-graphics/xorg-app/xrandr_1.3.4.bb
>         <http://xrandr_1.3.4.bb>
>         +++ b/meta/recipes-graphics/xorg-app/xrandr_1.3.4.bb
>         <http://xrandr_1.3.4.bb>
>         @@ -2,10 +2,10 @@ require xorg-app-common.inc
>
>           DESCRIPTION = "X Resize and Rotate extension command."
>           LICENSE= "BSD-X"
>         -LIC_FILES_CHKSUM =
>         "file://COPYING;md5=4c5c132d3690478179d78ec3bf064584"
>         +LIC_FILES_CHKSUM =
>         "file://COPYING;md5=fe1608bdb33cf8c62a4438f7d34679b3"
>           DEPENDS += "libxrandr libxrender"
>           PE = "1"
>         -PR = "r0"
>         +PR = "r1"
>
>           SRC_URI[md5sum] = "d6d20038257eba5178b523e10239d51c"
>           SRC_URI[sha256sum] =
>         "5e4a2492e6cc51345aa571b95283c43c2771c4f444837dbce2699d62f76b4adb"
>
>
>     _______________________________________________
>     poky mailing list
>     poky@yoctoproject.org <mailto:poky@yoctoproject.org>
>     https://lists.yoctoproject.org/listinfo/poky
>
>
>
>
> --
> Saludos
> Adrian Alonso
> http://aalonso.wordpress.com
>



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

* Re: [PATCH 1/2] librsvg: fix gdk-pixbuf-query-loaders not found in path
  2010-12-02  2:36 [PATCH 1/2] librsvg: fix gdk-pixbuf-query-loaders not found in path Adrian Alonso
  2010-12-02  2:36 ` [PATCH 2/2] xrandr: fix license checksum Adrian Alonso
@ 2010-12-02 22:12 ` Darren Hart
  2010-12-03  3:01   ` Kamble, Nitin A
  1 sibling, 1 reply; 7+ messages in thread
From: Darren Hart @ 2010-12-02 22:12 UTC (permalink / raw)
  To: Adrian Alonso; +Cc: poky, Saul Wold

On 12/01/2010 06:36 PM, Adrian Alonso wrote:
> * Fix configure: error: gdk-pixbuf-query-loaders not found in path
> * Bump PR
>
 > Signed-off-by: Adrian Alonso<aalonso@secretlab.ca>

With the exception of the inconsistent whitespace in 
do_configure_prepend, it looks good. At least it fixes the same error 
for me.

Acked-by: Darren Hart <dvhart@linux.intel.com>

> ---
>   meta/recipes-gnome/librsvg/librsvg_2.32.0.bb |    3 ++-
>   1 files changed, 2 insertions(+), 1 deletions(-)
>
> diff --git a/meta/recipes-gnome/librsvg/librsvg_2.32.0.bb b/meta/recipes-gnome/librsvg/librsvg_2.32.0.bb
> index a421b68..2f257fc 100644
> --- a/meta/recipes-gnome/librsvg/librsvg_2.32.0.bb
> +++ b/meta/recipes-gnome/librsvg/librsvg_2.32.0.bb
> @@ -8,7 +8,7 @@ LIC_FILES_CHKSUM = "file://COPYING;md5=94d55d512a9ba36caa9b7df079bae19f \
>
>   SECTION = "x11/utils"
>   DEPENDS = "gtk+ libcroco cairo libxml2 popt"
> -PR = "r1"
> +PR = "r2"
>
>   inherit autotools pkgconfig gnome
>
> @@ -17,6 +17,7 @@ EXTRA_OECONF = "--disable-mozilla-plugin --without-svgz --without-croco --disabl
>   SRC_URI += "file://doc_Makefile.patch"
>
>   do_configure_prepend () {
> +    export GDK_PIXBUF_QUERYLOADERS="${libdir}/gtk-2.0/version/loaders"
>   	echo "CLEANFILES=">  gtk-doc.make
>   }
>


-- 
Darren Hart
Yocto Linux Kernel


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

* Re: [PATCH 1/2] librsvg: fix gdk-pixbuf-query-loaders not found in path
  2010-12-02 22:12 ` [PATCH 1/2] librsvg: fix gdk-pixbuf-query-loaders not found in path Darren Hart
@ 2010-12-03  3:01   ` Kamble, Nitin A
  0 siblings, 0 replies; 7+ messages in thread
From: Kamble, Nitin A @ 2010-12-03  3:01 UTC (permalink / raw)
  To: Darren Hart, Adrian Alonso; +Cc: poky@yoctoproject.org, Saul Wold



> -----Original Message-----
> From: poky-bounces@yoctoproject.org [mailto:poky-
> bounces@yoctoproject.org] On Behalf Of Darren Hart
> Sent: Thursday, December 02, 2010 2:13 PM
> To: Adrian Alonso
> Cc: poky@yoctoproject.org; Saul Wold
> Subject: Re: [poky] [PATCH 1/2] librsvg: fix gdk-pixbuf-query-loaders
> not found in path
> 
> On 12/01/2010 06:36 PM, Adrian Alonso wrote:
> > * Fix configure: error: gdk-pixbuf-query-loaders not found in path
> > * Bump PR
> >
>  > Signed-off-by: Adrian Alonso<aalonso@secretlab.ca>
> 
> With the exception of the inconsistent whitespace in
> do_configure_prepend, it looks good. At least it fixes the same error
> for me.
> 
> Acked-by: Darren Hart <dvhart@linux.intel.com>


Fixes same error for me too. I am running fedora 12 64bit host.
Acked-by: Darren Hart <nitin.a.kamble@intel.com>

Thanks,
Nitin

> 
> > ---
> >   meta/recipes-gnome/librsvg/librsvg_2.32.0.bb |    3 ++-
> >   1 files changed, 2 insertions(+), 1 deletions(-)
> >
> > diff --git a/meta/recipes-gnome/librsvg/librsvg_2.32.0.bb
> b/meta/recipes-gnome/librsvg/librsvg_2.32.0.bb
> > index a421b68..2f257fc 100644
> > --- a/meta/recipes-gnome/librsvg/librsvg_2.32.0.bb
> > +++ b/meta/recipes-gnome/librsvg/librsvg_2.32.0.bb
> > @@ -8,7 +8,7 @@ LIC_FILES_CHKSUM =
> "file://COPYING;md5=94d55d512a9ba36caa9b7df079bae19f \
> >
> >   SECTION = "x11/utils"
> >   DEPENDS = "gtk+ libcroco cairo libxml2 popt"
> > -PR = "r1"
> > +PR = "r2"
> >
> >   inherit autotools pkgconfig gnome
> >
> > @@ -17,6 +17,7 @@ EXTRA_OECONF = "--disable-mozilla-plugin --without-
> svgz --without-croco --disabl
> >   SRC_URI += "file://doc_Makefile.patch"
> >
> >   do_configure_prepend () {
> > +    export GDK_PIXBUF_QUERYLOADERS="${libdir}/gtk-
> 2.0/version/loaders"
> >   	echo "CLEANFILES=">  gtk-doc.make
> >   }
> >
> 
> 
> --
> Darren Hart
> Yocto Linux Kernel
> _______________________________________________
> poky mailing list
> poky@yoctoproject.org
> https://lists.yoctoproject.org/listinfo/poky


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

end of thread, other threads:[~2010-12-03  3:01 UTC | newest]

Thread overview: 7+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2010-12-02  2:36 [PATCH 1/2] librsvg: fix gdk-pixbuf-query-loaders not found in path Adrian Alonso
2010-12-02  2:36 ` [PATCH 2/2] xrandr: fix license checksum Adrian Alonso
2010-12-02  4:55   ` Saul Wold
2010-12-02  5:02     ` Adrian Alonso
2010-12-02 19:13       ` Saul Wold
2010-12-02 22:12 ` [PATCH 1/2] librsvg: fix gdk-pixbuf-query-loaders not found in path Darren Hart
2010-12-03  3:01   ` Kamble, Nitin A

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.