* [PATCH] libproxy_0.4.7 do_unpack failed of qemuppc_world
@ 2013-06-17 6:30 jackie.huang
2013-06-17 7:02 ` Khem Raj
0 siblings, 1 reply; 4+ messages in thread
From: jackie.huang @ 2013-06-17 6:30 UTC (permalink / raw)
To: openembedded-core
From: Jackie Huang <jackie.huang@windriver.com>
The tarball from upstream shows many lines of....
tar: Ignoring unknown extended header keyword
`LIBARCHIVE.xattr.security.selinux'
tar: Ignoring unknown extended header keyword `SCHILY.dev'
tar: Ignoring unknown extended header keyword `SCHILY.ino'
tar: Ignoring unknown extended header keyword `SCHILY.nlink'
Replacing it with the .zip file from upstream
Signed-off-by: Amy Fong <amy.fong@windriver.com>
Signed-off-by: Jackie Huang <jackie.huang@windriver.com>
---
meta/recipes-support/libproxy/libproxy_0.4.7.bb | 8 ++++----
1 files changed, 4 insertions(+), 4 deletions(-)
diff --git a/meta/recipes-support/libproxy/libproxy_0.4.7.bb b/meta/recipes-support/libproxy/libproxy_0.4.7.bb
index 89f22b8..30abc27 100644
--- a/meta/recipes-support/libproxy/libproxy_0.4.7.bb
+++ b/meta/recipes-support/libproxy/libproxy_0.4.7.bb
@@ -8,16 +8,16 @@ LIC_FILES_CHKSUM = "file://COPYING;md5=7d7044444a7b1b116e8783edcdb44ff4 \
DEPENDS = "gconf glib-2.0"
-PR = "r5"
+PR = "r6"
-SRC_URI = "http://libproxy.googlecode.com/files/libproxy-${PV}.tar.gz \
+SRC_URI = "http://libproxy.googlecode.com/files/libproxy-${PV}.zip \
file://g++-namepace.patch \
file://libproxy_fix_for_gcc4.7.patch \
file://libproxy-0.4.7-CVE-2012-4504.patch \
"
-SRC_URI[md5sum] = "509e03a488a61cd62bfbaf3ab6a2a7a5"
-SRC_URI[sha256sum] = "8fe0a58810139ba3c2e186deccf3e68adcd127aa0e972b0862b30b3dde493797"
+SRC_URI[md5sum] = "62585570de17d10f03a5a63b701ffd52"
+SRC_URI[sha256sum] = "429a19c57d9990349d622beecc805b23051caa62a478066bff5d9a312a8937be"
inherit cmake pkgconfig
--
1.7.4.1
^ permalink raw reply related [flat|nested] 4+ messages in thread
* Re: [PATCH] libproxy_0.4.7 do_unpack failed of qemuppc_world
2013-06-17 6:30 [PATCH] libproxy_0.4.7 do_unpack failed of qemuppc_world jackie.huang
@ 2013-06-17 7:02 ` Khem Raj
2013-06-17 7:10 ` jhuang0
0 siblings, 1 reply; 4+ messages in thread
From: Khem Raj @ 2013-06-17 7:02 UTC (permalink / raw)
To: jackie.huang; +Cc: openembedded-core
On Jun 16, 2013, at 11:30 PM, jackie.huang@windriver.com wrote:
> From: Jackie Huang <jackie.huang@windriver.com>
>
> The tarball from upstream shows many lines of....
>
> tar: Ignoring unknown extended header keyword
> `LIBARCHIVE.xattr.security.selinux'
> tar: Ignoring unknown extended header keyword `SCHILY.dev'
> tar: Ignoring unknown extended header keyword `SCHILY.ino'
> tar: Ignoring unknown extended header keyword `SCHILY.nlink'
>
> Replacing it with the .zip file from upstream
maybe now it would better to add zip-native to DEPENDS ?
>
> Signed-off-by: Amy Fong <amy.fong@windriver.com>
> Signed-off-by: Jackie Huang <jackie.huang@windriver.com>
> ---
> meta/recipes-support/libproxy/libproxy_0.4.7.bb | 8 ++++----
> 1 files changed, 4 insertions(+), 4 deletions(-)
>
> diff --git a/meta/recipes-support/libproxy/libproxy_0.4.7.bb b/meta/recipes-support/libproxy/libproxy_0.4.7.bb
> index 89f22b8..30abc27 100644
> --- a/meta/recipes-support/libproxy/libproxy_0.4.7.bb
> +++ b/meta/recipes-support/libproxy/libproxy_0.4.7.bb
> @@ -8,16 +8,16 @@ LIC_FILES_CHKSUM = "file://COPYING;md5=7d7044444a7b1b116e8783edcdb44ff4 \
>
> DEPENDS = "gconf glib-2.0"
>
> -PR = "r5"
> +PR = "r6"
>
> -SRC_URI = "http://libproxy.googlecode.com/files/libproxy-${PV}.tar.gz \
> +SRC_URI = "http://libproxy.googlecode.com/files/libproxy-${PV}.zip \
> file://g++-namepace.patch \
> file://libproxy_fix_for_gcc4.7.patch \
> file://libproxy-0.4.7-CVE-2012-4504.patch \
> "
>
> -SRC_URI[md5sum] = "509e03a488a61cd62bfbaf3ab6a2a7a5"
> -SRC_URI[sha256sum] = "8fe0a58810139ba3c2e186deccf3e68adcd127aa0e972b0862b30b3dde493797"
> +SRC_URI[md5sum] = "62585570de17d10f03a5a63b701ffd52"
> +SRC_URI[sha256sum] = "429a19c57d9990349d622beecc805b23051caa62a478066bff5d9a312a8937be"
>
> inherit cmake pkgconfig
>
> --
> 1.7.4.1
>
> _______________________________________________
> Openembedded-core mailing list
> Openembedded-core@lists.openembedded.org
> http://lists.openembedded.org/mailman/listinfo/openembedded-core
^ permalink raw reply [flat|nested] 4+ messages in thread
* Re: [PATCH] libproxy_0.4.7 do_unpack failed of qemuppc_world
2013-06-17 7:02 ` Khem Raj
@ 2013-06-17 7:10 ` jhuang0
2013-06-17 7:12 ` Khem Raj
0 siblings, 1 reply; 4+ messages in thread
From: jhuang0 @ 2013-06-17 7:10 UTC (permalink / raw)
To: Khem Raj; +Cc: openembedded-core
On 6/17/2013 3:02 PM, Khem Raj wrote:
>
> On Jun 16, 2013, at 11:30 PM, jackie.huang@windriver.com wrote:
>
>> From: Jackie Huang <jackie.huang@windriver.com>
>>
>> The tarball from upstream shows many lines of....
>>
>> tar: Ignoring unknown extended header keyword
>> `LIBARCHIVE.xattr.security.selinux'
>> tar: Ignoring unknown extended header keyword `SCHILY.dev'
>> tar: Ignoring unknown extended header keyword `SCHILY.ino'
>> tar: Ignoring unknown extended header keyword `SCHILY.nlink'
>>
>> Replacing it with the .zip file from upstream
>
> maybe now it would better to add zip-native to DEPENDS ?
I think the base.bbclass have added this:
# unzip-native should already be staged before unpacking ZIP recipes
if ".zip" in srcuri:
d.appendVarFlag('do_unpack', 'depends', '
unzip-native:do_populate_sysroot')
Thanks,
Jackie
>
>>
>> Signed-off-by: Amy Fong <amy.fong@windriver.com>
>> Signed-off-by: Jackie Huang <jackie.huang@windriver.com>
>> ---
>> meta/recipes-support/libproxy/libproxy_0.4.7.bb | 8 ++++----
>> 1 files changed, 4 insertions(+), 4 deletions(-)
>>
>> diff --git a/meta/recipes-support/libproxy/libproxy_0.4.7.bb b/meta/recipes-support/libproxy/libproxy_0.4.7.bb
>> index 89f22b8..30abc27 100644
>> --- a/meta/recipes-support/libproxy/libproxy_0.4.7.bb
>> +++ b/meta/recipes-support/libproxy/libproxy_0.4.7.bb
>> @@ -8,16 +8,16 @@ LIC_FILES_CHKSUM = "file://COPYING;md5=7d7044444a7b1b116e8783edcdb44ff4 \
>>
>> DEPENDS = "gconf glib-2.0"
>>
>> -PR = "r5"
>> +PR = "r6"
>>
>> -SRC_URI = "http://libproxy.googlecode.com/files/libproxy-${PV}.tar.gz \
>> +SRC_URI = "http://libproxy.googlecode.com/files/libproxy-${PV}.zip \
>> file://g++-namepace.patch \
>> file://libproxy_fix_for_gcc4.7.patch \
>> file://libproxy-0.4.7-CVE-2012-4504.patch \
>> "
>>
>> -SRC_URI[md5sum] = "509e03a488a61cd62bfbaf3ab6a2a7a5"
>> -SRC_URI[sha256sum] = "8fe0a58810139ba3c2e186deccf3e68adcd127aa0e972b0862b30b3dde493797"
>> +SRC_URI[md5sum] = "62585570de17d10f03a5a63b701ffd52"
>> +SRC_URI[sha256sum] = "429a19c57d9990349d622beecc805b23051caa62a478066bff5d9a312a8937be"
>>
>> inherit cmake pkgconfig
>>
>> --
>> 1.7.4.1
>>
>> _______________________________________________
>> Openembedded-core mailing list
>> Openembedded-core@lists.openembedded.org
>> http://lists.openembedded.org/mailman/listinfo/openembedded-core
>
>
>
--
Jackie Huang
WIND RIVER | China Development Center
MSN:jackielily@hotmail.com
Tel: +86 8477 8594
Mobile: +86 138 1027 4745
^ permalink raw reply [flat|nested] 4+ messages in thread
* Re: [PATCH] libproxy_0.4.7 do_unpack failed of qemuppc_world
2013-06-17 7:10 ` jhuang0
@ 2013-06-17 7:12 ` Khem Raj
0 siblings, 0 replies; 4+ messages in thread
From: Khem Raj @ 2013-06-17 7:12 UTC (permalink / raw)
To: jhuang0; +Cc: openembedded-core
On Jun 17, 2013, at 12:10 AM, jhuang0 <jackie.huang@windriver.com> wrote:
> I think the base.bbclass have added this:
>
> # unzip-native should already be staged before unpacking ZIP recipes
> if ".zip" in srcuri:
> d.appendVarFlag('do_unpack', 'depends', ' unzip-native:do_populate_sysroot')
>
ok nice.
^ permalink raw reply [flat|nested] 4+ messages in thread
end of thread, other threads:[~2013-06-17 7:12 UTC | newest]
Thread overview: 4+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2013-06-17 6:30 [PATCH] libproxy_0.4.7 do_unpack failed of qemuppc_world jackie.huang
2013-06-17 7:02 ` Khem Raj
2013-06-17 7:10 ` jhuang0
2013-06-17 7:12 ` Khem Raj
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox