[oe] [meta-oe][PATCH] phoronix-test-suite: add missing mime and mime-xdg inherit

Tim Orling timothy.t.orling at linux.intel.com
Fri Feb 14 23:28:51 UTC 2020


Fixes:
"
WARNING: phoronix-test-suite-9.2.1-r0 do_package_qa: QA Issue:
         package contains desktop file with key 'MimeType' but does not inhert mime-xdg:
         phoronix-test-suite path '/work/all-oe-linux/phoronix-test-suite/9.2.1-r0/packages-split/ \
         phoronix-test-suite/usr/share/applications/phoronix-test-suite-launcher.desktop' [mime-xdg]
WARNING: phoronix-test-suite-9.2.1-r0 do_package_qa: QA Issue:
         package contains mime types but does not inhert mime:
         phoronix-test-suite path '/work/all-oe-linux/phoronix-test-suite/9.2.1-r0/packages-split/ \
         phoronix-test-suite/usr/share/mime/packages/openbenchmarking-mime.xml' [mime]
"

Signed-off-by: Tim Orling <timothy.t.orling at linux.intel.com>
---
 .../phoronix-test-suite/phoronix-test-suite_9.2.1.bb            | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/meta-oe/recipes-benchmark/phoronix-test-suite/phoronix-test-suite_9.2.1.bb b/meta-oe/recipes-benchmark/phoronix-test-suite/phoronix-test-suite_9.2.1.bb
index 6525b8ec0b..4a8e5b5b2a 100644
--- a/meta-oe/recipes-benchmark/phoronix-test-suite/phoronix-test-suite_9.2.1.bb
+++ b/meta-oe/recipes-benchmark/phoronix-test-suite/phoronix-test-suite_9.2.1.bb
@@ -11,7 +11,7 @@ SRC_URI[sha256sum] = "675e7ca96719e2f3b42a6c13421213a398f04da0f8e78f4691fa9261fd
 
 S = "${WORKDIR}/phoronix-test-suite"
 
-inherit systemd allarch
+inherit systemd allarch mime mime-xdg
 
 do_install() {
     DESTDIR=${D} ./install-sh ${exec_prefix}
-- 
2.20.1



More information about the Openembedded-devel mailing list