mirror of
git://git.yoctoproject.org/poky.git
synced 2025-07-19 12:59:02 +02:00
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. (From OE-Core rev: c3cafc69340d5bc4ec6840e71d63f54283c44960) Signed-off-by: Ross Burton <ross.burton@intel.com> Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
This commit is contained in:
parent
29343ac7b2
commit
3f0f75fe03
|
@ -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"
|
||||
|
|
Loading…
Reference in New Issue
Block a user