summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorJason Schonberg <schonm@gmail.com>2025-06-09 07:11:54 -0400
committerKhem Raj <raj.khem@gmail.com>2025-06-09 21:19:04 -0700
commitcfe71a8f47e40ff9c710b95f547b136441579af3 (patch)
treeaea5309cdde4b0f5af881afa0185384026627554
parente5ca8640b3e2d4a5f0401510792c8d2cdb92293c (diff)
downloadmeta-openembedded-cfe71a8f47e40ff9c710b95f547b136441579af3.tar.gz
xfmpc: upgrade 0.3.1 -> 0.3.2
Changelog: https://gitlab.xfce.org/apps/xfmpc/-/blob/master/NEWS#L19 Signed-off-by: Jason Schonberg <schonm@gmail.com> Signed-off-by: Khem Raj <raj.khem@gmail.com>
-rw-r--r--meta-xfce/recipes-multimedia/xfmpc/xfmpc_0.3.2.bb (renamed from meta-xfce/recipes-multimedia/xfmpc/xfmpc_0.3.1.bb)2
1 files changed, 1 insertions, 1 deletions
diff --git a/meta-xfce/recipes-multimedia/xfmpc/xfmpc_0.3.1.bb b/meta-xfce/recipes-multimedia/xfmpc/xfmpc_0.3.2.bb
index 73eafeebcf..f92618bfc7 100644
--- a/meta-xfce/recipes-multimedia/xfmpc/xfmpc_0.3.1.bb
+++ b/meta-xfce/recipes-multimedia/xfmpc/xfmpc_0.3.2.bb
@@ -12,7 +12,7 @@ RRECOMMENDS:${PN} = "mpd"
12 12
13inherit xfce-app 13inherit xfce-app
14 14
15SRC_URI[sha256sum] = "4867d5dd100fa42ab39ebde6c784ec21ee31717f1adb3f4da070dafb3848d96d" 15SRC_URI[sha256sum] = "4a58bd9e9c14c391943bb35b57ed8eb49000655da176639e7245da7286b07825"
16 16
17# Fixes build with GCC-14 which enables incompatible-pointer-types as error 17# Fixes build with GCC-14 which enables incompatible-pointer-types as error
18CFLAGS += "-Wno-error=incompatible-pointer-types" 18CFLAGS += "-Wno-error=incompatible-pointer-types"