summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--meta-networking/recipes-protocols/babeld/babeld_1.9.1.bb2
1 files changed, 2 insertions, 0 deletions
diff --git a/meta-networking/recipes-protocols/babeld/babeld_1.9.1.bb b/meta-networking/recipes-protocols/babeld/babeld_1.9.1.bb
index 27e7b43079..6dd15ad9fc 100644
--- a/meta-networking/recipes-protocols/babeld/babeld_1.9.1.bb
+++ b/meta-networking/recipes-protocols/babeld/babeld_1.9.1.bb
@@ -15,6 +15,8 @@ LIC_FILES_CHKSUM = "file://LICENCE;md5=411a48ac3c2e9e0911b8dd9aed26f754"
15SRC_URI = "git://github.com/jech/babeld.git;protocol=git" 15SRC_URI = "git://github.com/jech/babeld.git;protocol=git"
16SRCREV = "0835d5d894ea016ab7b81562466cade2c51a12d4" 16SRCREV = "0835d5d894ea016ab7b81562466cade2c51a12d4"
17 17
18UPSTREAM_CHECK_GITTAGREGEX = "babeld-(?P<pver>\d+(\.\d+)+)"
19
18S = "${WORKDIR}/git" 20S = "${WORKDIR}/git"
19 21
20do_compile () { 22do_compile () {