All of lore.kernel.org
 help / color / mirror / Atom feed
* [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

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 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.