aboutsummaryrefslogtreecommitdiffstats
path: root/meta-networking
diff options
context:
space:
mode:
authorKhem Raj <raj.khem@gmail.com>2022-04-23 09:34:27 -0700
committerKhem Raj <raj.khem@gmail.com>2022-04-25 10:44:13 -0700
commitf91983f1f3e897d25ab477fdfb5baed89ccc0daf (patch)
treef6055a068e31659fb20078d82c58e0851653fa0e /meta-networking
parent682657248c654c54ac87edc9bf0a95fb59ff0b1e (diff)
downloadmeta-openembedded-contrib-f91983f1f3e897d25ab477fdfb5baed89ccc0daf.tar.gz
babeld: Upgrade to 1.11
Provide proper prefix so that install works correctly when using usrmerge Signed-off-by: Khem Raj <raj.khem@gmail.com>
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"
LICENSE = "MIT"
LIC_FILES_CHKSUM = "file://LICENCE;md5=411a48ac3c2e9e0911b8dd9aed26f754"
-SRC_URI = "git://github.com/jech/babeld.git;protocol=https;branch=master"
-SRCREV = "dbb8799d1b5b3bfaf4387386c92369c847704480"
+SRC_URI = "gitsm://github.com/jech/babeld.git;protocol=https;branch=master"
+SRCREV = "f82a10e97a02849cd82087863055c9af08ca3454"
UPSTREAM_CHECK_GITTAGREGEX = "babeld-(?P<pver>\d+(\.\d+)+)"
@@ -24,6 +24,6 @@ do_compile () {
}
do_install () {
- oe_runmake install.minimal PREFIX=${D}
+ oe_runmake install.minimal TARGET=${D} PREFIX=${root_prefix}
}