summaryrefslogtreecommitdiffstats
path: root/meta/recipes-sato/l3afpad
diff options
context:
space:
mode:
authorRichard Purdie <richard.purdie@linuxfoundation.org>2020-01-26 22:27:35 +0000
committerRichard Purdie <richard.purdie@linuxfoundation.org>2020-01-27 16:44:03 +0000
commitb9d8eb6a1bafd5f7451e1098e2bf82a344c00747 (patch)
tree606b4062692808bb6ea57b4943af875077fa081f /meta/recipes-sato/l3afpad
parent6269f1935f5fd2d9397045566f2e0e4fc0df85cb (diff)
downloadopenembedded-core-b9d8eb6a1bafd5f7451e1098e2bf82a344c00747.tar.gz
l3afpad: Add missing mime-xdg inherit
Fixes: WARNING: l3afpad-0.8.18.1.11+gitAUTOINC+3cdccdc950-r0 do_package_qa: QA Issue: package contains desktop file with key 'MimeType' but does not inhert mime-xdg: l3afpad path 'XXX/packages-split/l3afpad/usr/share/applications/l3afpad.desktop' [mime-xdg] Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
Diffstat (limited to 'meta/recipes-sato/l3afpad')
-rw-r--r--meta/recipes-sato/l3afpad/l3afpad_git.bb2
1 files changed, 1 insertions, 1 deletions
diff --git a/meta/recipes-sato/l3afpad/l3afpad_git.bb b/meta/recipes-sato/l3afpad/l3afpad_git.bb
index 8906c748ed..6fdcc3e392 100644
--- a/meta/recipes-sato/l3afpad/l3afpad_git.bb
+++ b/meta/recipes-sato/l3afpad/l3afpad_git.bb
@@ -17,7 +17,7 @@ SRCREV ="3cdccdc9505643e50f8208171d9eee5de11a42ff"
S = "${WORKDIR}/git"
-inherit autotools pkgconfig features_check
+inherit autotools pkgconfig features_check mime-xdg
ANY_OF_DISTRO_FEATURES = "${GTK3DISTROFEATURES}"