]> code.ossystems Code Review - openembedded-core.git/commitdiff
shared-mime-info: actually depends on itstool-native
authorRoss Burton <ross.burton@intel.com>
Wed, 22 Jan 2020 12:57:46 +0000 (12:57 +0000)
committerRichard Purdie <richard.purdie@linuxfoundation.org>
Mon, 27 Jan 2020 16:38:54 +0000 (16:38 +0000)
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@intel.com>
meta/recipes-support/shared-mime-info/shared-mime-info_git.bb

index b2d562157b729cc8a1271a80aeed9b3630192db2..f0d5bc62e9ed2fd36b4a7d52d88f86eba4b4b7ae 100644 (file)
@@ -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"