[oe-commits] [meta-openembedded] 01/02: dnfdragora: Inherit mime-xdg

git at git.openembedded.org git at git.openembedded.org
Sat Feb 22 02:49:28 UTC 2020


This is an automated email from the git hooks/post-receive script.

khem pushed a commit to branch master-next
in repository meta-openembedded.

commit 6b6a18d75c71dc8b26e1de8b3f7d81a8c6e7a526
Author: Khem Raj <raj.khem at gmail.com>
AuthorDate: Fri Feb 21 18:47:59 2020 -0800

    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 at gmail.com>
---
 meta-oe/recipes-graphics/dnfdragora/dnfdragora_git.bb | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/meta-oe/recipes-graphics/dnfdragora/dnfdragora_git.bb b/meta-oe/recipes-graphics/dnfdragora/dnfdragora_git.bb
index 3f2dc30..7a51a4a 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"
 
 S = "${WORKDIR}/git"
 
-inherit cmake gettext pkgconfig python3-dir python3native distutils3-base
+inherit cmake gettext pkgconfig python3-dir python3native distutils3-base mime-xdg
 
 DEPENDS += "dnf python3 "
 #DEPENDS_class-nativesdk += "nativesdk-python3"

-- 
To stop receiving notification emails like this one, please contact
the administrator of this repository.


More information about the Openembedded-commits mailing list