diff options
author | Marcin Juszkiewicz <hrw@openembedded.org> | 2006-12-12 14:45:04 +0000 |
---|---|---|
committer | Marcin Juszkiewicz <hrw@openembedded.org> | 2006-12-12 14:45:04 +0000 |
commit | 288adb52fd3f802deafa9b19257b3eff610f97b2 (patch) | |
tree | 8df96cdeca5facd967e9075eb68ea998a010fa63 /packages/pciutils | |
parent | b0a43ea3285ed66e700ea9789b654ec9ba1f59ac (diff) |
many files: KERNELORG_MIRROR variable created
Diffstat (limited to 'packages/pciutils')
-rw-r--r-- | packages/pciutils/pciutils_2.1.11.bb | 2 | ||||
-rw-r--r-- | packages/pciutils/pciutils_2.2.4.bb | 2 |
2 files changed, 2 insertions, 2 deletions
diff --git a/packages/pciutils/pciutils_2.1.11.bb b/packages/pciutils/pciutils_2.1.11.bb index ce9979ca91..22bf67d03a 100644 --- a/packages/pciutils/pciutils_2.1.11.bb +++ b/packages/pciutils/pciutils_2.1.11.bb @@ -10,7 +10,7 @@ PR="r3" PARALLEL_MAKE = "" FILES_pciutils-ids="${prefix}/share/pci.ids" PACKAGES =+ "pciutils-ids" -SRC_URI = "ftp://ftp.kernel.org/pub/software/utils/pciutils/pciutils-${PV}.tar.bz2 \ +SRC_URI = "${KERNELORG_MIRROR}/pub/software/utils/pciutils/pciutils-${PV}.tar.bz2 \ file://configure.patch;patch=1 \ file://configure-uclibc.patch;patch=1 \ file://pcimodules-pciutils-2.1.11.diff;patch=1" diff --git a/packages/pciutils/pciutils_2.2.4.bb b/packages/pciutils/pciutils_2.2.4.bb index ce683a152a..57d9e2089f 100644 --- a/packages/pciutils/pciutils_2.2.4.bb +++ b/packages/pciutils/pciutils_2.2.4.bb @@ -6,7 +6,7 @@ HOMEPAGE = "http://atrey.karlin.mff.cuni.cz/~mj/pciutils.shtml" LICENSE = "GPLv2" DEPENDS = "zlib" -SRC_URI = "ftp://ftp.kernel.org/pub/software/utils/pciutils/pciutils-${PV}.tar.bz2 \ +SRC_URI = "${KERNELORG_MIRROR}/pub/software/utils/pciutils/pciutils-${PV}.tar.bz2 \ file://configure.patch;patch=1 \ file://pcimodules-pciutils.diff;patch=1" |