From f91983f1f3e897d25ab477fdfb5baed89ccc0daf Mon Sep 17 00:00:00 2001 From: Khem Raj Date: Sat, 23 Apr 2022 09:34:27 -0700 Subject: [PATCH] babeld: Upgrade to 1.11 Provide proper prefix so that install works correctly when using usrmerge Signed-off-by: Khem Raj --- .../babeld/{babeld_1.10.bb => babeld_1.11.bb} | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) rename meta-networking/recipes-protocols/babeld/{babeld_1.10.bb => babeld_1.11.bb} (80%) diff --git a/meta-networking/recipes-protocols/babeld/babeld_1.10.bb b/meta-networking/recipes-protocols/babeld/babeld_1.11.bb similarity index 80% rename from meta-networking/recipes-protocols/babeld/babeld_1.10.bb rename to 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\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} }