diff options
author | Tom Rini <tom_rini@mentor.com> | 2011-03-22 11:49:10 -0700 |
---|---|---|
committer | Richard Purdie <richard.purdie@linuxfoundation.org> | 2011-03-23 15:44:03 +0000 |
commit | 4f85b60306769b6c588ca99e1ef19571bc5ca63f (patch) | |
tree | 82cf95f98ca7cabf74588b3a61b75c210e16f1c7 | |
parent | bc7967f04161c90bd105e8e9921c55877bbbd114 (diff) | |
download | poky-4f85b60306769b6c588ca99e1ef19571bc5ca63f.tar.gz |
Various: Switch to KERNELORG_MIRROR
(From OE-Core rev: a0eeed089a5c185ef721b11828d4a27f0c03791c)
Signed-off-by: Tom Rini <tom_rini@mentor.com>
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
-rw-r--r-- | meta/recipes-bsp/pciutils/pciutils_3.1.7.bb | 2 | ||||
-rw-r--r-- | meta/recipes-connectivity/bluez/bluez4_4.82.bb | 2 | ||||
-rw-r--r-- | meta/recipes-connectivity/connman/connman-gnome_0.5.bb | 2 | ||||
-rw-r--r-- | meta/recipes-connectivity/connman/connman_0.65.bb | 2 | ||||
-rw-r--r-- | meta/recipes-connectivity/ofono/ofono_0.37.bb | 2 | ||||
-rw-r--r-- | meta/recipes-core/udev/udev-new.inc | 2 | ||||
-rw-r--r-- | meta/recipes-core/udev/udev_145.bb | 2 | ||||
-rw-r--r-- | meta/recipes-devtools/git/git.inc | 2 | ||||
-rw-r--r-- | meta/recipes-devtools/guilt/guilt-native_0.33.bb | 2 | ||||
-rw-r--r-- | meta/recipes-extended/man-pages/man-pages_3.32.bb | 2 | ||||
-rw-r--r-- | meta/recipes-extended/pam/libpam_1.1.3.bb | 2 | ||||
-rw-r--r-- | meta/recipes-kernel/kexec/kexec-tools.inc | 2 |
12 files changed, 12 insertions, 12 deletions
diff --git a/meta/recipes-bsp/pciutils/pciutils_3.1.7.bb b/meta/recipes-bsp/pciutils/pciutils_3.1.7.bb index 6f13ada43d..8c14ef4193 100644 --- a/meta/recipes-bsp/pciutils/pciutils_3.1.7.bb +++ b/meta/recipes-bsp/pciutils/pciutils_3.1.7.bb | |||
@@ -11,7 +11,7 @@ DEPENDS = "zlib" | |||
11 | RDEPENDS_${PN} = "${PN}-ids" | 11 | RDEPENDS_${PN} = "${PN}-ids" |
12 | PR = "r1" | 12 | PR = "r1" |
13 | 13 | ||
14 | SRC_URI = "ftp://ftp.kernel.org/pub/software/utils/pciutils/pciutils-${PV}.tar.bz2 \ | 14 | SRC_URI = "${KERNELORG_MIRROR}/pub/software/utils/pciutils/pciutils-${PV}.tar.bz2 \ |
15 | file://configure.patch \ | 15 | file://configure.patch \ |
16 | file://pcimodules-pciutils.diff \ | 16 | file://pcimodules-pciutils.diff \ |
17 | file://lib-build-fix.patch \ | 17 | file://lib-build-fix.patch \ |
diff --git a/meta/recipes-connectivity/bluez/bluez4_4.82.bb b/meta/recipes-connectivity/bluez/bluez4_4.82.bb index 9189a585f4..d10220c093 100644 --- a/meta/recipes-connectivity/bluez/bluez4_4.82.bb +++ b/meta/recipes-connectivity/bluez/bluez4_4.82.bb | |||
@@ -19,7 +19,7 @@ ASNEEDED = "" | |||
19 | PR = "r0" | 19 | PR = "r0" |
20 | 20 | ||
21 | SRC_URI = "\ | 21 | SRC_URI = "\ |
22 | http://www.kernel.org/pub/linux/bluetooth/bluez-${PV}.tar.gz \ | 22 | ${KERNELORG_MIRROR}/pub/linux/bluetooth/bluez-${PV}.tar.gz \ |
23 | file://fix-dfutool-usb-declaration-mismatch.patch;patch=1 \ | 23 | file://fix-dfutool-usb-declaration-mismatch.patch;patch=1 \ |
24 | file://sbc-thumb.patch;patch=1 \ | 24 | file://sbc-thumb.patch;patch=1 \ |
25 | file://bluetooth.conf \ | 25 | file://bluetooth.conf \ |
diff --git a/meta/recipes-connectivity/connman/connman-gnome_0.5.bb b/meta/recipes-connectivity/connman/connman-gnome_0.5.bb index dc5527b026..beeab5c268 100644 --- a/meta/recipes-connectivity/connman/connman-gnome_0.5.bb +++ b/meta/recipes-connectivity/connman/connman-gnome_0.5.bb | |||
@@ -10,7 +10,7 @@ PR = "r4" | |||
10 | 10 | ||
11 | RRECOMMENDS_${PN} = "python python-dbus connman connman-plugin-ethernet connman-plugin-loopback connman-plugin-udhcp connman-plugin-wifi connman-plugin-fake connman-plugin-bluetooth connman-plugin-dnsproxy" | 11 | RRECOMMENDS_${PN} = "python python-dbus connman connman-plugin-ethernet connman-plugin-loopback connman-plugin-udhcp connman-plugin-wifi connman-plugin-fake connman-plugin-bluetooth connman-plugin-dnsproxy" |
12 | 12 | ||
13 | SRC_URI = "http://www.kernel.org/pub/linux/network/connman/connman-gnome-${PV}.tar.gz \ | 13 | SRC_URI = "${KERNELORG_MIRROR}/pub/linux/network/connman/connman-gnome-${PV}.tar.gz \ |
14 | file://connman-gnome.patch \ | 14 | file://connman-gnome.patch \ |
15 | file://remove-connman-property-desktop-file.patch \ | 15 | file://remove-connman-property-desktop-file.patch \ |
16 | file://service_name_update.patch \ | 16 | file://service_name_update.patch \ |
diff --git a/meta/recipes-connectivity/connman/connman_0.65.bb b/meta/recipes-connectivity/connman/connman_0.65.bb index 8bb84a1cf2..6addc95466 100644 --- a/meta/recipes-connectivity/connman/connman_0.65.bb +++ b/meta/recipes-connectivity/connman/connman_0.65.bb | |||
@@ -19,7 +19,7 @@ EXTRA_OECONF += "\ | |||
19 | --prefix=/usr --sysconfdir=/etc --localstatedir=/var" | 19 | --prefix=/usr --sysconfdir=/etc --localstatedir=/var" |
20 | 20 | ||
21 | SRC_URI = "\ | 21 | SRC_URI = "\ |
22 | http://www.kernel.org/pub/linux/network/connman/connman-${PV}.tar.gz \ | 22 | ${KERNELORG_MIRROR}/pub/linux/network/connman/connman-${PV}.tar.gz \ |
23 | file://fix-shutdown-ap-disconnect.patch \ | 23 | file://fix-shutdown-ap-disconnect.patch \ |
24 | file://add_xuser_dbus_permission.patch \ | 24 | file://add_xuser_dbus_permission.patch \ |
25 | file://connman \ | 25 | file://connman \ |
diff --git a/meta/recipes-connectivity/ofono/ofono_0.37.bb b/meta/recipes-connectivity/ofono/ofono_0.37.bb index 1c1c50111d..7d50c9db35 100644 --- a/meta/recipes-connectivity/ofono/ofono_0.37.bb +++ b/meta/recipes-connectivity/ofono/ofono_0.37.bb | |||
@@ -2,7 +2,7 @@ require ofono.inc | |||
2 | 2 | ||
3 | PR = "r0" | 3 | PR = "r0" |
4 | 4 | ||
5 | SRC_URI = "http://www.kernel.org/pub/linux/network/ofono/${P}.tar.bz2 \ | 5 | SRC_URI = "${KERNELORG_MIRROR}/pub/linux/network/ofono/${P}.tar.bz2 \ |
6 | file://ofono" | 6 | file://ofono" |
7 | 7 | ||
8 | SRC_URI[md5sum] = "fa9a6f91506db2ac5bf313ff0bde65f3" | 8 | SRC_URI[md5sum] = "fa9a6f91506db2ac5bf313ff0bde65f3" |
diff --git a/meta/recipes-core/udev/udev-new.inc b/meta/recipes-core/udev/udev-new.inc index 9fcf86af21..3b0368a3c9 100644 --- a/meta/recipes-core/udev/udev-new.inc +++ b/meta/recipes-core/udev/udev-new.inc | |||
@@ -15,7 +15,7 @@ RPROVIDES_${PN} = "hotplug" | |||
15 | RRECOMMENDS_${PN} += "udev-extraconf udev-cache usbutils-ids pciutils-ids" | 15 | RRECOMMENDS_${PN} += "udev-extraconf udev-cache usbutils-ids pciutils-ids" |
16 | RDEPENDS_libudev = "${PN} (= ${EXTENDPV})" | 16 | RDEPENDS_libudev = "${PN} (= ${EXTENDPV})" |
17 | 17 | ||
18 | SRC_URI = "http://kernel.org/pub/linux/utils/kernel/hotplug/udev-${PV}.tar.gz \ | 18 | SRC_URI = "${KERNELORG_MIRROR}/pub/linux/utils/kernel/hotplug/udev-${PV}.tar.gz \ |
19 | file://run.rules \ | 19 | file://run.rules \ |
20 | file://udev.rules \ | 20 | file://udev.rules \ |
21 | file://devfs-udev.rules \ | 21 | file://devfs-udev.rules \ |
diff --git a/meta/recipes-core/udev/udev_145.bb b/meta/recipes-core/udev/udev_145.bb index e26660b209..6345ab0720 100644 --- a/meta/recipes-core/udev/udev_145.bb +++ b/meta/recipes-core/udev/udev_145.bb | |||
@@ -2,7 +2,7 @@ RPROVIDES_${PN} = "hotplug" | |||
2 | 2 | ||
3 | PR = "r10" | 3 | PR = "r10" |
4 | 4 | ||
5 | SRC_URI = "http://kernel.org/pub/linux/utils/kernel/hotplug/udev-${PV}.tar.gz \ | 5 | SRC_URI = "${KERNELORG_MIRROR}/pub/linux/utils/kernel/hotplug/udev-${PV}.tar.gz \ |
6 | file://enable-gudev.patch;patch=1 \ | 6 | file://enable-gudev.patch;patch=1 \ |
7 | file://run.rules \ | 7 | file://run.rules \ |
8 | " | 8 | " |
diff --git a/meta/recipes-devtools/git/git.inc b/meta/recipes-devtools/git/git.inc index da4541dd40..543d33e845 100644 --- a/meta/recipes-devtools/git/git.inc +++ b/meta/recipes-devtools/git/git.inc | |||
@@ -3,7 +3,7 @@ SECTION = "console/utils" | |||
3 | LICENSE = "GPLv2" | 3 | LICENSE = "GPLv2" |
4 | DEPENDS = "perl-native openssl curl zlib expat" | 4 | DEPENDS = "perl-native openssl curl zlib expat" |
5 | 5 | ||
6 | SRC_URI = "http://www.kernel.org/pub/software/scm/git/git-${PV}.tar.bz2 \ | 6 | SRC_URI = "${KERNELORG_MIRROR}/pub/software/scm/git/git-${PV}.tar.bz2 \ |
7 | file://autotools.patch;patch=1" | 7 | file://autotools.patch;patch=1" |
8 | S = "${WORKDIR}/git-${PV}" | 8 | S = "${WORKDIR}/git-${PV}" |
9 | 9 | ||
diff --git a/meta/recipes-devtools/guilt/guilt-native_0.33.bb b/meta/recipes-devtools/guilt/guilt-native_0.33.bb index fad0340ecc..37bca284d0 100644 --- a/meta/recipes-devtools/guilt/guilt-native_0.33.bb +++ b/meta/recipes-devtools/guilt/guilt-native_0.33.bb | |||
@@ -8,7 +8,7 @@ PV = "0.33" | |||
8 | 8 | ||
9 | inherit native | 9 | inherit native |
10 | 10 | ||
11 | SRC_URI = "http://www.kernel.org/pub/linux/kernel/people/jsipek/guilt/guilt-${PV}.tar.gz\ | 11 | SRC_URI = "${KERNELORG_MIRROR}/pub/linux/kernel/people/jsipek/guilt/guilt-${PV}.tar.gz\ |
12 | file://guilt-push.patch \ | 12 | file://guilt-push.patch \ |
13 | file://guilt-pop.patch \ | 13 | file://guilt-pop.patch \ |
14 | file://guilt.patch \ | 14 | file://guilt.patch \ |
diff --git a/meta/recipes-extended/man-pages/man-pages_3.32.bb b/meta/recipes-extended/man-pages/man-pages_3.32.bb index 3c069f2eac..03c057c6d0 100644 --- a/meta/recipes-extended/man-pages/man-pages_3.32.bb +++ b/meta/recipes-extended/man-pages/man-pages_3.32.bb | |||
@@ -7,7 +7,7 @@ LICENSE = "GPL" | |||
7 | PR = "r1" | 7 | PR = "r1" |
8 | 8 | ||
9 | LIC_FILES_CHKSUM = "file://README;md5=0422377a748010b2b738342e24f141c1" | 9 | LIC_FILES_CHKSUM = "file://README;md5=0422377a748010b2b738342e24f141c1" |
10 | SRC_URI = "http://www.kernel.org/pub/linux/docs/man-pages/Archive/${BPN}-${PV}.tar.gz" | 10 | SRC_URI = "${KERNELORG_MIRROR}/pub/linux/docs/man-pages/Archive/${BPN}-${PV}.tar.gz" |
11 | 11 | ||
12 | SRC_URI[md5sum] = "cc6c2d4d4eb364fd8da718c412db09d4" | 12 | SRC_URI[md5sum] = "cc6c2d4d4eb364fd8da718c412db09d4" |
13 | SRC_URI[sha256sum] = "61ef2fc36421e72eb92d1f533576a439a2fcdae20269393f740dd98abd8be519" | 13 | SRC_URI[sha256sum] = "61ef2fc36421e72eb92d1f533576a439a2fcdae20269393f740dd98abd8be519" |
diff --git a/meta/recipes-extended/pam/libpam_1.1.3.bb b/meta/recipes-extended/pam/libpam_1.1.3.bb index 7a8b29a93c..d5b4877153 100644 --- a/meta/recipes-extended/pam/libpam_1.1.3.bb +++ b/meta/recipes-extended/pam/libpam_1.1.3.bb | |||
@@ -15,7 +15,7 @@ DEPENDS = "bison flex" | |||
15 | RDEPENDS_${PN}-runtime = "libpam pam-plugin-deny pam-plugin-permit pam-plugin-warn pam-plugin-unix" | 15 | RDEPENDS_${PN}-runtime = "libpam pam-plugin-deny pam-plugin-permit pam-plugin-warn pam-plugin-unix" |
16 | RRECOMMENDS_${PN} = "libpam-runtime" | 16 | RRECOMMENDS_${PN} = "libpam-runtime" |
17 | 17 | ||
18 | SRC_URI = "http://www.kernel.org/pub/linux/libs/pam/library/Linux-PAM-${PV}.tar.bz2 \ | 18 | SRC_URI = "${KERNELORG_MIRROR}/pub/linux/libs/pam/library/Linux-PAM-${PV}.tar.bz2 \ |
19 | file://99_pam \ | 19 | file://99_pam \ |
20 | file://pam.d/*" | 20 | file://pam.d/*" |
21 | 21 | ||
diff --git a/meta/recipes-kernel/kexec/kexec-tools.inc b/meta/recipes-kernel/kexec/kexec-tools.inc index bbe510714e..742fc2fe7f 100644 --- a/meta/recipes-kernel/kexec/kexec-tools.inc +++ b/meta/recipes-kernel/kexec/kexec-tools.inc | |||
@@ -8,7 +8,7 @@ LIC_FILES_CHKSUM = "file://COPYING;md5=ea5bed2f60d357618ca161ad539f7c0a \ | |||
8 | file://kexec/kexec.c;beginline=1;endline=20;md5=af10f6ae4a8715965e648aa687ad3e09" | 8 | file://kexec/kexec.c;beginline=1;endline=20;md5=af10f6ae4a8715965e648aa687ad3e09" |
9 | DEPENDS = "virtual/kernel zlib" | 9 | DEPENDS = "virtual/kernel zlib" |
10 | 10 | ||
11 | SRC_URI = "http://kernel.org/pub/linux/utils/kernel/kexec/kexec-tools-${PV}.tar.gz" | 11 | SRC_URI = "${KERNELORG_MIRROR}/pub/linux/utils/kernel/kexec/kexec-tools-${PV}.tar.gz" |
12 | 12 | ||
13 | inherit autotools | 13 | inherit autotools |
14 | 14 | ||