summaryrefslogtreecommitdiffstats
path: root/dynamic-layers/openembedded-layer/recipes-bsp/thermald/thermald_2.4.6.bb
diff options
context:
space:
mode:
authorAnuj Mittal <anuj.mittal@intel.com>2021-11-03 07:23:40 +0800
committerAnuj Mittal <anuj.mittal@intel.com>2021-11-08 09:07:23 +0800
commit6fa578ecfebe308eee5c12c37829593482892968 (patch)
tree01190e7c177c1ac9a6be37ee7e8c5c3d438387dc /dynamic-layers/openembedded-layer/recipes-bsp/thermald/thermald_2.4.6.bb
parent0ee73becf5cff92ee7921f8cbc764199de1e6ba7 (diff)
downloadmeta-intel-6fa578ecfebe308eee5c12c37829593482892968.tar.gz
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 <anuj.mittal@intel.com> (cherry picked from commit e4d0c52cba29298b32f97651412a7b28130d8beb) Signed-off-by: Anuj Mittal <anuj.mittal@intel.com>
Diffstat (limited to 'dynamic-layers/openembedded-layer/recipes-bsp/thermald/thermald_2.4.6.bb')
-rw-r--r--dynamic-layers/openembedded-layer/recipes-bsp/thermald/thermald_2.4.6.bb2
1 files changed, 1 insertions, 1 deletions
diff --git a/dynamic-layers/openembedded-layer/recipes-bsp/thermald/thermald_2.4.6.bb b/dynamic-layers/openembedded-layer/recipes-bsp/thermald/thermald_2.4.6.bb
index b147a558..813591fb 100644
--- a/dynamic-layers/openembedded-layer/recipes-bsp/thermald/thermald_2.4.6.bb
+++ b/dynamic-layers/openembedded-layer/recipes-bsp/thermald/thermald_2.4.6.bb
@@ -10,7 +10,7 @@ DEPENDS = "dbus dbus-glib dbus-glib-native libxml2 glib-2.0 glib-2.0-native upow
10LICENSE = "GPLv2" 10LICENSE = "GPLv2"
11LIC_FILES_CHKSUM = "file://COPYING;md5=ea8831610e926e2e469075b52bf08848" 11LIC_FILES_CHKSUM = "file://COPYING;md5=ea8831610e926e2e469075b52bf08848"
12 12
13SRC_URI = "git://github.com/intel/thermal_daemon/ \ 13SRC_URI = "git://github.com/intel/thermal_daemon/;branch=master;protocol=https \
14 " 14 "
15 15
16SRCREV = "dddba484b23562d421cdaf1703dabc602e1968e7" 16SRCREV = "dddba484b23562d421cdaf1703dabc602e1968e7"