diff options
author | Koen Kooi <koen@openembedded.org> | 2006-12-12 20:27:47 +0000 |
---|---|---|
committer | Koen Kooi <koen@openembedded.org> | 2006-12-12 20:27:47 +0000 |
commit | 44fd0a5b1ae5367de691e3437ae9832d800c22e7 (patch) | |
tree | 109ae8782937b1d768db72b56496fe921bc912d4 /packages/hotplug-ng | |
parent | 33a1e2e14f1d92a015887d13ff228e2771573683 (diff) | |
parent | 3eda560ee66482cb9954d538b5c2743942dda260 (diff) |
merge of '45fb4fa94d52a65c3a3fa636c6122139173dfa8d'
and 'aa6010d679e0e80d63f4e63191b66e5759482858'
Diffstat (limited to 'packages/hotplug-ng')
-rw-r--r-- | packages/hotplug-ng/hotplug-ng_001.bb | 2 | ||||
-rw-r--r-- | packages/hotplug-ng/hotplug-ng_002.bb | 2 |
2 files changed, 2 insertions, 2 deletions
diff --git a/packages/hotplug-ng/hotplug-ng_001.bb b/packages/hotplug-ng/hotplug-ng_001.bb index 2a10df6886..c76c0f06eb 100644 --- a/packages/hotplug-ng/hotplug-ng_001.bb +++ b/packages/hotplug-ng/hotplug-ng_001.bb @@ -7,7 +7,7 @@ RCONFLICTS = "hotplug" RREPLACES = "hotplug" PR = "r1" -SRC_URI = "http://www.kernel.org/pub/linux/utils/kernel/hotplug/hotplug-ng-${PV}.tar.gz \ +SRC_URI = "${KERNELORG_MIRROR}/pub/linux/utils/kernel/hotplug/hotplug-ng-${PV}.tar.gz \ file://flags.patch;patch=1" S = "${WORKDIR}/hotplug-ng-${PV}" diff --git a/packages/hotplug-ng/hotplug-ng_002.bb b/packages/hotplug-ng/hotplug-ng_002.bb index 2b6b1d4a45..3c5014be9a 100644 --- a/packages/hotplug-ng/hotplug-ng_002.bb +++ b/packages/hotplug-ng/hotplug-ng_002.bb @@ -6,7 +6,7 @@ RPROVIDES_${PN} = "hotplug" RCONFLICTS_${PN} = "hotplug" RREPLACES_${PN} = "hotplug" -SRC_URI = "http://www.kernel.org/pub/linux/utils/kernel/hotplug/hotplug-ng-${PV}.tar.gz" +SRC_URI = "${KERNELORG_MIRROR}/pub/linux/utils/kernel/hotplug/hotplug-ng-${PV}.tar.gz" #S = "${WORKDIR}/hotplug-ng-${PV}" |