mirror of
https://github.com/openembedded/meta-openembedded.git
synced 2026-06-05 02:50:46 +00:00
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@linux.intel.com>
Signed-off-by: Khem Raj <raj.khem@gmail.com>
This commit is contained in:
@@ -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}
|
||||
|
||||
Reference in New Issue
Block a user