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/nis/nis.inc | |
parent | b0a43ea3285ed66e700ea9789b654ec9ba1f59ac (diff) |
many files: KERNELORG_MIRROR variable created
Diffstat (limited to 'packages/nis/nis.inc')
-rw-r--r-- | packages/nis/nis.inc | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/packages/nis/nis.inc b/packages/nis/nis.inc index 18dd00437a..45232881cb 100644 --- a/packages/nis/nis.inc +++ b/packages/nis/nis.inc @@ -10,7 +10,7 @@ PRIORITY ?= "optional" LICENSE ?= "GPL-2" # Override these *after* the include file if necessary! -SRC_URI = "ftp://ftp.kernel.org/pub/linux/utils/net/NIS/${P}.tar.bz2" +SRC_URI = "${KERNELORG_MIRROR}/pub/linux/utils/net/NIS/${P}.tar.bz2" inherit autotools gettext |