diff options
| author | Denys Dmytriyenko <denys@ti.com> | 2019-11-20 21:31:49 -0800 |
|---|---|---|
| committer | Khem Raj <raj.khem@gmail.com> | 2019-11-21 17:51:37 -0800 |
| commit | 4c00e5fed9532fe6ee71ce96b0124fc234b44d4e (patch) | |
| tree | ec74c3e49a545e37a85befe3d7f970304af5516c /meta-gnome/recipes-gnome/libwnck | |
| parent | b77cc676916e7cf06e5a80081aac52a7bdc7d3a9 (diff) | |
| download | meta-openembedded-4c00e5fed9532fe6ee71ce96b0124fc234b44d4e.tar.gz | |
recipes: rename distro_features_check to features_check
Avoid warning due to the class rename in OE-Core.
Signed-off-by: Denys Dmytriyenko <denys@ti.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_3.32.0.bb | 2 | ||||
| -rw-r--r-- | meta-gnome/recipes-gnome/libwnck/libwnck_2.31.0.bb | 2 |
2 files changed, 2 insertions, 2 deletions
diff --git a/meta-gnome/recipes-gnome/libwnck/libwnck3_3.32.0.bb b/meta-gnome/recipes-gnome/libwnck/libwnck3_3.32.0.bb index e4829ea8c4..d88161a3d8 100644 --- a/meta-gnome/recipes-gnome/libwnck/libwnck3_3.32.0.bb +++ b/meta-gnome/recipes-gnome/libwnck/libwnck3_3.32.0.bb | |||
| @@ -15,7 +15,7 @@ GTKDOC_MESON_OPTION = "gtk_doc" | |||
| 15 | GIR_MESON_ENABLE_FLAG = 'enabled' | 15 | GIR_MESON_ENABLE_FLAG = 'enabled' |
| 16 | GIR_MESON_DISABLE_FLAG = 'disabled' | 16 | GIR_MESON_DISABLE_FLAG = 'disabled' |
| 17 | 17 | ||
| 18 | inherit gnomebase gobject-introspection gtk-doc gettext distro_features_check | 18 | inherit gnomebase gobject-introspection gtk-doc gettext features_check |
| 19 | 19 | ||
| 20 | SRC_URI[archive.md5sum] = "89dbe5a1843fd3745b8b64b34a2ef55d" | 20 | SRC_URI[archive.md5sum] = "89dbe5a1843fd3745b8b64b34a2ef55d" |
| 21 | SRC_URI[archive.sha256sum] = "9595835cf28d0fc6af5526a18f77f2fcf3ca8c09e36741bb33915b6e69b8e3ca" | 21 | SRC_URI[archive.sha256sum] = "9595835cf28d0fc6af5526a18f77f2fcf3ca8c09e36741bb33915b6e69b8e3ca" |
diff --git a/meta-gnome/recipes-gnome/libwnck/libwnck_2.31.0.bb b/meta-gnome/recipes-gnome/libwnck/libwnck_2.31.0.bb index f50b9ceb93..9eb041c27f 100644 --- a/meta-gnome/recipes-gnome/libwnck/libwnck_2.31.0.bb +++ b/meta-gnome/recipes-gnome/libwnck/libwnck_2.31.0.bb | |||
| @@ -8,7 +8,7 @@ DEPENDS = "intltool-native gnome-common-native gtk+ gdk-pixbuf-native libxres" | |||
| 8 | PACKAGECONFIG ??= "startup-notification" | 8 | PACKAGECONFIG ??= "startup-notification" |
| 9 | PACKAGECONFIG[startup-notification] = "--enable-startup-notification,--disable-startup-notification,startup-notification" | 9 | PACKAGECONFIG[startup-notification] = "--enable-startup-notification,--disable-startup-notification,startup-notification" |
| 10 | 10 | ||
| 11 | inherit gnomebase gobject-introspection distro_features_check | 11 | inherit gnomebase gobject-introspection features_check |
| 12 | REQUIRED_DISTRO_FEATURES = "x11" | 12 | REQUIRED_DISTRO_FEATURES = "x11" |
| 13 | 13 | ||
| 14 | SRC_URI[archive.md5sum] = "f03e1139296e2a3a92e3b65a3080cd32" | 14 | SRC_URI[archive.md5sum] = "f03e1139296e2a3a92e3b65a3080cd32" |
