Skip to content

Commit 1205a4e

Browse files
viatskRaphael Kubo da Costa
authored andcommitted
chromium: Add mime-xdg to get rid of build warning
When building chromium without including mime-xdg, bitbake throws the following warning: WARNING: chromium-x11-86.0.4240.111-r0 do_package_qa: QA Issue: package contains desktop file with key 'MimeType' but does not inhert mime In order to deal with this error, have the chromium recipe inherit the mime-xdg recipe. Signed-off-by: Stacy Gaikovaia <stacygaikovaia@gmail.com>
1 parent 1aef1b7 commit 1205a4e

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

recipes-browser/chromium/chromium.inc

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@ TOOLCHAIN = "clang"
1818
# to build the native recipes (e.g. GN) with clang too.
1919
TOOLCHAIN_class-native = "clang"
2020

21-
inherit pythonnative setuptools
21+
inherit mime-xdg pythonnative setuptools
2222

2323
# Chromium itself is licensed under the 3-clause BSD license. However, it
2424
# depends upon several other projects whose copyright files are listed in

0 commit comments

Comments
 (0)