diff options
author | Khem Raj <raj.khem@gmail.com> | 2020-02-21 18:47:59 -0800 |
---|---|---|
committer | Khem Raj <raj.khem@gmail.com> | 2020-02-21 18:49:29 -0800 |
commit | 6b6a18d75c71dc8b26e1de8b3f7d81a8c6e7a526 (patch) | |
tree | 557b7fc947c723a209cd9f49ff28e23812424d25 /meta-oe/recipes-graphics/dnfdragora | |
parent | 2b36db7f5fae1351a9b344f6e6aafb802c274baa (diff) | |
download | meta-openembedded-6b6a18d75c71dc8b26e1de8b3f7d81a8c6e7a526.tar.gz |
dnfdragora: Inherit mime-xdg
FIxes QA warning
WARNING: dnfdragora-1.0.1+gitAUTOINC+4fef4ce889-r0 do_package_qa: QA Issue: package contains desktop file with key 'MimeType' but does not inhert mime-xdg
Signed-off-by: Khem Raj <raj.khem@gmail.com>
Diffstat (limited to 'meta-oe/recipes-graphics/dnfdragora')
-rw-r--r-- | meta-oe/recipes-graphics/dnfdragora/dnfdragora_git.bb | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/meta-oe/recipes-graphics/dnfdragora/dnfdragora_git.bb b/meta-oe/recipes-graphics/dnfdragora/dnfdragora_git.bb index 3f2dc3060..7a51a4a25 100644 --- a/meta-oe/recipes-graphics/dnfdragora/dnfdragora_git.bb +++ b/meta-oe/recipes-graphics/dnfdragora/dnfdragora_git.bb | |||
@@ -15,7 +15,7 @@ SRCREV = "4fef4ce889b8e4fa03191d414f63bfd50796152a" | |||
15 | 15 | ||
16 | S = "${WORKDIR}/git" | 16 | S = "${WORKDIR}/git" |
17 | 17 | ||
18 | inherit cmake gettext pkgconfig python3-dir python3native distutils3-base | 18 | inherit cmake gettext pkgconfig python3-dir python3native distutils3-base mime-xdg |
19 | 19 | ||
20 | DEPENDS += "dnf python3 " | 20 | DEPENDS += "dnf python3 " |
21 | #DEPENDS_class-nativesdk += "nativesdk-python3" | 21 | #DEPENDS_class-nativesdk += "nativesdk-python3" |