shared-mime-info: update the database also in native builds

Otherwise glib-compile-resources fails when building gtk+3-native.

(From OE-Core rev: 06451327a777e481d5328c3eeb6b9225c8724ac1)

Signed-off-by: Alexander Kanavin <alex.kanavin@gmail.com>
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
This commit is contained in:
Alexander Kanavin
2019-01-28 13:46:34 +01:00
committed by Richard Purdie
parent a9f1348af9
commit afc016553b

View File

@@ -30,6 +30,8 @@ do_install () {
do_install_class-native () {
autotools_do_install
${B}/update-mime-database ${D}${datadir}/mime
}
BBCLASSEXTEND = "native nativesdk"