Message ID | 20241122055144.887666-1-raj.khem@gmail.com |
---|---|
State | New |
Headers | show |
Series | [meta-gnome] libdex: Inherit features_check | expand |
diff --git a/meta-gnome/recipes-gnome/libdex/libdex_0.8.1.bb b/meta-gnome/recipes-gnome/libdex/libdex_0.8.1.bb index 42be14d4c6..1648639c3e 100644 --- a/meta-gnome/recipes-gnome/libdex/libdex_0.8.1.bb +++ b/meta-gnome/recipes-gnome/libdex/libdex_0.8.1.bb @@ -2,7 +2,7 @@ LICENSE = "LGPL-2.1-only" LIC_FILES_CHKSUM = "file://COPYING;md5=4fbd65380cdd255951079008b364516c" GNOMEBASEBUILDCLASS = "meson" -inherit gnomebase upstream-version-is-even gobject-introspection +inherit features_check gnomebase upstream-version-is-even gobject-introspection DEPENDS += " \ glib-2.0 \
Fixes QA Issue: libdex: recipe doesn't inherit features_check [unhandled-features-check] Signed-off-by: Khem Raj <raj.khem@gmail.com> --- meta-gnome/recipes-gnome/libdex/libdex_0.8.1.bb | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-)