package/libyang: fix up the 'v' prefix in the version
authorFabrice Fontaine <fontaine.fabrice@gmail.com>
Thu, 24 Oct 2019 18:11:55 +0000 (20:11 +0200)
committerPeter Korsgaard <peter@korsgaard.com>
Thu, 24 Oct 2019 21:28:08 +0000 (23:28 +0200)
In order for the libyang version to match what is given by
release-monitoring.org, the 'v' prefix should be encoded in
LIBYANG_SITE and not LIBYANG_VERSION.

Signed-off-by: Fabrice Fontaine <fontaine.fabrice@gmail.com>
Signed-off-by: Peter Korsgaard <peter@korsgaard.com>
package/libyang/libyang.hash
package/libyang/libyang.mk

index 4989873c8ca6e9e2515f0617955c1c6c139e0750..e48ea20fa35b5816f27284fe538bb0198ba17682 100644 (file)
@@ -1,2 +1,2 @@
-sha256 351f712433d50494aad153bfd4aa92ff50299058428620eabddb7a41d781e756  libyang-v1.0-r3.tar.gz
+sha256 351f712433d50494aad153bfd4aa92ff50299058428620eabddb7a41d781e756  libyang-1.0-r3.tar.gz
 sha256 f942fe693e03e4e3ff67a351c00dc8f468a042e0d7273b0aa6bc53060b568112  LICENSE
index a120f51293a20812206a4b1f9b6dd2cc415b8623..a4333540daefe4227a17028aea13cdd5c20dd877 100644 (file)
@@ -4,8 +4,8 @@
 #
 ################################################################################
 
-LIBYANG_VERSION = v1.0-r3
-LIBYANG_SITE = $(call github,CESNET,libyang,$(LIBYANG_VERSION))
+LIBYANG_VERSION = 1.0-r3
+LIBYANG_SITE = $(call github,CESNET,libyang,v$(LIBYANG_VERSION))
 LIBYANG_LICENSE = BSD-3-Clause
 LIBYANG_LICENSE_FILES = LICENSE
 LIBYANG_INSTALL_STAGING = YES