package/ding-libs: adjust version variable
authorVictor Huesca <victor.huesca@bootlin.com>
Mon, 8 Jul 2019 08:37:23 +0000 (10:37 +0200)
committerThomas Petazzoni <thomas.petazzoni@bootlin.com>
Sun, 14 Jul 2019 13:54:40 +0000 (15:54 +0200)
This package uses dashes as the version separator while
release-monitoring uses dots. As the <pkg>_VERSION is used to match
against release-monitoring, this patch changes the version variable to
use dots instead.

Signed-off-by: Victor Huesca <victor.huesca@bootlin.com>
Signed-off-by: Thomas Petazzoni <thomas.petazzoni@bootlin.com>
package/ding-libs/ding-libs.mk

index e9508ccf9e3e88c660804904cc3ddfa5c40e239c..976f5728ea273649a227e1f6f2c81aa2782d08ad 100644 (file)
@@ -4,8 +4,8 @@
 #
 ################################################################################
 
-DING_LIBS_VERSION = 0_4_0
-DING_LIBS_SOURCE = ding_libs-$(DING_LIBS_VERSION).tar.xz
+DING_LIBS_VERSION = 0.4.0
+DING_LIBS_SOURCE = ding_libs-$(subst .,_,$(DING_LIBS_VERSION)).tar.xz
 DING_LIBS_SITE = https://git.fedorahosted.org/cgit/ding-libs.git/snapshot
 DING_LIBS_DEPENDENCIES = host-pkgconf \
        $(TARGET_NLS_DEPENDENCIES) \