1
0
mirror of https://git.yoctoproject.org/poky synced 2026-06-06 14:49:50 +00:00

shared-mime-info: fixed dependencies for native version (from trunk)

This commit is contained in:
Marcin Juszkiewicz
2008-10-02 19:02:51 +00:00
committed by Marcin Juszkiewicz
parent 2a643be89d
commit deddd3a450
3 changed files with 3 additions and 2 deletions
@@ -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() {