summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorJoshua Watt <JPEWhacker@gmail.com>2020-01-29 15:22:57 -0600
committerRichard Purdie <richard.purdie@linuxfoundation.org>2020-02-02 15:02:59 +0000
commit55c8ced8b1bf797e7726512fe7a9d66593e7c34e (patch)
tree027fd5c6db01116bb989eff6163c794d52c5c451
parenta764a648b1f010c1faedb3ef361a1daa74a69d44 (diff)
downloadmeta-gplv2-55c8ced8b1bf797e7726512fe7a9d66593e7c34e.tar.gz
shared-mime-info: Add inherit mime
Inherits mime.bbclass to fixe the QA issue: "do_package_qa: QA Issue: package contains mime types but does not inherit mime" Signed-off-by: Joshua Watt <JPEWhacker@gmail.com> Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
-rw-r--r--recipes-support/shared-mime-info/shared-mime-info.inc2
1 files changed, 1 insertions, 1 deletions
diff --git a/recipes-support/shared-mime-info/shared-mime-info.inc b/recipes-support/shared-mime-info/shared-mime-info.inc
index 3fe1a44..2614d3a 100644
--- a/recipes-support/shared-mime-info/shared-mime-info.inc
+++ b/recipes-support/shared-mime-info/shared-mime-info.inc
@@ -9,7 +9,7 @@ DEPENDS = "libxml2 intltool-native glib-2.0 shared-mime-info-native"
9 9
10SRC_URI = "http://freedesktop.org/~hadess/shared-mime-info-${PV}.tar.xz" 10SRC_URI = "http://freedesktop.org/~hadess/shared-mime-info-${PV}.tar.xz"
11 11
12inherit autotools pkgconfig gettext 12inherit autotools pkgconfig gettext mime
13 13
14EXTRA_OECONF = "--disable-update-mimedb" 14EXTRA_OECONF = "--disable-update-mimedb"
15 15