[oe-commits] [openembedded-core] 26/64: shared-mime-info: actually depends on itstool-native

git at git.openembedded.org git at git.openembedded.org
Mon Jan 27 16:49:06 UTC 2020


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

rpurdie pushed a commit to branch master
in repository openembedded-core.

commit c3cafc69340d5bc4ec6840e71d63f54283c44960
Author: Ross Burton <ross.burton at intel.com>
AuthorDate: Wed Jan 22 12:57:46 2020 +0000

    shared-mime-info: actually depends on itstool-native
    
    shared-mime-info needs itstool-native, not itstool.  Fixing this removes itstool
    from the rdepends of shared-mime-info-dev.
    
    Signed-off-by: Ross Burton <ross.burton at intel.com>
---
 meta/recipes-support/shared-mime-info/shared-mime-info_git.bb | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/meta/recipes-support/shared-mime-info/shared-mime-info_git.bb b/meta/recipes-support/shared-mime-info/shared-mime-info_git.bb
index b2d5621..f0d5bc6 100644
--- a/meta/recipes-support/shared-mime-info/shared-mime-info_git.bb
+++ b/meta/recipes-support/shared-mime-info/shared-mime-info_git.bb
@@ -5,7 +5,7 @@ SECTION = "base"
 LICENSE = "GPLv2"
 LIC_FILES_CHKSUM = "file://COPYING;md5=b234ee4d69f5fce4486a80fdaf4a4263"
 
-DEPENDS = "libxml2 itstool glib-2.0 shared-mime-info-native"
+DEPENDS = "libxml2 itstool-native glib-2.0 shared-mime-info-native"
 
 SRC_URI = "git://gitlab.freedesktop.org/xdg/shared-mime-info.git;protocol=https"
 SRCREV = "829b26d85e7d89a0caee03046c3bce373f04c80a"

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


More information about the Openembedded-commits mailing list