diff options
author | Khem Raj <raj.khem@gmail.com> | 2025-01-09 11:28:47 -0800 |
---|---|---|
committer | Khem Raj <raj.khem@gmail.com> | 2025-01-10 09:33:52 -0800 |
commit | 87d60b80a57508b8906da3b5ca3af2d24271c9c2 (patch) | |
tree | 9ead3e9cb1dfc6a592c168743b947eed5eadfdeb | |
parent | 89a1484f3a82ce6c70667986d03777914de8cce4 (diff) | |
download | meta-openembedded-87d60b80a57508b8906da3b5ca3af2d24271c9c2.tar.gz |
mpd: Drop adding +git to PV
We are using latest release SHA1
Signed-off-by: Khem Raj <raj.khem@gmail.com>
-rw-r--r-- | meta-multimedia/recipes-multimedia/musicpd/mpd_0.23.16.bb | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/meta-multimedia/recipes-multimedia/musicpd/mpd_0.23.16.bb b/meta-multimedia/recipes-multimedia/musicpd/mpd_0.23.16.bb index 51c459cffd..bf95f41b26 100644 --- a/meta-multimedia/recipes-multimedia/musicpd/mpd_0.23.16.bb +++ b/meta-multimedia/recipes-multimedia/musicpd/mpd_0.23.16.bb | |||
@@ -17,7 +17,6 @@ DEPENDS += " \ | |||
17 | expat \ | 17 | expat \ |
18 | " | 18 | " |
19 | 19 | ||
20 | PV .= "+git" | ||
21 | SRC_URI = "git://github.com/MusicPlayerDaemon/MPD;branch=master;protocol=https \ | 20 | SRC_URI = "git://github.com/MusicPlayerDaemon/MPD;branch=master;protocol=https \ |
22 | https://github.com/mesonbuild/wrapdb/releases/download/fmt_11.0.2-1/fmt-11.0.2.tar.gz;name=fmt;subdir=git/subprojects \ | 21 | https://github.com/mesonbuild/wrapdb/releases/download/fmt_11.0.2-1/fmt-11.0.2.tar.gz;name=fmt;subdir=git/subprojects \ |
23 | https://wrapdb.mesonbuild.com/v2/fmt_11.0.2-1/get_patch;downloadfilename=fmt_11.0.2-1_patch.zip;name=fmt-meson;subdir=git/subprojects \ | 22 | https://wrapdb.mesonbuild.com/v2/fmt_11.0.2-1/get_patch;downloadfilename=fmt_11.0.2-1_patch.zip;name=fmt-meson;subdir=git/subprojects \ |