diff options
author | Tom Rini <tom_rini@mentor.com> | 2011-03-22 11:54:38 -0700 |
---|---|---|
committer | Richard Purdie <richard.purdie@linuxfoundation.org> | 2011-03-23 15:44:04 +0000 |
commit | d56080ff067d58d139fd68acded8c4688e50213c (patch) | |
tree | 352296237b1f12b20ec747e6b6eb5b0e56f71d86 /meta/recipes-core | |
parent | 4f85b60306769b6c588ca99e1ef19571bc5ca63f (diff) | |
download | poky-d56080ff067d58d139fd68acded8c4688e50213c.tar.gz |
Various: Update KERNELORG_MIRROR for consistency
In mirrors.bbclass we point into /pub but we don't in bitbake.conf.
All uses of KERNELORG_MIRROR look into /pub anyhow, so lets make
use of that.
(From OE-Core rev: 67a0c8f48b5ef2ae5fc712c9204e4e99818c8134)
Signed-off-by: Tom Rini <tom_rini@mentor.com>
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
Diffstat (limited to 'meta/recipes-core')
-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-core/util-linux/util-linux.inc | 2 |
3 files changed, 3 insertions, 3 deletions
diff --git a/meta/recipes-core/udev/udev-new.inc b/meta/recipes-core/udev/udev-new.inc index 3b0368a3c9..4faaae1b8d 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 = "${KERNELORG_MIRROR}/pub/linux/utils/kernel/hotplug/udev-${PV}.tar.gz \ | 18 | SRC_URI = "${KERNELORG_MIRROR}/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 6345ab0720..fde5050b5b 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 = "${KERNELORG_MIRROR}/pub/linux/utils/kernel/hotplug/udev-${PV}.tar.gz \ | 5 | SRC_URI = "${KERNELORG_MIRROR}/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-core/util-linux/util-linux.inc b/meta/recipes-core/util-linux/util-linux.inc index 861747d1f0..913bb1b090 100644 --- a/meta/recipes-core/util-linux/util-linux.inc +++ b/meta/recipes-core/util-linux/util-linux.inc | |||
@@ -18,7 +18,7 @@ DEPENDS_virtclass-native = "zlib-native ncurses-native lzo-native gettext-native | |||
18 | 18 | ||
19 | inherit autotools gettext | 19 | inherit autotools gettext |
20 | 20 | ||
21 | SRC_URI = "${KERNELORG_MIRROR}/pub/linux/utils/util-linux-ng/v${MAJOR_VERSION}/util-linux-ng-${PV}.tar.bz2 \ | 21 | SRC_URI = "${KERNELORG_MIRROR}/linux/utils/util-linux-ng/v${MAJOR_VERSION}/util-linux-ng-${PV}.tar.bz2 \ |
22 | file://MCONFIG \ | 22 | file://MCONFIG \ |
23 | file://swapargs.h \ | 23 | file://swapargs.h \ |
24 | file://defines.h \ | 24 | file://defines.h \ |