diff options
| author | Alexander Kanavin <alex.kanavin@gmail.com> | 2023-03-09 16:19:52 +0100 |
|---|---|---|
| committer | Richard Purdie <richard.purdie@linuxfoundation.org> | 2023-03-11 00:08:41 +0000 |
| commit | 528bdf89406c5d3f5b9036e6aa51ae4048b14752 (patch) | |
| tree | 725c35238b6aef1ac97cf39729e80b8bcc0cf98c /meta/recipes-gnome/libnotify | |
| parent | fca4d1683a2ae254a26bce3c609a0b50dc93a579 (diff) | |
| download | poky-528bdf89406c5d3f5b9036e6aa51ae4048b14752.tar.gz | |
libnotify: upgrade 0.8.1 -> 0.8.2
(From OE-Core rev: 48160a7807fb5547c7c1dfd8af5cbb33ccf46200)
Signed-off-by: Alexander Kanavin <alex@linutronix.de>
Signed-off-by: Alexandre Belloni <alexandre.belloni@bootlin.com>
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
Diffstat (limited to 'meta/recipes-gnome/libnotify')
| -rw-r--r-- | meta/recipes-gnome/libnotify/libnotify_0.8.2.bb (renamed from meta/recipes-gnome/libnotify/libnotify_0.8.1.bb) | 5 |
1 files changed, 2 insertions, 3 deletions
diff --git a/meta/recipes-gnome/libnotify/libnotify_0.8.1.bb b/meta/recipes-gnome/libnotify/libnotify_0.8.2.bb index 3bdc70d224..bbfc217df1 100644 --- a/meta/recipes-gnome/libnotify/libnotify_0.8.1.bb +++ b/meta/recipes-gnome/libnotify/libnotify_0.8.2.bb | |||
| @@ -15,14 +15,13 @@ PACKAGECONFIG ?= "" | |||
| 15 | PACKAGECONFIG[tests] = "-Dtests=true,-Dtests=false,gtk+3" | 15 | PACKAGECONFIG[tests] = "-Dtests=true,-Dtests=false,gtk+3" |
| 16 | 16 | ||
| 17 | GNOMEBASEBUILDCLASS = "meson" | 17 | GNOMEBASEBUILDCLASS = "meson" |
| 18 | GTKDOC_MESON_OPTION = "gtk_doc" | ||
| 19 | GIR_MESON_ENABLE_FLAG = "enabled" | 18 | GIR_MESON_ENABLE_FLAG = "enabled" |
| 20 | GIR_MESON_DISABLE_FLAG = "disabled" | 19 | GIR_MESON_DISABLE_FLAG = "disabled" |
| 21 | inherit gnomebase gtk-doc features_check gobject-introspection | 20 | inherit gnomebase gi-docgen features_check gobject-introspection |
| 22 | # depends on gtk+3 if tests are enabled | 21 | # depends on gtk+3 if tests are enabled |
| 23 | ANY_OF_DISTRO_FEATURES = "${@bb.utils.contains('PACKAGECONFIG', 'tests', '${GTK3DISTROFEATURES}', '', d)}" | 22 | ANY_OF_DISTRO_FEATURES = "${@bb.utils.contains('PACKAGECONFIG', 'tests', '${GTK3DISTROFEATURES}', '', d)}" |
| 24 | 23 | ||
| 25 | SRC_URI[archive.sha256sum] = "d033e6d4d6ccbf46a436c31628a4b661b36dca1f5d4174fe0173e274f4e62557" | 24 | SRC_URI[archive.sha256sum] = "c5f4ed3d1f86e5b118c76415aacb861873ed3e6f0c6b3181b828cf584fc5c616" |
| 26 | 25 | ||
| 27 | EXTRA_OEMESON = "-Dman=false" | 26 | EXTRA_OEMESON = "-Dman=false" |
| 28 | 27 | ||
