summaryrefslogtreecommitdiffstats
path: root/package/ti-gfx
diff options
context:
space:
mode:
authorJerzy Grzegorek <jerzy.grzegorek@trzebnica.net>2014-07-31 10:46:58 +0200
committerThomas Petazzoni <thomas.petazzoni@free-electrons.com>2014-07-31 23:17:46 +0200
commitc7f4b964718bc5a3329bb730f59e24091ecbc7a2 (patch)
tree4a11f71220ad375501cf6d482bc5612393170b62 /package/ti-gfx
parent17902f5b1601ab2036b6e89d91c2042755545cec (diff)
downloadbuildroot-c7f4b964718bc5a3329bb730f59e24091ecbc7a2.tar.gz
buildroot-c7f4b964718bc5a3329bb730f59e24091ecbc7a2.zip
package: remove the trailing slash sign from <PKG>_SITE variable
Since the trailing slash is stripped from $($(PKG)_SITE) by pkg-generic.mk: $(call DOWNLOAD,$($(PKG)_SITE:/=)/$($(PKG)_SOURCE)) so it is redundant. This patch removes it from $(PKG)_SITE variable for BR consistency. Signed-off-by: Jerzy Grzegorek <jerzy.grzegorek@trzebnica.net> Signed-off-by: Thomas Petazzoni <thomas.petazzoni@free-electrons.com>
Diffstat (limited to 'package/ti-gfx')
-rw-r--r--package/ti-gfx/ti-gfx.mk2
1 files changed, 1 insertions, 1 deletions
diff --git a/package/ti-gfx/ti-gfx.mk b/package/ti-gfx/ti-gfx.mk
index 4e83f1e584..c831dae02d 100644
--- a/package/ti-gfx/ti-gfx.mk
+++ b/package/ti-gfx/ti-gfx.mk
@@ -15,7 +15,7 @@ TI_GFX_SOURCE = Graphics_SDK_setuplinux_softfp_$(TI_GFX_VERSION).bin
endif
TI_GFX_SO_VERSION = 1.10.2359475
-TI_GFX_SITE = http://downloads.ti.com/dsps/dsps_public_sw/sdo_sb/targetcontent/gfxsdk/$(TI_GFX_VERSION)/exports/
+TI_GFX_SITE = http://downloads.ti.com/dsps/dsps_public_sw/sdo_sb/targetcontent/gfxsdk/$(TI_GFX_VERSION)/exports
TI_GFX_LICENSE = Technology / Software Publicly Available
TI_GFX_LICENSE_FILES = TSPA.txt
TI_GFX_INSTALL_STAGING = YES
OpenPOWER on IntegriCloud