diff options
| author | Armin Kuster <akuster808@gmail.com> | 2021-11-07 11:09:24 -0800 |
|---|---|---|
| committer | Armin Kuster <akuster808@gmail.com> | 2021-11-17 12:26:21 -0800 |
| commit | 59bff77ad0b3a66417194670de25f60183a4f6bb (patch) | |
| tree | 35f979cd0f44769b8eee775c0e61f35e0de03352 /meta-xfce/recipes-panel-plugins | |
| parent | 7889158dcd187546fc5e99fd81d0779cad3e8d17 (diff) | |
| download | meta-openembedded-59bff77ad0b3a66417194670de25f60183a4f6bb.tar.gz | |
recipes: Update SRC_URI branch and protocols
This patch updates SRC_URIs using git to include branch=master if no branch is set
and also to use protocol=https for github urls as generated by the conversion script
in OE-Core.
Signed-off-by: Armin Kuster <akuster808@gmail.com>
Diffstat (limited to 'meta-xfce/recipes-panel-plugins')
| -rw-r--r-- | meta-xfce/recipes-panel-plugins/closebutton/xfce4-closebutton-plugin_git.bb | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/meta-xfce/recipes-panel-plugins/closebutton/xfce4-closebutton-plugin_git.bb b/meta-xfce/recipes-panel-plugins/closebutton/xfce4-closebutton-plugin_git.bb index 8dfb2e626d..531f3d5cd0 100644 --- a/meta-xfce/recipes-panel-plugins/closebutton/xfce4-closebutton-plugin_git.bb +++ b/meta-xfce/recipes-panel-plugins/closebutton/xfce4-closebutton-plugin_git.bb | |||
| @@ -9,7 +9,7 @@ DEPENDS += "exo-native libwnck3 xfconf" | |||
| 9 | 9 | ||
| 10 | PV = "0.1.0+gitr${SRCPV}" | 10 | PV = "0.1.0+gitr${SRCPV}" |
| 11 | 11 | ||
| 12 | SRC_URI = "git://github.com/schnitzeltony/xfce4-closebutton-plugin.git;branch=master" | 12 | SRC_URI = "git://github.com/schnitzeltony/xfce4-closebutton-plugin.git;branch=master;protocol=https" |
| 13 | SRCREV = "6ed5c3ee1ba7103ca854c5e81fb2c1220b913a40" | 13 | SRCREV = "6ed5c3ee1ba7103ca854c5e81fb2c1220b913a40" |
| 14 | S = "${WORKDIR}/git" | 14 | S = "${WORKDIR}/git" |
| 15 | 15 | ||
