aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--recipes-test/bootrr/bootrr_git.bb2
-rw-r--r--recipes-test/diag/diag_git.bb2
2 files changed, 2 insertions, 2 deletions
diff --git a/recipes-test/bootrr/bootrr_git.bb b/recipes-test/bootrr/bootrr_git.bb
index 6170656..0d40d22 100644
--- a/recipes-test/bootrr/bootrr_git.bb
+++ b/recipes-test/bootrr/bootrr_git.bb
@@ -5,7 +5,7 @@ LIC_FILES_CHKSUM = "file://LICENSE;md5=987293312a134ab40eec5f3d446cfaff"
SRCREV = "d2329902b701e0efa345628471d0d275d5a5835a"
SRC_URI = "\
- git://github.com/andersson/bootrr.git \
+ git://github.com/andersson/bootrr.git;branch=master;protocol=https \
file://bootrr-auto-switch-to-using-sh.patch \
"
diff --git a/recipes-test/diag/diag_git.bb b/recipes-test/diag/diag_git.bb
index a42c126..6eb16b2 100644
--- a/recipes-test/diag/diag_git.bb
+++ b/recipes-test/diag/diag_git.bb
@@ -3,7 +3,7 @@ HOMEPAGE = "https://github.com/andersson/diag"
LICENSE = "BSD-3-Clause"
LIC_FILES_CHKSUM = "file://LICENSE;md5=f6832ae4af693c6f31ffd931e25ef580"
-SRC_URI = "git://github.com/andersson/diag.git;protocol=https \
+SRC_URI = "git://github.com/andersson/diag.git;branch=master;protocol=https \
file://0001-Disable-use-of-__NR_io_getevents-when-not-defined.patch \
"