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-multimedia/recipes-multimedia/musicpd | |
| 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-multimedia/recipes-multimedia/musicpd')
4 files changed, 4 insertions, 4 deletions
diff --git a/meta-multimedia/recipes-multimedia/musicpd/libmpdclient_2.16.bb b/meta-multimedia/recipes-multimedia/musicpd/libmpdclient_2.16.bb index 235e63e481..84b7baab23 100644 --- a/meta-multimedia/recipes-multimedia/musicpd/libmpdclient_2.16.bb +++ b/meta-multimedia/recipes-multimedia/musicpd/libmpdclient_2.16.bb | |||
| @@ -6,7 +6,7 @@ HOMEPAGE = "https://www.musicpd.org/libs/libmpdclient/" | |||
| 6 | inherit meson | 6 | inherit meson |
| 7 | 7 | ||
| 8 | SRC_URI = " \ | 8 | SRC_URI = " \ |
| 9 | git://github.com/MusicPlayerDaemon/libmpdclient \ | 9 | git://github.com/MusicPlayerDaemon/libmpdclient;branch=master;protocol=https \ |
| 10 | " | 10 | " |
| 11 | SRCREV = "4e8d990eb5239566ee948f1cd79b7248e008620a" | 11 | SRCREV = "4e8d990eb5239566ee948f1cd79b7248e008620a" |
| 12 | S = "${WORKDIR}/git" | 12 | S = "${WORKDIR}/git" |
diff --git a/meta-multimedia/recipes-multimedia/musicpd/mpc_0.31.bb b/meta-multimedia/recipes-multimedia/musicpd/mpc_0.31.bb index 41abe7108a..b4fce35df7 100644 --- a/meta-multimedia/recipes-multimedia/musicpd/mpc_0.31.bb +++ b/meta-multimedia/recipes-multimedia/musicpd/mpc_0.31.bb | |||
| @@ -10,7 +10,7 @@ DEPENDS += " \ | |||
| 10 | " | 10 | " |
| 11 | 11 | ||
| 12 | SRC_URI = " \ | 12 | SRC_URI = " \ |
| 13 | git://github.com/MusicPlayerDaemon/mpc \ | 13 | git://github.com/MusicPlayerDaemon/mpc;branch=master;protocol=https \ |
| 14 | " | 14 | " |
| 15 | SRCREV = "59875acdf34e5f0eac0c11453c49daef54f78413" | 15 | SRCREV = "59875acdf34e5f0eac0c11453c49daef54f78413" |
| 16 | S = "${WORKDIR}/git" | 16 | S = "${WORKDIR}/git" |
diff --git a/meta-multimedia/recipes-multimedia/musicpd/mpd_0.20.22.bb b/meta-multimedia/recipes-multimedia/musicpd/mpd_0.20.22.bb index 133ee6e792..3f20515993 100644 --- a/meta-multimedia/recipes-multimedia/musicpd/mpd_0.20.22.bb +++ b/meta-multimedia/recipes-multimedia/musicpd/mpd_0.20.22.bb | |||
| @@ -17,7 +17,7 @@ DEPENDS += " \ | |||
| 17 | " | 17 | " |
| 18 | 18 | ||
| 19 | SRC_URI = " \ | 19 | SRC_URI = " \ |
| 20 | git://github.com/MusicPlayerDaemon/MPD;branch=v0.20.x \ | 20 | git://github.com/MusicPlayerDaemon/MPD;branch=v0.20.x;protocol=https \ |
| 21 | file://mpd.conf.in \ | 21 | file://mpd.conf.in \ |
| 22 | file://0001-StringBuffer-Include-cstddef-for-size_t.patch \ | 22 | file://0001-StringBuffer-Include-cstddef-for-size_t.patch \ |
| 23 | file://0002-Include-stdexcept-for-runtime_error.patch \ | 23 | file://0002-Include-stdexcept-for-runtime_error.patch \ |
diff --git a/meta-multimedia/recipes-multimedia/musicpd/ncmpc_0.34.bb b/meta-multimedia/recipes-multimedia/musicpd/ncmpc_0.34.bb index 0c99c7c698..c92a4421a3 100644 --- a/meta-multimedia/recipes-multimedia/musicpd/ncmpc_0.34.bb +++ b/meta-multimedia/recipes-multimedia/musicpd/ncmpc_0.34.bb | |||
| @@ -31,7 +31,7 @@ PACKAGECONFIG[outputs_screen] = "-Doutputs_screen=true,-Doutputs_screen=false" | |||
| 31 | PACKAGECONFIG[chat_screen] = "-Dchat_screen=true,-Dchat_screen=false" | 31 | PACKAGECONFIG[chat_screen] = "-Dchat_screen=true,-Dchat_screen=false" |
| 32 | 32 | ||
| 33 | SRC_URI = " \ | 33 | SRC_URI = " \ |
| 34 | git://github.com/MusicPlayerDaemon/ncmpc \ | 34 | git://github.com/MusicPlayerDaemon/ncmpc;branch=master;protocol=https \ |
| 35 | " | 35 | " |
| 36 | SRCREV = "79cf9905355f25bc5cc6d5a05d2846d75342f554" | 36 | SRCREV = "79cf9905355f25bc5cc6d5a05d2846d75342f554" |
| 37 | S = "${WORKDIR}/git" | 37 | S = "${WORKDIR}/git" |
