diff options
author | Baruch Siach <baruch@tkos.co.il> | 2017-03-09 07:45:36 +0200 |
---|---|---|
committer | Thomas Petazzoni <thomas.petazzoni@free-electrons.com> | 2017-03-09 21:53:18 +0100 |
commit | c63b4ab877f6c9cd1690a005c382400ff13dae7a (patch) | |
tree | 3dc601b687777059a24a48186efd35820acf7e07 | |
parent | 61fb9bc3d696a48a09c0be63e29e1e28b706014e (diff) | |
download | buildroot-c63b4ab877f6c9cd1690a005c382400ff13dae7a.tar.gz buildroot-c63b4ab877f6c9cd1690a005c382400ff13dae7a.zip |
ti-uim: moved to github
gitorious.org is down. Use the github repo instead.
Cc: Alexandre Belloni <alexandre.belloni@free-electrons.com>
Signed-off-by: Baruch Siach <baruch@tkos.co.il>
Acked-by: Alexandre Belloni <alexandre.belloni@free-electrons.com>
Signed-off-by: Thomas Petazzoni <thomas.petazzoni@free-electrons.com>
-rw-r--r-- | package/ti-uim/ti-uim.mk | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/package/ti-uim/ti-uim.mk b/package/ti-uim/ti-uim.mk index b498180049..1c78db0e6f 100644 --- a/package/ti-uim/ti-uim.mk +++ b/package/ti-uim/ti-uim.mk @@ -5,7 +5,7 @@ ################################################################################ TI_UIM_VERSION = c73894456df5def97111cb33d2106b684b8b7959 -TI_UIM_SITE = git://gitorious.org/uim/uim.git +TI_UIM_SITE = $(call github,96boards,uim,$(TI_UIM_VERSION)) TI_UIM_LICENSE = GPLv2+ define TI_UIM_BUILD_CMDS |