aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorApelete Seketeli <apelete@seketeli.net>2012-06-02 17:34:42 +0200
committerApelete Seketeli <apelete@seketeli.net>2012-07-04 20:46:47 +0200
commitf86819a528b35c48028100f719487a5727cd9e6d (patch)
tree45a51560bd29d52323b0692cfa061de5ef60987a
parent9160263bce6c0dde2495ce365ad57241f73293aa (diff)
downloadopenembedded-f86819a528b35c48028100f719487a5727cd9e6d.tar.gz
util-linux-ng: update SRC_URI to kernel.org valid URI
This updates SRC_URI as the former kernel.org URI was no longer valid. This commit is the result of rebasing my patch 8007a4 from master. Signed-off-by: Apelete Seketeli <apelete@seleteli.net> Acked-by: Kristoffer Ericson <kristoffer.ericson@gmail.com>
-rw-r--r--recipes/util-linux-ng/util-linux-ng.inc2
1 files changed, 1 insertions, 1 deletions
diff --git a/recipes/util-linux-ng/util-linux-ng.inc b/recipes/util-linux-ng/util-linux-ng.inc
index 51f25b21f9..102c7d76d9 100644
--- a/recipes/util-linux-ng/util-linux-ng.inc
+++ b/recipes/util-linux-ng/util-linux-ng.inc
@@ -11,7 +11,7 @@ INC_PR = "r36"
# allows for a release candidate
RC ?= ""
-SRC_URI = "${KERNELORG_MIRROR}/pub/linux/utils/util-linux-ng/v${PV}/util-linux-ng-${PV}${RC}.tar.bz2;name=archive"
+SRC_URI = "${KERNELORG_MIRROR}/pub/linux/utils/util-linux/v${PV}/util-linux-ng-${PV}${RC}.tar.bz2;name=archive"
SRC_URI_append_chinook-compat = " file://chinook_libtool.patch "