mirror of
git://git.yoctoproject.org/poky.git
synced 2025-07-19 12:59:02 +02:00
shared-mime-info: fixed dependencies for native version (from trunk)
This commit is contained in:
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() {
|
||||
|
|
Loading…
Reference in New Issue
Block a user