mirror of
https://git.yoctoproject.org/poky
synced 2026-04-27 03:32:12 +02:00
shared-mime-info: fixed dependencies for native version (from trunk)
This commit is contained in:
committed by
Marcin Juszkiewicz
parent
2a643be89d
commit
deddd3a450
@@ -1,5 +1,7 @@
|
||||
require shared-mime-info.inc
|
||||
|
||||
DEPENDS = "libxml2-native intltool-native glib-2.0-native"
|
||||
|
||||
inherit native
|
||||
|
||||
S = "${WORKDIR}/shared-mime-info-${PV}"
|
||||
|
||||
@@ -1,6 +1,5 @@
|
||||
SECTION = "base"
|
||||
LICENSE = "GPL"
|
||||
DEPENDS = "libxml2 intltool-native glib-2.0"
|
||||
|
||||
SRC_URI = "http://freedesktop.org/~hadess/shared-mime-info-${PV}.tar.bz2"
|
||||
|
||||
|
||||
@@ -1,6 +1,6 @@
|
||||
require shared-mime-info.inc
|
||||
|
||||
DEPENDS += "shared-mime-info-native"
|
||||
DEPENDS = "libxml2 intltool-native glib-2.0 shared-mime-info-native"
|
||||
PR = "r1"
|
||||
|
||||
do_install_append() {
|
||||
|
||||
Reference in New Issue
Block a user