mirror of
https://git.yoctoproject.org/poky
synced 2026-05-02 00:32:12 +02:00
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:
committed by
Richard Purdie
parent
a9f1348af9
commit
afc016553b
@@ -30,6 +30,8 @@ do_install () {
|
||||
|
||||
do_install_class-native () {
|
||||
autotools_do_install
|
||||
|
||||
${B}/update-mime-database ${D}${datadir}/mime
|
||||
}
|
||||
|
||||
BBCLASSEXTEND = "native nativesdk"
|
||||
|
||||
Reference in New Issue
Block a user