diff options
| author | Andreas Müller <schnitzeltony@gmail.com> | 2021-05-16 01:38:45 +0200 |
|---|---|---|
| committer | Khem Raj <raj.khem@gmail.com> | 2021-05-17 09:00:36 -0700 |
| commit | 620e16a5bb9d24406343f0bcdb101186cafea203 (patch) | |
| tree | 96508f6e0c3a77e6e4a0224a4c43963001159c2f /meta-gnome/recipes-gnome/libwnck | |
| parent | 38578caab6405dd2e19d1e68f700ef8966c25ee0 (diff) | |
| download | meta-openembedded-620e16a5bb9d24406343f0bcdb101186cafea203.tar.gz | |
libwnck3: upgrade 3.36.0 -> 40.0
Signed-off-by: Andreas Müller <schnitzeltony@gmail.com>
Signed-off-by: Khem Raj <raj.khem@gmail.com>
Diffstat (limited to 'meta-gnome/recipes-gnome/libwnck')
| -rw-r--r-- | meta-gnome/recipes-gnome/libwnck/libwnck3_40.0.bb (renamed from meta-gnome/recipes-gnome/libwnck/libwnck3_3.36.0.bb) | 6 |
1 files changed, 4 insertions, 2 deletions
diff --git a/meta-gnome/recipes-gnome/libwnck/libwnck3_3.36.0.bb b/meta-gnome/recipes-gnome/libwnck/libwnck3_40.0.bb index 8bca93f6d1..bfb52e5bbf 100644 --- a/meta-gnome/recipes-gnome/libwnck/libwnck3_3.36.0.bb +++ b/meta-gnome/recipes-gnome/libwnck/libwnck3_40.0.bb | |||
| @@ -17,8 +17,10 @@ GIR_MESON_DISABLE_FLAG = 'disabled' | |||
| 17 | 17 | ||
| 18 | inherit gnomebase gobject-introspection gtk-doc gettext features_check | 18 | inherit gnomebase gobject-introspection gtk-doc gettext features_check |
| 19 | 19 | ||
| 20 | SRC_URI[archive.md5sum] = "00bb40dc6fab76af0da33e88a34b6378" | 20 | def gnome_verdir(v): |
| 21 | SRC_URI[archive.sha256sum] = "bc508150b3ed5d22354b0e6774ad4eee465381ebc0ace45eb0e2d3a4186c925f" | 21 | return oe.utils.trim_version(v, 1) |
| 22 | |||
| 23 | SRC_URI[archive.sha256sum] = "30cb79a839f90cd66f3e202f3f98cb5166fa0cd9b92eb571ad9c470a43021d83" | ||
| 22 | 24 | ||
| 23 | # libxres means x11 only | 25 | # libxres means x11 only |
| 24 | REQUIRED_DISTRO_FEATURES = "x11" | 26 | REQUIRED_DISTRO_FEATURES = "x11" |
