shared-mime-info: fixed dependencies for native version

git-svn-id: https://svn.o-hand.com/repos/poky/trunk@5387 311d38ba-8fff-0310-9ca6-ca027cbcb966
This commit is contained in:
Marcin Juszkiewicz 2008-10-02 19:02:51 +00:00
parent 2d4b12e62b
commit 08565015fb
3 changed files with 3 additions and 2 deletions

View File

@ -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}"

View File

@ -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"

View File

@ -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() {