summaryrefslogtreecommitdiffstats
path: root/meta/recipes-extended/pax/pax_3.4.bb
diff options
context:
space:
mode:
authorRobert Yang <liezhi.yang@windriver.com>2015-01-27 21:38:18 -0800
committerRichard Purdie <richard.purdie@linuxfoundation.org>2015-02-03 14:53:52 +0000
commita4ae55d84e6edb7f86fa6e589f0fcf49dc2d0dde (patch)
treee4b2c262aa368026b3644a9b186f120b5a647354 /meta/recipes-extended/pax/pax_3.4.bb
parent77755375f9af842b31545babfce88a00c2195db0 (diff)
downloadpoky-a4ae55d84e6edb7f86fa6e589f0fcf49dc2d0dde.tar.gz
pax: fix SRC_URI and HOMEPAGE
Fixed: WARNING: Failed to fetch URL ftp://ftp.suse.com/pub/people/kukuk/pax/pax-3.4.tar.bz2, attempting MIRRORS if available (From OE-Core rev: 3fa94ef9685651b9fe812e122748ebac1cf66471) Signed-off-by: Robert Yang <liezhi.yang@windriver.com> Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
Diffstat (limited to 'meta/recipes-extended/pax/pax_3.4.bb')
-rw-r--r--meta/recipes-extended/pax/pax_3.4.bb4
1 files changed, 2 insertions, 2 deletions
diff --git a/meta/recipes-extended/pax/pax_3.4.bb b/meta/recipes-extended/pax/pax_3.4.bb
index 0c10688feb..ad04871a8e 100644
--- a/meta/recipes-extended/pax/pax_3.4.bb
+++ b/meta/recipes-extended/pax/pax_3.4.bb
@@ -1,6 +1,6 @@
1SUMMARY = "Portable Archive eXchange" 1SUMMARY = "Portable Archive eXchange"
2DESCRIPTION = "pax (Portable Archive eXchange) is the POSIX standard archive tool" 2DESCRIPTION = "pax (Portable Archive eXchange) is the POSIX standard archive tool"
3HOMEPAGE = "http://www.openbsd.org/cgi-bin/cvsweb/src/bin/pax/" 3HOMEPAGE = "http://cvsweb.openbsd.org/cgi-bin/cvsweb/src/bin/pax/"
4BUGTRACKER = "http://www.openbsd.org/query-pr.html" 4BUGTRACKER = "http://www.openbsd.org/query-pr.html"
5 5
6LICENSE = "BSD" 6LICENSE = "BSD"
@@ -12,7 +12,7 @@ LIC_FILES_CHKSUM = "file://COPYING;md5=4b0b674dfdc56daa3832d4069b820ea0 \
12SECTION = "base" 12SECTION = "base"
13PR = "r2" 13PR = "r2"
14 14
15SRC_URI = "ftp://ftp.suse.com/pub/people/kukuk/pax/pax-${PV}.tar.bz2 \ 15SRC_URI = "http://pkgs.fedoraproject.org/repo/pkgs/${BPN}/${BP}.tar.bz2/fbd9023b590b45ac3ade95870702a0d6/${BP}.tar.bz2 \
16 file://fix_for_compile_with_gcc-4.6.0.patch \ 16 file://fix_for_compile_with_gcc-4.6.0.patch \
17 file://pax-3.4_fix_for_x32.patch" 17 file://pax-3.4_fix_for_x32.patch"
18 18