[oe-commits] [meta-openembedded] 28/30: phoronix-test-suite: add missing mime and mime-xdg inherit

git at git.openembedded.org git at git.openembedded.org
Sat Feb 15 01:17:13 UTC 2020


This is an automated email from the git hooks/post-receive script.

khem pushed a commit to branch master-next
in repository meta-openembedded.

commit 85ac8a0a8dcc7a434d97a37616069d1e928c7a10
Author: Tim Orling <timothy.t.orling at linux.intel.com>
AuthorDate: Fri Feb 14 15:28:51 2020 -0800

    phoronix-test-suite: add missing mime and mime-xdg inherit
    
    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>
    Signed-off-by: Khem Raj <raj.khem at gmail.com>
---
 .../recipes-benchmark/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 6525b8e..4a8e5b5 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}

-- 
To stop receiving notification emails like this one, please contact
the administrator of this repository.


More information about the Openembedded-commits mailing list