diff options
author | Denys Dmytriyenko <denys@konsulko.com> | 2023-04-27 17:51:07 +0000 |
---|---|---|
committer | Jan-Simon Moeller <jsmoeller@linuxfoundation.org> | 2023-04-28 08:51:46 +0000 |
commit | 6d435b0bbfa3ab11e571a284c01f5735edcba49f (patch) | |
tree | a13066e0829239e6e3f174e191e71388afd30a1f /recipes-multimedia/musicpd/mpd_agldemo.inc | |
parent | af93b8c62bdb3de9f0039649c8be16ae2311e3d3 (diff) |
mpd: remove patches that were upstreamed
Latest meta-openembedded/meta-multimedia updates mpd to newer version
which has these 3 patches already included, remove them locally.
Bug-AGL: SPEC-4768
Change-Id: Ifbb07c01f8f5cbc75935b005da473bdce3139ff0
Signed-off-by: Denys Dmytriyenko <denys@konsulko.com>
Diffstat (limited to 'recipes-multimedia/musicpd/mpd_agldemo.inc')
-rw-r--r-- | recipes-multimedia/musicpd/mpd_agldemo.inc | 3 |
1 files changed, 0 insertions, 3 deletions
diff --git a/recipes-multimedia/musicpd/mpd_agldemo.inc b/recipes-multimedia/musicpd/mpd_agldemo.inc index 990fdecf5..e096e30ae 100644 --- a/recipes-multimedia/musicpd/mpd_agldemo.inc +++ b/recipes-multimedia/musicpd/mpd_agldemo.inc @@ -6,9 +6,6 @@ FILESEXTRAPATHS:prepend := "${THISDIR}/files:" DEPENDS:remove = "curl" SRC_URI += "file://0001-output-PipeWire-activate-stream-in-Drain.patch \ - file://0002-output-PipeWire-skip-Cancel-if-already-drained.patch \ - file://0003-output-PipeWire-call-pw_stream_flush-in-Cancel.patch \ - file://0004-output-PipeWire-after-Cancel-refill-buffer-before-re.patch \ file://mpd-volatiles.conf \ " |