mirror of
https://git.yoctoproject.org/poky
synced 2026-04-04 23:02:22 +02:00
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:
@@ -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