diff options
| author | Gyorgy Sarvari <skandigraun@gmail.com> | 2025-12-02 21:44:02 +0100 |
|---|---|---|
| committer | Khem Raj <raj.khem@gmail.com> | 2025-12-02 15:54:05 -0800 |
| commit | a78826db861060ac04a27ea5b388c48dd668c7a6 (patch) | |
| tree | 65973a4d6b5cc701750f50664dcac66c7780b235 | |
| parent | 1964be81d37b235769e2bee9ed374c760824cb2c (diff) | |
| download | meta-openembedded-a78826db861060ac04a27ea5b388c48dd668c7a6.tar.gz | |
gssdp: upgrade 1.6.3 -> 1.6.4
Drop patch that was incorporated in this release.
Shortlog (without CI-changes):
client: Format Since/Deprecated versions in a way gi-docgen can parse
Fix template to use local mirror
gssdp-enums.c.template: use basename instead of filename
resource-browser: Make regex pattern static
Signed-off-by: Gyorgy Sarvari <skandigraun@gmail.com>
Signed-off-by: Khem Raj <raj.khem@gmail.com>
| -rw-r--r-- | meta-multimedia/recipes-connectivity/gupnp/gssdp/0001-gssdp-enums.c.template-use-basename-instead-of-filen.patch | 32 | ||||
| -rw-r--r-- | meta-multimedia/recipes-connectivity/gupnp/gssdp_1.6.4.bb (renamed from meta-multimedia/recipes-connectivity/gupnp/gssdp_1.6.3.bb) | 5 |
2 files changed, 1 insertions, 36 deletions
diff --git a/meta-multimedia/recipes-connectivity/gupnp/gssdp/0001-gssdp-enums.c.template-use-basename-instead-of-filen.patch b/meta-multimedia/recipes-connectivity/gupnp/gssdp/0001-gssdp-enums.c.template-use-basename-instead-of-filen.patch deleted file mode 100644 index 63126520e9..0000000000 --- a/meta-multimedia/recipes-connectivity/gupnp/gssdp/0001-gssdp-enums.c.template-use-basename-instead-of-filen.patch +++ /dev/null | |||
| @@ -1,32 +0,0 @@ | |||
| 1 | From 78270f9159a9ec7284ca39a2fbb1774347942de1 Mon Sep 17 00:00:00 2001 | ||
| 2 | From: Markus Volk <f_l_k@t-online.de> | ||
| 3 | Date: Wed, 24 Apr 2024 19:08:43 +0200 | ||
| 4 | Subject: [PATCH] gssdp-enums.c.template: use basename instead of filename | ||
| 5 | |||
| 6 | This would prevent the build path from leaking into the source code. | ||
| 7 | |||
| 8 | Signed-off-by: Markus Volk <f_l_k@t-online.de> | ||
| 9 | |||
| 10 | Upstream-Status: Submitted [https://gitlab.gnome.org/GNOME/gssdp/-/merge_requests/13] | ||
| 11 | --- | ||
| 12 | libgssdp/gssdp-enums.c.template | 4 ++-- | ||
| 13 | 1 file changed, 2 insertions(+), 2 deletions(-) | ||
| 14 | |||
| 15 | diff --git a/libgssdp/gssdp-enums.c.template b/libgssdp/gssdp-enums.c.template | ||
| 16 | index 600d426..2dfb859 100644 | ||
| 17 | --- a/libgssdp/gssdp-enums.c.template | ||
| 18 | +++ b/libgssdp/gssdp-enums.c.template | ||
| 19 | @@ -3,8 +3,8 @@ | ||
| 20 | |||
| 21 | /*** END file-header ***/ | ||
| 22 | /*** BEGIN file-production ***/ | ||
| 23 | -/* enumerations from "@filename@" */ | ||
| 24 | -#include "@filename@" | ||
| 25 | +/* enumerations from "@basename@" */ | ||
| 26 | +#include "@basename@" | ||
| 27 | /*** END file-production ***/ | ||
| 28 | /*** BEGIN value-header ***/ | ||
| 29 | GType | ||
| 30 | -- | ||
| 31 | 2.44.0 | ||
| 32 | |||
diff --git a/meta-multimedia/recipes-connectivity/gupnp/gssdp_1.6.3.bb b/meta-multimedia/recipes-connectivity/gupnp/gssdp_1.6.4.bb index e6ea472709..b601037608 100644 --- a/meta-multimedia/recipes-connectivity/gupnp/gssdp_1.6.3.bb +++ b/meta-multimedia/recipes-connectivity/gupnp/gssdp_1.6.4.bb | |||
| @@ -6,10 +6,7 @@ BUGTRACKER = "https://gitlab.gnome.org/GNOME/gssdp/-/issues" | |||
| 6 | LICENSE = "LGPL-2.1-only" | 6 | LICENSE = "LGPL-2.1-only" |
| 7 | LIC_FILES_CHKSUM = "file://COPYING;md5=4fbd65380cdd255951079008b364516c" | 7 | LIC_FILES_CHKSUM = "file://COPYING;md5=4fbd65380cdd255951079008b364516c" |
| 8 | 8 | ||
| 9 | SRC_URI:append = " file://0001-gssdp-enums.c.template-use-basename-instead-of-filen.patch" | 9 | SRC_URI[archive.sha256sum] = "ff97fdfb7f561d3e6813b4f6a2145259e7c2eff43cc0e63f3fd031d0b6266032" |
| 10 | SRC_URI[archive.sha256sum] = "2fedb5afdb22cf14d5498a39a773ca89788a250fcf70118783df821e1f3f3446" | ||
| 11 | |||
| 12 | GTKDOC_MESON_OPTION = 'gtk_doc' | ||
| 13 | 10 | ||
| 14 | DEPENDS = " \ | 11 | DEPENDS = " \ |
| 15 | glib-2.0 \ | 12 | glib-2.0 \ |
