From patchwork Thu Jul 5 17:39:20 2012 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit Subject: [02/14] util-linux-ng: update SRC_URI to kernel.org valid URI Date: Thu, 05 Jul 2012 17:39:20 -0000 From: Apelete Seketeli X-Patchwork-Id: 31263 Message-Id: To: openembedded-devel@lists.openembedded.org 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 Acked-by: Kristoffer Ericson --- recipes/util-linux-ng/util-linux-ng.inc | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/recipes/util-linux-ng/util-linux-ng.inc b/recipes/util-linux-ng/util-linux-ng.inc index 51f25b2..102c7d7 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 "