mime.bbclass: Add PACKAGE_WRITE_DEPS for postinst

update-mime-database is used in postinstall.

(From OE-Core rev: 57d63e8e89980c53f40e12ca670fc3f58f7e4c0f)

Signed-off-by: Jussi Kukkonen <jussi.kukkonen@intel.com>
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
This commit is contained in:
Jussi Kukkonen 2017-01-19 10:53:05 +02:00 committed by Richard Purdie
parent 777ed33f44
commit c197a98cee
1 changed files with 2 additions and 1 deletions

View File

@ -1,4 +1,5 @@
DEPENDS += "shared-mime-info-native shared-mime-info"
DEPENDS += "shared-mime-info"
PACKAGE_WRITE_DEPS += "shared-mime-info-native"
mime_postinst() {
if [ "$1" = configure ]; then