From e514acda9e12bccde6d3974e0fd1a37b3837191a Mon Sep 17 00:00:00 2001 From: Stefan Müller-Klieser Date: Mon, 25 Nov 2019 22:54:19 +0100 Subject: recipes: change SRC_URI to use https MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Change all recipes to https where we get an http 301 permanent redirect. Signed-off-by: Stefan Müller-Klieser Signed-off-by: Richard Purdie --- meta/recipes-kernel/powertop/powertop_2.10.bb | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) (limited to 'meta/recipes-kernel/powertop') diff --git a/meta/recipes-kernel/powertop/powertop_2.10.bb b/meta/recipes-kernel/powertop/powertop_2.10.bb index 5be8d23111..7b7b3929b3 100644 --- a/meta/recipes-kernel/powertop/powertop_2.10.bb +++ b/meta/recipes-kernel/powertop/powertop_2.10.bb @@ -1,12 +1,12 @@ SUMMARY = "Power usage tool" DESCRIPTION = "Linux tool to diagnose issues with power consumption and power management." -HOMEPAGE = "http://01.org/powertop/" -BUGTRACKER = "http://bugzilla.lesswatts.org/" +HOMEPAGE = "https://01.org/powertop/" +BUGTRACKER = "https://app.devzing.com/powertopbugs/bugzilla" DEPENDS = "ncurses libnl pciutils" LICENSE = "GPLv2" LIC_FILES_CHKSUM = "file://COPYING;md5=12f884d2ae1ff87c09e5b7ccc2c4ca7e" -SRC_URI = "http://01.org/sites/default/files/downloads/powertop-v${PV}.tar.gz \ +SRC_URI = "https://01.org/sites/default/files/downloads/powertop-v${PV}.tar.gz \ file://0001-wakeup_xxx.h-include-limits.h.patch \ " -- cgit 1.2.3-korg