diff options
author | Qian Lei <qianl.fnst@cn.fujitsu.com> | 2014-11-20 16:43:56 +0800 |
---|---|---|
committer | Joe MacDonald <joe_macdonald@mentor.com> | 2015-01-12 11:51:54 -0500 |
commit | 72724654068c659ad44fa6e783c83334041aeefc (patch) | |
tree | 69ba0a0a77dbb54dec8fa1d4965d5f9268486120 | |
parent | ee3e443eee7e8f7f85b1ec969cab9ee47178a4c7 (diff) | |
download | meta-selinux-72724654068c659ad44fa6e783c83334041aeefc.tar.gz |
ustr: Get source from official upstream instead of Fedora Project
Official upstream is still OK, so we use it first
Signed-off-by: Qian Lei <qianl.fnst@cn.fujitsu.com>
Signed-off-by: Joe MacDonald <joe_macdonald@mentor.com>
-rw-r--r-- | recipes-extended/ustr/ustr_1.0.4.bb | 5 |
1 files changed, 1 insertions, 4 deletions
diff --git a/recipes-extended/ustr/ustr_1.0.4.bb b/recipes-extended/ustr/ustr_1.0.4.bb index 6651a73..34bb4ce 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 \ | |||
11 | file://LICENSE_LGPL;md5=d8045f3b8f929c1cb29a1e3fd737b499 \ | 11 | file://LICENSE_LGPL;md5=d8045f3b8f929c1cb29a1e3fd737b499 \ |
12 | file://LICENSE_MIT;md5=c61e779b782608472bd87593c3c3916f" | 12 | file://LICENSE_MIT;md5=c61e779b782608472bd87593c3c3916f" |
13 | 13 | ||
14 | # Official upstream seems to be offline.. replace w/ a Fedora Project mirror. | ||
15 | # http://www.and.org/ustr/1.0.4/ustr-1.0.4.tar.bz2 | ||
16 | |||
17 | SRC_URI = "\ | 14 | SRC_URI = "\ |
18 | http://pkgs.fedoraproject.org/repo/pkgs/ustr/ustr-1.0.4.tar.bz2/93147d9f0c9765d4cd0f04f7e44bdfce/ustr-1.0.4.tar.bz2 \ | 15 | http://www.and.org/ustr/${BPV}/${BPN}-${PV}.tar.bz2 \ |
19 | file://ustr-makefile-fix.patch;patch=1 \ | 16 | file://ustr-makefile-fix.patch;patch=1 \ |
20 | file://ustr-fix__va_copy-not-defined.patch;patch=2" | 17 | file://ustr-fix__va_copy-not-defined.patch;patch=2" |
21 | SRC_URI[md5sum] = "93147d9f0c9765d4cd0f04f7e44bdfce" | 18 | SRC_URI[md5sum] = "93147d9f0c9765d4cd0f04f7e44bdfce" |