diff options
| author | Khem Raj <raj.khem@gmail.com> | 2024-11-21 21:50:33 -0800 |
|---|---|---|
| committer | Khem Raj <raj.khem@gmail.com> | 2024-11-22 08:23:52 -0800 |
| commit | f7229b44ea75217088e7b53f47986ab975b777df (patch) | |
| tree | 69e220b10481959bcce1af602a21b389094ba461 | |
| parent | 2be9752124af5928b4122b527c418a4faa243ca6 (diff) | |
| download | meta-openembedded-f7229b44ea75217088e7b53f47986ab975b777df.tar.gz | |
libdex: Inherit features_check
Fixes
QA Issue: libdex: recipe doesn't inherit features_check [unhandled-features-check]
Signed-off-by: Khem Raj <raj.khem@gmail.com>
| -rw-r--r-- | meta-gnome/recipes-gnome/libdex/libdex_0.8.1.bb | 2 |
1 files changed, 1 insertions, 1 deletions
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" | |||
| 2 | LIC_FILES_CHKSUM = "file://COPYING;md5=4fbd65380cdd255951079008b364516c" | 2 | LIC_FILES_CHKSUM = "file://COPYING;md5=4fbd65380cdd255951079008b364516c" |
| 3 | 3 | ||
| 4 | GNOMEBASEBUILDCLASS = "meson" | 4 | GNOMEBASEBUILDCLASS = "meson" |
| 5 | inherit gnomebase upstream-version-is-even gobject-introspection | 5 | inherit features_check gnomebase upstream-version-is-even gobject-introspection |
| 6 | 6 | ||
| 7 | DEPENDS += " \ | 7 | DEPENDS += " \ |
| 8 | glib-2.0 \ | 8 | glib-2.0 \ |
