From 7ddbea7a9454ebf5d2227bee7509ae111ffbaa15 Mon Sep 17 00:00:00 2001 From: Yi Zhao Date: Wed, 30 May 2018 14:20:54 +0800 Subject: libdnet: add UPSTREAM_CHECK_GITTAGREGEX Signed-off-by: Yi Zhao Signed-off-by: Khem Raj --- meta-networking/recipes-connectivity/libdnet/libdnet_1.12.bb | 2 ++ 1 file changed, 2 insertions(+) diff --git a/meta-networking/recipes-connectivity/libdnet/libdnet_1.12.bb b/meta-networking/recipes-connectivity/libdnet/libdnet_1.12.bb index e579de5074..53ba25e239 100644 --- a/meta-networking/recipes-connectivity/libdnet/libdnet_1.12.bb +++ b/meta-networking/recipes-connectivity/libdnet/libdnet_1.12.bb @@ -7,6 +7,8 @@ LIC_FILES_CHKSUM = "file://LICENSE;md5=0036c1b155f4e999f3e0a373490b5db9" SRC_URI = "git://github.com/dugsong/libdnet.git;nobranch=1" SRCREV = "12fca29a6d4e99d1b923d6820887fe7b24226904" +UPSTREAM_CHECK_GITTAGREGEX = "libdnet-(?P\d+(\.\d+)+)" + S = "${WORKDIR}/git" inherit autotools -- cgit 1.2.3-korg