diff options
author | Robert Yang <liezhi.yang@windriver.com> | 2015-01-27 21:38:18 -0800 |
---|---|---|
committer | Richard Purdie <richard.purdie@linuxfoundation.org> | 2015-02-03 14:53:52 +0000 |
commit | 2bb31f17c76aa42d3e719acb135f0fb72d68482d (patch) | |
tree | 58bf0dcd57e75133c457bfd0ebad700128c9c4bb /meta/recipes-bsp | |
parent | 92cf495979abf9857684fb48bc07c1cb3507adf2 (diff) | |
download | poky-2bb31f17c76aa42d3e719acb135f0fb72d68482d.tar.gz |
pcmciautils: fix SRC_URI and HOMEPAGE
Fixed:
WARNING: Failed to fetch URL http://kernel.org/pub/linux/utils/kernel/pcmcia/pcmciautils-018.tar.bz2, attempting MIRRORS if available
The pcmciautils-018.tar.bz2 is gone from kernel.org.
(From OE-Core rev: 315b22be7540c18d53477738647bf184ecdfb837)
Signed-off-by: Robert Yang <liezhi.yang@windriver.com>
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
Diffstat (limited to 'meta/recipes-bsp')
-rw-r--r-- | meta/recipes-bsp/pcmciautils/pcmciautils.inc | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/meta/recipes-bsp/pcmciautils/pcmciautils.inc b/meta/recipes-bsp/pcmciautils/pcmciautils.inc index eafe82045c..04056e39c6 100644 --- a/meta/recipes-bsp/pcmciautils/pcmciautils.inc +++ b/meta/recipes-bsp/pcmciautils/pcmciautils.inc | |||
@@ -1,5 +1,5 @@ | |||
1 | SUMMARY = "Linux kernel userland utilities for the PCMCIA subsystem" | 1 | SUMMARY = "Linux kernel userland utilities for the PCMCIA subsystem" |
2 | HOMEPAGE = "http://kernel.org/pub/linux/utils/kernel/pcmcia/pcmcia.html" | 2 | HOMEPAGE = "https://www.kernel.org/pub/linux/utils/kernel/pcmcia/" |
3 | SECTION = "kernel/userland" | 3 | SECTION = "kernel/userland" |
4 | 4 | ||
5 | LICENSE = "GPLv2" | 5 | LICENSE = "GPLv2" |
@@ -8,7 +8,7 @@ LIC_FILES_CHKSUM = "file://COPYING;md5=94d55d512a9ba36caa9b7df079bae19f" | |||
8 | DEPENDS = "udev sysfsutils flex-native" | 8 | DEPENDS = "udev sysfsutils flex-native" |
9 | RDEPENDS_${PN} = "udev module-init-tools" | 9 | RDEPENDS_${PN} = "udev module-init-tools" |
10 | 10 | ||
11 | SRC_URI = "${KERNELORG_MIRROR}/linux/utils/kernel/pcmcia/pcmciautils-${PV}.tar.bz2" | 11 | SRC_URI = "http://mirror.linux.org.au/linux/utils/kernel/pcmcia/${BP}.tar.bz2" |
12 | 12 | ||
13 | S = "${WORKDIR}/pcmciautils-${PV}" | 13 | S = "${WORKDIR}/pcmciautils-${PV}" |
14 | 14 | ||