All of lore.kernel.org
 help / color / mirror / Atom feed
* [meta-selinux][PATCH 1/2] ustr: Get source from official upstream instead of Fedora Project
@ 2014-11-20  8:43 Qian Lei
  2014-11-20  8:43 ` [meta-selinux][PATCH 2/2] ustr: Add a new patch Qian Lei
  2015-01-12 20:00 ` [meta-selinux][PATCH 1/2] ustr: Get source from official upstream instead of Fedora Project Joe MacDonald
  0 siblings, 2 replies; 3+ messages in thread
From: Qian Lei @ 2014-11-20  8:43 UTC (permalink / raw)
  To: yocto; +Cc: openembedded-devel

Official upstream is still OK, so we use it first

Signed-off-by: Qian Lei <qianl.fnst@cn.fujitsu.com>
---
 recipes-extended/ustr/ustr_1.0.4.bb | 5 +----
 1 file changed, 1 insertion(+), 4 deletions(-)

diff --git a/recipes-extended/ustr/ustr_1.0.4.bb b/recipes-extended/ustr/ustr_1.0.4.bb
index 6651a73..d1f3d93 100644
--- a/recipes-extended/ustr/ustr_1.0.4.bb
+++ b/recipes-extended/ustr/ustr_1.0.4.bb
@@ -11,11 +11,8 @@ LIC_FILES_CHKSUM = "file://LICENSE;md5=c79c6e2ae13418d16d7dc82df960a1e7 \
 		    file://LICENSE_LGPL;md5=d8045f3b8f929c1cb29a1e3fd737b499 \
 		    file://LICENSE_MIT;md5=c61e779b782608472bd87593c3c3916f"
 
-# Official upstream seems to be offline.. replace w/ a Fedora Project mirror.
-# http://www.and.org/ustr/1.0.4/ustr-1.0.4.tar.bz2 
-
 SRC_URI = "\
-    http://pkgs.fedoraproject.org/repo/pkgs/ustr/ustr-1.0.4.tar.bz2/93147d9f0c9765d4cd0f04f7e44bdfce/ustr-1.0.4.tar.bz2 \
+    http://www.and.org/ustr/${PV}/${PN}-${PV}.tar.bz2 \
     file://ustr-makefile-fix.patch;patch=1 \
     file://ustr-fix__va_copy-not-defined.patch;patch=2"
 SRC_URI[md5sum] = "93147d9f0c9765d4cd0f04f7e44bdfce"
-- 
1.8.3.1



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

end of thread, other threads:[~2015-01-12 20:00 UTC | newest]

Thread overview: 3+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2014-11-20  8:43 [meta-selinux][PATCH 1/2] ustr: Get source from official upstream instead of Fedora Project Qian Lei
2014-11-20  8:43 ` [meta-selinux][PATCH 2/2] ustr: Add a new patch Qian Lei
2015-01-12 20:00 ` [meta-selinux][PATCH 1/2] ustr: Get source from official upstream instead of Fedora Project Joe MacDonald

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.