]> code.ossystems Code Review - openembedded-core.git/commitdiff
shared-mime-info: enable nativesdk builds
authorRoss Burton <ross.burton@intel.com>
Tue, 5 Sep 2017 16:15:30 +0000 (17:15 +0100)
committerRichard Purdie <richard.purdie@linuxfoundation.org>
Mon, 11 Sep 2017 16:30:11 +0000 (17:30 +0100)
Also remove the redundant DEPENDS_class-native, as the native class generates
this value automatically.

Signed-off-by: Ross Burton <ross.burton@intel.com>
meta/recipes-support/shared-mime-info/shared-mime-info.inc

index 6eedb6d3fdbdac8086f329c89ec8923f06376f47..1f51225b0ee82d7b844058b34a285e24ba0de3a3 100644 (file)
@@ -6,7 +6,6 @@ LICENSE = "LGPLv2+"
 LIC_FILES_CHKSUM = "file://COPYING;md5=b234ee4d69f5fce4486a80fdaf4a4263"
 
 DEPENDS = "libxml2 intltool-native glib-2.0 shared-mime-info-native"
-DEPENDS_class-native = "libxml2-native intltool-native glib-2.0-native"
 
 SRC_URI = "http://freedesktop.org/~hadess/shared-mime-info-${PV}.tar.xz"
 
@@ -33,4 +32,4 @@ do_install_class-native () {
        autotools_do_install
 }
 
-BBCLASSEXTEND = "native"
+BBCLASSEXTEND = "native nativesdk"