diff options
-rw-r--r-- | meta-agl-drm-lease/recipes-support/fff/fff_git.bb | 2 | ||||
-rw-r--r-- | meta-agl-jailhouse/recipes-extended/jailhouse/jailhouse_git.bb | 2 |
2 files changed, 2 insertions, 2 deletions
diff --git a/meta-agl-drm-lease/recipes-support/fff/fff_git.bb b/meta-agl-drm-lease/recipes-support/fff/fff_git.bb index 05073561..868ad97b 100644 --- a/meta-agl-drm-lease/recipes-support/fff/fff_git.bb +++ b/meta-agl-drm-lease/recipes-support/fff/fff_git.bb @@ -1,7 +1,7 @@ LICENSE = "MIT" LIC_FILES_CHKSUM = "file://LICENSE;md5=ae0c5f671972941881237cb85e1c74b2" -SRC_URI = "git://github.com/meekrosoft/fff.git" +SRC_URI = "git://github.com/meekrosoft/fff.git;branch=master;protocol=https" PV = "git${SRCPV}" SRCREV = "cbe9b8b7fba14a042d2b4e008dedf0b998c35ae8" diff --git a/meta-agl-jailhouse/recipes-extended/jailhouse/jailhouse_git.bb b/meta-agl-jailhouse/recipes-extended/jailhouse/jailhouse_git.bb index 462f0a77..2a7e37ed 100644 --- a/meta-agl-jailhouse/recipes-extended/jailhouse/jailhouse_git.bb +++ b/meta-agl-jailhouse/recipes-extended/jailhouse/jailhouse_git.bb @@ -15,7 +15,7 @@ PV = "0.12+git${SRCPV}" FILESEXTRAPATHS_prepend := "${THISDIR}/${PN}:" -SRC_URI = "git://github.com/siemens/jailhouse \ +SRC_URI = "git://github.com/siemens/jailhouse;branch=master;protocol=https \ file://0001-configs-arm64-Add-support-for-RPi4-with-more-than-1G.patch \ " |