[OE-core] [oe-core][PATCH] powertop : Update SRC_URI to match current path on server.

Philip Balister philip at balister.org
Tue Aug 12 18:30:10 UTC 2014


The url is now uses https and there is a slight change on the path. No
isgn of checksum changes.

Signed-off-by: Philip Balister <philip at balister.org>
---
 meta/recipes-kernel/powertop/powertop_2.6.1.bb | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/meta/recipes-kernel/powertop/powertop_2.6.1.bb b/meta/recipes-kernel/powertop/powertop_2.6.1.bb
index 58216c2..877b2d5 100644
--- a/meta/recipes-kernel/powertop/powertop_2.6.1.bb
+++ b/meta/recipes-kernel/powertop/powertop_2.6.1.bb
@@ -6,7 +6,7 @@ DEPENDS = "ncurses libnl pciutils"
 LICENSE = "GPLv2"
 LIC_FILES_CHKSUM = "file://COPYING;md5=12f884d2ae1ff87c09e5b7ccc2c4ca7e"
 
-SRC_URI = "http://01.org/powertop/sites/default/files/downloads/powertop-${PV}.tar.gz"
+SRC_URI = "https://01.org/sites/default/files/downloads/powertop/powertop-${PV}.tar.gz"
 
 SRC_URI[md5sum] = "4391e7b0af854ecf722cdf712f24b631"
 SRC_URI[sha256sum] = "034cde6d5bb433fe0d29251d5cde5d4c2948abf05fe29ef10966b659331b20e4"
-- 
1.8.3.1




More information about the Openembedded-core mailing list