* [PATCH 0/1]gupnp: upgrade from 0.16.0 to 0.16.1
@ 2011-06-14 5:59 Mei Lei
2011-06-14 5:59 ` [PATCH 1/1] gupnp: " Mei Lei
0 siblings, 1 reply; 5+ messages in thread
From: Mei Lei @ 2011-06-14 5:59 UTC (permalink / raw)
To: openembedded-core
Please review it.
Thanks
Lei
The following changes since commit a27fbe5e25a5aee956d2a43a2e2bf671c6d985f2:
Scott Rifenbark (1):
documentation/yocto-project-qs/yocto-project-qs.xml: removed 5.0 references
are available in the git repository at:
git://git.pokylinux.org/poky-contrib lmei3/gupnp
http://git.pokylinux.org/cgit.cgi/poky-contrib/log/?h=lmei3/gupnp
Mei Lei (1):
gupnp: upgrade from 0.16.0 to 0.16.1
.../gupnp/{gupnp_0.16.0.bb => gupnp_0.16.1.bb} | 7 +++++--
1 files changed, 5 insertions(+), 2 deletions(-)
rename meta/recipes-connectivity/gupnp/{gupnp_0.16.0.bb => gupnp_0.16.1.bb} (79%)
^ permalink raw reply [flat|nested] 5+ messages in thread
* [PATCH 1/1] gupnp: upgrade from 0.16.0 to 0.16.1
2011-06-14 5:59 [PATCH 0/1]gupnp: upgrade from 0.16.0 to 0.16.1 Mei Lei
@ 2011-06-14 5:59 ` Mei Lei
2011-06-14 7:45 ` Koen Kooi
0 siblings, 1 reply; 5+ messages in thread
From: Mei Lei @ 2011-06-14 5:59 UTC (permalink / raw)
To: openembedded-core
Signed-off-by: Mei Lei <lei.mei@intel.com>
---
.../gupnp/{gupnp_0.16.0.bb => gupnp_0.16.1.bb} | 7 +++++--
1 files changed, 5 insertions(+), 2 deletions(-)
rename meta/recipes-connectivity/gupnp/{gupnp_0.16.0.bb => gupnp_0.16.1.bb} (79%)
diff --git a/meta/recipes-connectivity/gupnp/gupnp_0.16.0.bb b/meta/recipes-connectivity/gupnp/gupnp_0.16.1.bb
similarity index 79%
rename from meta/recipes-connectivity/gupnp/gupnp_0.16.0.bb
rename to meta/recipes-connectivity/gupnp/gupnp_0.16.1.bb
index 07b6b90..5b23134 100644
--- a/meta/recipes-connectivity/gupnp/gupnp_0.16.0.bb
+++ b/meta/recipes-connectivity/gupnp/gupnp_0.16.1.bb
@@ -7,8 +7,8 @@ DEPENDS = "e2fsprogs gssdp libsoup-2.4 libxml2 gnome-icon-theme"
SRC_URI = "http://gupnp.org/sites/all/files/sources/${BPN}-${PV}.tar.gz"
-SRC_URI[md5sum] = "61b240c1a9fdf8ca82c5c3adde0d6757"
-SRC_URI[sha256sum] = "1b77201866b7632fb68bc2a3bdea22ef8ead34ba850b3ee367797432cfc0f04a"
+SRC_URI[md5sum] = "021bb237741532af4bca50157ff326e4"
+SRC_URI[sha256sum] = "f01a1f4fd36ce161a3df29fa83e1a0a2fb40d3c9f30f6b403e7791688ad24cfe"
PR = "r0"
@@ -19,6 +19,9 @@ inherit autotools pkgconfig
FILES_${PN} = "${libdir}/*.so.*"
FILES_${PN}-dev += "${bindir}/gupnp-binding-tool"
+do_configure_prepend() {
+ sed -i -e 's:GOBJECT_INTROSPECTION_CHECK(\[0.6.4\]):AM_CONDITIONAL([HAVE_INTROSPECTION], [false]):g' ${S}/configure.ac
+}
SYSROOT_PREPROCESS_FUNCS += "gupnp_sysroot_preprocess"
gupnp_sysroot_preprocess () {
--
1.6.3.3
^ permalink raw reply related [flat|nested] 5+ messages in thread
* Re: [PATCH 1/1] gupnp: upgrade from 0.16.0 to 0.16.1
2011-06-14 5:59 ` [PATCH 1/1] gupnp: " Mei Lei
@ 2011-06-14 7:45 ` Koen Kooi
2011-06-14 8:04 ` Mei, Lei
0 siblings, 1 reply; 5+ messages in thread
From: Koen Kooi @ 2011-06-14 7:45 UTC (permalink / raw)
To: Patches and discussions about the oe-core layer
Op 14 jun 2011, om 07:59 heeft Mei Lei het volgende geschreven:
> Signed-off-by: Mei Lei <lei.mei@intel.com>
> ---
> .../gupnp/{gupnp_0.16.0.bb => gupnp_0.16.1.bb} | 7 +++++--
> 1 files changed, 5 insertions(+), 2 deletions(-)
> rename meta/recipes-connectivity/gupnp/{gupnp_0.16.0.bb => gupnp_0.16.1.bb} (79%)
>
> diff --git a/meta/recipes-connectivity/gupnp/gupnp_0.16.0.bb b/meta/recipes-connectivity/gupnp/gupnp_0.16.1.bb
> similarity index 79%
> rename from meta/recipes-connectivity/gupnp/gupnp_0.16.0.bb
> rename to meta/recipes-connectivity/gupnp/gupnp_0.16.1.bb
> index 07b6b90..5b23134 100644
> --- a/meta/recipes-connectivity/gupnp/gupnp_0.16.0.bb
> +++ b/meta/recipes-connectivity/gupnp/gupnp_0.16.1.bb
> @@ -7,8 +7,8 @@ DEPENDS = "e2fsprogs gssdp libsoup-2.4 libxml2 gnome-icon-theme"
>
> SRC_URI = "http://gupnp.org/sites/all/files/sources/${BPN}-${PV}.tar.gz"
>
> -SRC_URI[md5sum] = "61b240c1a9fdf8ca82c5c3adde0d6757"
> -SRC_URI[sha256sum] = "1b77201866b7632fb68bc2a3bdea22ef8ead34ba850b3ee367797432cfc0f04a"
> +SRC_URI[md5sum] = "021bb237741532af4bca50157ff326e4"
> +SRC_URI[sha256sum] = "f01a1f4fd36ce161a3df29fa83e1a0a2fb40d3c9f30f6b403e7791688ad24cfe"
>
> PR = "r0"
>
> @@ -19,6 +19,9 @@ inherit autotools pkgconfig
> FILES_${PN} = "${libdir}/*.so.*"
> FILES_${PN}-dev += "${bindir}/gupnp-binding-tool"
>
> +do_configure_prepend() {
> + sed -i -e 's:GOBJECT_INTROSPECTION_CHECK(\[0.6.4\]):AM_CONDITIONAL([HAVE_INTROSPECTION], [false]):g' ${S}/configure.ac
> +}
> SYSROOT_PREPROCESS_FUNCS += "gupnp_sysroot_preprocess"
Does adding 'gobject-introspection' to DEPENDS or --disable-introspection to EXTRA_OECONF fix the build issue?
regards,
Koen
^ permalink raw reply [flat|nested] 5+ messages in thread
* Re: [PATCH 1/1] gupnp: upgrade from 0.16.0 to 0.16.1
2011-06-14 7:45 ` Koen Kooi
@ 2011-06-14 8:04 ` Mei, Lei
2011-06-24 22:56 ` Saul Wold
0 siblings, 1 reply; 5+ messages in thread
From: Mei, Lei @ 2011-06-14 8:04 UTC (permalink / raw)
To: Patches and discussions about the oe-core layer
>-----Original Message-----
>From: openembedded-core-bounces@lists.openembedded.org
>[mailto:openembedded-core-bounces@lists.openembedded.org] On Behalf Of
>Koen Kooi
>Sent: Tuesday, June 14, 2011 3:46 PM
>To: Patches and discussions about the oe-core layer
>Subject: Re: [OE-core] [PATCH 1/1] gupnp: upgrade from 0.16.0 to 0.16.1
>
>
>Op 14 jun 2011, om 07:59 heeft Mei Lei het volgende geschreven:
>
>> Signed-off-by: Mei Lei <lei.mei@intel.com>
>> ---
>> .../gupnp/{gupnp_0.16.0.bb => gupnp_0.16.1.bb} | 7 +++++--
>> 1 files changed, 5 insertions(+), 2 deletions(-)
>> rename meta/recipes-connectivity/gupnp/{gupnp_0.16.0.bb =>
>gupnp_0.16.1.bb} (79%)
>>
>> diff --git a/meta/recipes-connectivity/gupnp/gupnp_0.16.0.bb
>b/meta/recipes-connectivity/gupnp/gupnp_0.16.1.bb
>> similarity index 79%
>> rename from meta/recipes-connectivity/gupnp/gupnp_0.16.0.bb
>> rename to meta/recipes-connectivity/gupnp/gupnp_0.16.1.bb
>> index 07b6b90..5b23134 100644
>> --- a/meta/recipes-connectivity/gupnp/gupnp_0.16.0.bb
>> +++ b/meta/recipes-connectivity/gupnp/gupnp_0.16.1.bb
>> @@ -7,8 +7,8 @@ DEPENDS = "e2fsprogs gssdp libsoup-2.4 libxml2
>gnome-icon-theme"
>>
>> SRC_URI = "http://gupnp.org/sites/all/files/sources/${BPN}-${PV}.tar.gz"
>>
>> -SRC_URI[md5sum] = "61b240c1a9fdf8ca82c5c3adde0d6757"
>> -SRC_URI[sha256sum] =
>"1b77201866b7632fb68bc2a3bdea22ef8ead34ba850b3ee367797432cfc0f04a"
>> +SRC_URI[md5sum] = "021bb237741532af4bca50157ff326e4"
>> +SRC_URI[sha256sum] =
>"f01a1f4fd36ce161a3df29fa83e1a0a2fb40d3c9f30f6b403e7791688ad24cfe"
>>
>> PR = "r0"
>>
>> @@ -19,6 +19,9 @@ inherit autotools pkgconfig
>> FILES_${PN} = "${libdir}/*.so.*"
>> FILES_${PN}-dev += "${bindir}/gupnp-binding-tool"
>>
>> +do_configure_prepend() {
>> + sed -i -e
>'s:GOBJECT_INTROSPECTION_CHECK(\[0.6.4\]):AM_CONDITIONAL([HAVE_INTR
>OSPECTION], [false]):g' ${S}/configure.ac
>> +}
>> SYSROOT_PREPROCESS_FUNCS += "gupnp_sysroot_preprocess"
>
>Does adding 'gobject-introspection' to DEPENDS or --disable-introspection to
>EXTRA_OECONF fix the build issue?
"--disable-introspection to EXTRA_OECONF" didn't fix the configure issue.
Adding depends is my first option, but that will trigger a do_compile failure of 'gobject-introspection'.
So decide to upgrade it to the latest version in this way.
Thanks
Lei
>
>regards,
>
>Koen
>_______________________________________________
>Openembedded-core mailing list
>Openembedded-core@lists.openembedded.org
>http://lists.linuxtogo.org/cgi-bin/mailman/listinfo/openembedded-core
^ permalink raw reply [flat|nested] 5+ messages in thread
* Re: [PATCH 1/1] gupnp: upgrade from 0.16.0 to 0.16.1
2011-06-14 8:04 ` Mei, Lei
@ 2011-06-24 22:56 ` Saul Wold
0 siblings, 0 replies; 5+ messages in thread
From: Saul Wold @ 2011-06-24 22:56 UTC (permalink / raw)
To: Patches and discussions about the oe-core layer
On 06/14/2011 01:04 AM, Mei, Lei wrote:
>
>
>> -----Original Message-----
>> From: openembedded-core-bounces@lists.openembedded.org
>> [mailto:openembedded-core-bounces@lists.openembedded.org] On Behalf Of
>> Koen Kooi
>> Sent: Tuesday, June 14, 2011 3:46 PM
>> To: Patches and discussions about the oe-core layer
>> Subject: Re: [OE-core] [PATCH 1/1] gupnp: upgrade from 0.16.0 to 0.16.1
>>
>>
>> Op 14 jun 2011, om 07:59 heeft Mei Lei het volgende geschreven:
>>
>>> Signed-off-by: Mei Lei<lei.mei@intel.com>
>>> ---
>>> .../gupnp/{gupnp_0.16.0.bb => gupnp_0.16.1.bb} | 7 +++++--
>>> 1 files changed, 5 insertions(+), 2 deletions(-)
>>> rename meta/recipes-connectivity/gupnp/{gupnp_0.16.0.bb =>
>> gupnp_0.16.1.bb} (79%)
>>>
>>> diff --git a/meta/recipes-connectivity/gupnp/gupnp_0.16.0.bb
>> b/meta/recipes-connectivity/gupnp/gupnp_0.16.1.bb
>>> similarity index 79%
>>> rename from meta/recipes-connectivity/gupnp/gupnp_0.16.0.bb
>>> rename to meta/recipes-connectivity/gupnp/gupnp_0.16.1.bb
>>> index 07b6b90..5b23134 100644
>>> --- a/meta/recipes-connectivity/gupnp/gupnp_0.16.0.bb
>>> +++ b/meta/recipes-connectivity/gupnp/gupnp_0.16.1.bb
>>> @@ -7,8 +7,8 @@ DEPENDS = "e2fsprogs gssdp libsoup-2.4 libxml2
>> gnome-icon-theme"
>>>
>>> SRC_URI = "http://gupnp.org/sites/all/files/sources/${BPN}-${PV}.tar.gz"
>>>
>>> -SRC_URI[md5sum] = "61b240c1a9fdf8ca82c5c3adde0d6757"
>>> -SRC_URI[sha256sum] =
>> "1b77201866b7632fb68bc2a3bdea22ef8ead34ba850b3ee367797432cfc0f04a"
>>> +SRC_URI[md5sum] = "021bb237741532af4bca50157ff326e4"
>>> +SRC_URI[sha256sum] =
>> "f01a1f4fd36ce161a3df29fa83e1a0a2fb40d3c9f30f6b403e7791688ad24cfe"
>>>
>>> PR = "r0"
>>>
>>> @@ -19,6 +19,9 @@ inherit autotools pkgconfig
>>> FILES_${PN} = "${libdir}/*.so.*"
>>> FILES_${PN}-dev += "${bindir}/gupnp-binding-tool"
>>>
>>> +do_configure_prepend() {
>>> + sed -i -e
>> 's:GOBJECT_INTROSPECTION_CHECK(\[0.6.4\]):AM_CONDITIONAL([HAVE_INTR
>> OSPECTION], [false]):g' ${S}/configure.ac
>>> +}
>>> SYSROOT_PREPROCESS_FUNCS += "gupnp_sysroot_preprocess"
>>
>> Does adding 'gobject-introspection' to DEPENDS or --disable-introspection to
>> EXTRA_OECONF fix the build issue?
>
> "--disable-introspection to EXTRA_OECONF" didn't fix the configure issue.
> Adding depends is my first option, but that will trigger a do_compile failure of 'gobject-introspection'.
> So decide to upgrade it to the latest version in this way.
>
Can you look into correctly fixing the gobject-introspection instead of
leaving it broken? That's another option to fix this problem.
Sau!
> Thanks
> Lei
>
>>
>> regards,
>>
>> Koen
>> _______________________________________________
>> Openembedded-core mailing list
>> Openembedded-core@lists.openembedded.org
>> http://lists.linuxtogo.org/cgi-bin/mailman/listinfo/openembedded-core
>
> _______________________________________________
> Openembedded-core mailing list
> Openembedded-core@lists.openembedded.org
> http://lists.linuxtogo.org/cgi-bin/mailman/listinfo/openembedded-core
>
^ permalink raw reply [flat|nested] 5+ messages in thread
end of thread, other threads:[~2011-06-24 23:00 UTC | newest]
Thread overview: 5+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2011-06-14 5:59 [PATCH 0/1]gupnp: upgrade from 0.16.0 to 0.16.1 Mei Lei
2011-06-14 5:59 ` [PATCH 1/1] gupnp: " Mei Lei
2011-06-14 7:45 ` Koen Kooi
2011-06-14 8:04 ` Mei, Lei
2011-06-24 22:56 ` Saul Wold
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox