From 13d18b0853cdff630c94380337dbe4074cf460c7 Mon Sep 17 00:00:00 2001 From: Khem Raj Date: Sat, 30 Oct 2021 11:03:50 -0700 Subject: mtr: Explicitly use branch= in SRC_URI Signed-off-by: Khem Raj (cherry picked from commit b66ad223244977acd2ec38ab38b7ed896fb80429) [Fixup for honister context] Signed-off-by: Armin Kuster --- meta-networking/recipes-support/mtr/mtr_0.94.bb | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/meta-networking/recipes-support/mtr/mtr_0.94.bb b/meta-networking/recipes-support/mtr/mtr_0.94.bb index c046499a2f..dad6096d57 100644 --- a/meta-networking/recipes-support/mtr/mtr_0.94.bb +++ b/meta-networking/recipes-support/mtr/mtr_0.94.bb @@ -9,7 +9,8 @@ LIC_FILES_CHKSUM = "file://COPYING;md5=b234ee4d69f5fce4486a80fdaf4a4263 \ file://ui/mtr.c;beginline=5;endline=16;md5=00a894a39d53726a27386534d1c4e468" SRCREV = "2c73cbf4094e4eed343ed11ae5bab2580f3122d1" -SRC_URI = "git://github.com/traviscross/mtr" +SRC_URI = "git://github.com/traviscross/mtr;branch=master \ + " S = "${WORKDIR}/git" -- cgit 1.2.3-korg