diff options
author | Martin Jansa <Martin.Jansa@gmail.com> | 2020-05-16 02:45:44 +0200 |
---|---|---|
committer | Richard Purdie <richard.purdie@linuxfoundation.org> | 2020-05-18 06:33:36 +0100 |
commit | e8ac4332b8d8f5660c80e6832aed62afefbecab4 (patch) | |
tree | 4424d7f975639e579310677bc4e3d03943e45ae2 /meta | |
parent | f1fdd5812e345232f551a85a2dd28693e58e7351 (diff) | |
download | poky-e8ac4332b8d8f5660c80e6832aed62afefbecab4.tar.gz |
libsecret: inherit features_check
* otherwise REQUIRED_DISTRO_FEATURES doesn't do anything
(From OE-Core rev: 08c86406186828dce19e101adfd118ed5d9e947e)
Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com>
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
Diffstat (limited to 'meta')
-rw-r--r-- | meta/recipes-gnome/libsecret/libsecret_0.20.3.bb | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/meta/recipes-gnome/libsecret/libsecret_0.20.3.bb b/meta/recipes-gnome/libsecret/libsecret_0.20.3.bb index d3a0c2ff54..8d317c8efc 100644 --- a/meta/recipes-gnome/libsecret/libsecret_0.20.3.bb +++ b/meta/recipes-gnome/libsecret/libsecret_0.20.3.bb | |||
@@ -9,7 +9,7 @@ LIC_FILES_CHKSUM = "file://COPYING;md5=23c2a5e0106b99d75238986559bb5fc6" | |||
9 | 9 | ||
10 | GNOMEBASEBUILDCLASS = "meson" | 10 | GNOMEBASEBUILDCLASS = "meson" |
11 | 11 | ||
12 | inherit gnomebase gtk-doc vala gobject-introspection manpages | 12 | inherit gnomebase gtk-doc vala gobject-introspection manpages features_check |
13 | 13 | ||
14 | DEPENDS += "glib-2.0 libgcrypt gettext-native" | 14 | DEPENDS += "glib-2.0 libgcrypt gettext-native" |
15 | 15 | ||