diff options
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 | ||