]> code.ossystems Code Review - openembedded-core.git/commitdiff
shared-mime-info: add mime to inherit
authorAndreas Müller <schnitzeltony@gmail.com>
Fri, 17 Jan 2020 21:29:04 +0000 (22:29 +0100)
committerRichard Purdie <richard.purdie@linuxfoundation.org>
Sun, 19 Jan 2020 13:24:31 +0000 (13:24 +0000)
shared-mime-info-data: is the base for mime database

Signed-off-by: Andreas Müller <schnitzeltony@gmail.com>
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
meta/recipes-support/shared-mime-info/shared-mime-info_git.bb

index bf48e453a0e3f1754652fec211a386f5a5690a34..b2d562157b729cc8a1271a80aeed9b3630192db2 100644 (file)
@@ -12,7 +12,7 @@ SRCREV = "829b26d85e7d89a0caee03046c3bce373f04c80a"
 PV = "1.15"
 S = "${WORKDIR}/git"
 
-inherit autotools pkgconfig gettext python3native
+inherit autotools pkgconfig gettext python3native mime
 
 EXTRA_OECONF = "--disable-update-mimedb"