diff options
author | Wang Mingyu <wangmy@fujitsu.com> | 2024-08-28 16:24:40 +0800 |
---|---|---|
committer | Khem Raj <raj.khem@gmail.com> | 2024-08-28 07:11:30 -0700 |
commit | 4ccf3d41ce1c83ac9cb3d68321a8fef24a5f89c5 (patch) | |
tree | 6742dd2576b7017541b1ea81d745afd75e9fd432 | |
parent | 83d9607ba5d96419db9d1d2f81d0c1c0afb72fb5 (diff) | |
download | meta-openembedded-4ccf3d41ce1c83ac9cb3d68321a8fef24a5f89c5.tar.gz |
colord-gtk: upgrade 0.3.0 -> 0.3.1
Bugfixes:
- Fix the callback signature to fix a crash
Signed-off-by: Wang Mingyu <wangmy@fujitsu.com>
Signed-off-by: Khem Raj <raj.khem@gmail.com>
-rw-r--r-- | meta-gnome/recipes-support/colord-gtk/colord-gtk_0.3.1.bb (renamed from meta-gnome/recipes-support/colord-gtk/colord-gtk_0.3.0.bb) | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/meta-gnome/recipes-support/colord-gtk/colord-gtk_0.3.0.bb b/meta-gnome/recipes-support/colord-gtk/colord-gtk_0.3.1.bb index 0e86d781ce..1c6d34e461 100644 --- a/meta-gnome/recipes-support/colord-gtk/colord-gtk_0.3.0.bb +++ b/meta-gnome/recipes-support/colord-gtk/colord-gtk_0.3.1.bb | |||
@@ -10,7 +10,7 @@ DEPENDS = " \ | |||
10 | " | 10 | " |
11 | 11 | ||
12 | SRC_URI = "http://www.freedesktop.org/software/colord/releases/${BPN}-${PV}.tar.xz" | 12 | SRC_URI = "http://www.freedesktop.org/software/colord/releases/${BPN}-${PV}.tar.xz" |
13 | SRC_URI[sha256sum] = "b9466656d66d9a6ffbc2dd04fa91c8f6af516bf9efaacb69744eec0f56f3c1d0" | 13 | SRC_URI[sha256sum] = "c176b889b75630a17f4e3d7ef24c09a3e12368e633496087459c8b53ac3a122d" |
14 | 14 | ||
15 | PACKAGECONFIG ??= "gtk3 gtk4" | 15 | PACKAGECONFIG ??= "gtk3 gtk4" |
16 | PACKAGECONFIG[gtk3] = "-Dgtk3=true, -Dgtk3=false, gtk+3" | 16 | PACKAGECONFIG[gtk3] = "-Dgtk3=true, -Dgtk3=false, gtk+3" |