From e4d0c52cba29298b32f97651412a7b28130d8beb Mon Sep 17 00:00:00 2001 From: Anuj Mittal Date: Wed, 3 Nov 2021 07:23:40 +0800 Subject: meta: add explicit branch and protocol to SRC_URI Add branch name explicitly to SRC_URI where it's not defined and switch to using https protocol for Github projects. The change was made using convert_srcuri script for OE-Core. Signed-off-by: Anuj Mittal --- recipes-support/jhi/jhi_1.41.bb | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'recipes-support/jhi') diff --git a/recipes-support/jhi/jhi_1.41.bb b/recipes-support/jhi/jhi_1.41.bb index d8b807c0..bbb30a6d 100644 --- a/recipes-support/jhi/jhi_1.41.bb +++ b/recipes-support/jhi/jhi_1.41.bb @@ -4,7 +4,7 @@ to install Java applets on DAL FW and communicate with them" LICENSE = "Apache-2.0" LIC_FILES_CHKSUM = "file://LICENSE;md5=833126f14614a3276708a4d7c9734645" -SRC_URI = "git://github.com/intel/dynamic-application-loader-host-interface.git;protocol=https" +SRC_URI = "git://github.com/intel/dynamic-application-loader-host-interface.git;protocol=https;branch=master" inherit cmake useradd systemd pkgconfig update-rc.d -- cgit v1.2.3-54-g00ecf