summaryrefslogtreecommitdiffstats
path: root/meta-networking
diff options
context:
space:
mode:
Diffstat (limited to 'meta-networking')
-rw-r--r--meta-networking/recipes-protocols/babeld/babeld_1.11.bb (renamed from meta-networking/recipes-protocols/babeld/babeld_1.10.bb)6
1 files changed, 3 insertions, 3 deletions
diff --git a/meta-networking/recipes-protocols/babeld/babeld_1.10.bb b/meta-networking/recipes-protocols/babeld/babeld_1.11.bb
index 529cccf872..dd1d6931dc 100644
--- a/meta-networking/recipes-protocols/babeld/babeld_1.10.bb
+++ b/meta-networking/recipes-protocols/babeld/babeld_1.11.bb
@@ -12,8 +12,8 @@ SECTION = "net"
12LICENSE = "MIT" 12LICENSE = "MIT"
13LIC_FILES_CHKSUM = "file://LICENCE;md5=411a48ac3c2e9e0911b8dd9aed26f754" 13LIC_FILES_CHKSUM = "file://LICENCE;md5=411a48ac3c2e9e0911b8dd9aed26f754"
14 14
15SRC_URI = "git://github.com/jech/babeld.git;protocol=https;branch=master" 15SRC_URI = "gitsm://github.com/jech/babeld.git;protocol=https;branch=master"
16SRCREV = "dbb8799d1b5b3bfaf4387386c92369c847704480" 16SRCREV = "f82a10e97a02849cd82087863055c9af08ca3454"
17 17
18UPSTREAM_CHECK_GITTAGREGEX = "babeld-(?P<pver>\d+(\.\d+)+)" 18UPSTREAM_CHECK_GITTAGREGEX = "babeld-(?P<pver>\d+(\.\d+)+)"
19 19
@@ -24,6 +24,6 @@ do_compile () {
24} 24}
25 25
26do_install () { 26do_install () {
27 oe_runmake install.minimal PREFIX=${D} 27 oe_runmake install.minimal TARGET=${D} PREFIX=${root_prefix}
28} 28}
29 29