diff options
| author | Luca Ceresoli <luca@lucaceresoli.net> | 2015-03-09 23:14:51 +0100 |
|---|---|---|
| committer | Peter Korsgaard <peter@korsgaard.com> | 2015-03-10 20:40:08 +0100 |
| commit | b0b9606530dfc6de40300b6031bb70ea2eac1b44 (patch) | |
| tree | 7b1cdc9c8564698e970b2d4e0c0a4f9ad7cc8771 /package/libnice | |
| parent | bf03a81ba59ecd355b3ba2e97b331368a3451b92 (diff) | |
| download | buildroot-b0b9606530dfc6de40300b6031bb70ea2eac1b44.tar.gz buildroot-b0b9606530dfc6de40300b6031bb70ea2eac1b44.zip | |
Remove trailing slash from all package site URLs
The recommended form is without the trailing slash. Buildroot will add a slash
between FOO_SITE and FOO_SOURCE as appropriate.
Reported-by: Arnout Vandecappelle <arnout@mind.be>
Signed-off-by: Luca Ceresoli <luca@lucaceresoli.net>
Signed-off-by: Peter Korsgaard <peter@korsgaard.com>
Diffstat (limited to 'package/libnice')
| -rw-r--r-- | package/libnice/libnice.mk | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/package/libnice/libnice.mk b/package/libnice/libnice.mk index 10abe8678b..68f5eaef59 100644 --- a/package/libnice/libnice.mk +++ b/package/libnice/libnice.mk @@ -5,7 +5,7 @@ ################################################################################ LIBNICE_VERSION = 0.1.8 -LIBNICE_SITE = http://nice.freedesktop.org/releases/ +LIBNICE_SITE = http://nice.freedesktop.org/releases LIBNICE_LICENSE = MPLv1.1 or LGPLv2.1 LIBNICE_LICENSE_FILES = COPYING COPYING.MPL COPYING.LGPL LIBNICE_DEPENDENCIES = libglib2 host-pkgconf |

