diff options
-rw-r--r-- | meta/recipes-bsp/pcmciautils/pcmciautils.inc | 2 | ||||
-rw-r--r-- | meta/recipes-bsp/pcmciautils/pcmciautils_018.bb | 4 |
2 files changed, 3 insertions, 3 deletions
diff --git a/meta/recipes-bsp/pcmciautils/pcmciautils.inc b/meta/recipes-bsp/pcmciautils/pcmciautils.inc index 9d1c55bbad..581bff417b 100644 --- a/meta/recipes-bsp/pcmciautils/pcmciautils.inc +++ b/meta/recipes-bsp/pcmciautils/pcmciautils.inc | |||
@@ -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 = "http://mirror.linux.org.au/linux/utils/kernel/pcmcia/${BP}.tar.bz2" | 11 | SRC_URI = "${KERNELORG_MIRROR}/linux/utils/kernel/pcmcia/${BP}.tar.xz" |
12 | 12 | ||
13 | S = "${WORKDIR}/pcmciautils-${PV}" | 13 | S = "${WORKDIR}/pcmciautils-${PV}" |
14 | 14 | ||
diff --git a/meta/recipes-bsp/pcmciautils/pcmciautils_018.bb b/meta/recipes-bsp/pcmciautils/pcmciautils_018.bb index d3dde7e041..3556a45cf4 100644 --- a/meta/recipes-bsp/pcmciautils/pcmciautils_018.bb +++ b/meta/recipes-bsp/pcmciautils/pcmciautils_018.bb | |||
@@ -5,8 +5,8 @@ SRC_URI += "file://makefile_fix.patch \ | |||
5 | file://lex_sys_types.patch \ | 5 | file://lex_sys_types.patch \ |
6 | " | 6 | " |
7 | 7 | ||
8 | SRC_URI[md5sum] = "5d85669b3440baa4532363da6caaf1b4" | 8 | SRC_URI[md5sum] = "885431c3cefb76ffdad8cb985134e996" |
9 | SRC_URI[sha256sum] = "79e6ae441278e178c07501d492394ed2c0326fdb66894f6d040ec811b0dc8ed5" | 9 | SRC_URI[sha256sum] = "57c27be8f04ef4d535bcfa988567316cc57659fe69068327486dab53791e6558" |
10 | 10 | ||
11 | PR = "r1" | 11 | PR = "r1" |
12 | 12 | ||