summaryrefslogtreecommitdiffstats
path: root/package/powertop
diff options
context:
space:
mode:
authorLuca Ceresoli <luca@lucaceresoli.net>2015-09-28 18:10:31 +0200
committerThomas Petazzoni <thomas.petazzoni@free-electrons.com>2015-09-30 12:46:42 +0200
commit7b0e757fb85fd88a76fb4528926914288eb2e477 (patch)
tree38e6646a048d19b878f633f515fd7d4c0d3d0534 /package/powertop
parent5f6cb63454a98bfc7e686469b3cf32fa2d40fd70 (diff)
downloadbuildroot-7b0e757fb85fd88a76fb4528926914288eb2e477.tar.gz
buildroot-7b0e757fb85fd88a76fb4528926914288eb2e477.zip
package: Remove trailing slash from all package site URLs
The recommended form is without the trailing slash, and will become mandatory in a coming commit. This avoids the need for the $$($(2)_SITE:/=) magic in package/pkg-generic.mk to avoid double slashes in download URLs, like "https://mosh.mit.edu//mosh-1.2.5.tar.gz". ^^ Note: this work has already been done in b0b9606530dfc6de4030 a few months ago and earlier in c7f4b964718bc5a3329b and 4a9eb20de817fa64, but no check has been added at that time to avoid new slashes to slip in, and so they did. This time a patch will follow immediately to prevent future mistakes from being unnoticed. Mass-replaced with the following command: git grep -l '_SITE.*/$' | xargs sed -i '/_SITE.*=/s|/$||' Signed-off-by: Luca Ceresoli <luca@lucaceresoli.net> Signed-off-by: Thomas Petazzoni <thomas.petazzoni@free-electrons.com>
Diffstat (limited to 'package/powertop')
-rw-r--r--package/powertop/powertop.mk2
1 files changed, 1 insertions, 1 deletions
diff --git a/package/powertop/powertop.mk b/package/powertop/powertop.mk
index 87da5a4051..53be483a6d 100644
--- a/package/powertop/powertop.mk
+++ b/package/powertop/powertop.mk
@@ -5,7 +5,7 @@
################################################################################
POWERTOP_VERSION = 2.7
-POWERTOP_SITE = https://01.org/sites/default/files/downloads/powertop/
+POWERTOP_SITE = https://01.org/sites/default/files/downloads/powertop
POWERTOP_DEPENDENCIES = pciutils ncurses libnl host-gettext host-pkgconf
POWERTOP_LICENSE = GPLv2
POWERTOP_LICENSE_FILES = COPYING
OpenPOWER on IntegriCloud