package/urg: update homepage and source url

Fetch the source archive from fedora repository since this version of
the source is not available on the project site since it moved to
sourceforge.

Also add the md5 checksum computed by feodra to the *.hash file.

Signed-off-by: Samuel Martin <s.martin49@gmail.com>
Signed-off-by: Peter Korsgaard <peter@korsgaard.com>
This commit is contained in:
Samuel Martin 2016-10-15 12:04:20 +02:00 committed by Peter Korsgaard
parent 9d2f18de4e
commit a23723d4c7
3 changed files with 4 additions and 2 deletions

View File

@ -4,7 +4,7 @@ config BR2_PACKAGE_URG
help help
Library to control Hokuyo's URG series sensors. Library to control Hokuyo's URG series sensors.
http://www.hokuyo-aut.jp/02sensor/07scanner/download/urg_programs_en/ https://sourceforge.net/p/urgnetwork/wiki/Home/
comment "urg needs a toolchain w/ C++" comment "urg needs a toolchain w/ C++"
depends on !BR2_INSTALL_LIBSTDCPP depends on !BR2_INSTALL_LIBSTDCPP

View File

@ -1,2 +1,4 @@
# from http://pkgs.fedoraproject.org/repo/pkgs/urg/urg-0.8.18.zip/
md5 93f90d2ccc36e784407c5282ef6bd2cb urg-0.8.18.zip
# Locally calculated # Locally calculated
sha256 b2cab7e539c90c60fc99a2350a42b5d5390ff952b694b196c3cbb54623cfee7f urg-0.8.18.zip sha256 b2cab7e539c90c60fc99a2350a42b5d5390ff952b694b196c3cbb54623cfee7f urg-0.8.18.zip

View File

@ -5,7 +5,7 @@
################################################################################ ################################################################################
URG_VERSION = 0.8.18 URG_VERSION = 0.8.18
URG_SITE = http://www.hokuyo-aut.jp/02sensor/07scanner/download/urg_programs_en URG_SITE = http://pkgs.fedoraproject.org/repo/pkgs/urg/urg-0.8.18.zip/md5/93f90d2ccc36e784407c5282ef6bd2cb
URG_SOURCE = urg-$(URG_VERSION).zip URG_SOURCE = urg-$(URG_VERSION).zip
URG_LICENSE = LGPLv3 URG_LICENSE = LGPLv3
URG_LICENSE_FILES = COPYING URG_LICENSE_FILES = COPYING