[oe-commits] [openembedded-core] 23/59: shared-mime-info: enable nativesdk builds

git at git.openembedded.org git at git.openembedded.org
Mon Sep 11 16:31:14 UTC 2017


This is an automated email from the git hooks/post-receive script.

rpurdie pushed a commit to branch master
in repository openembedded-core.

commit 7d2d73bf5e9fba30ae79e535adff256b94248e62
Author: Ross Burton <ross.burton at intel.com>
AuthorDate: Tue Sep 5 17:15:30 2017 +0100

    shared-mime-info: enable nativesdk builds
    
    Also remove the redundant DEPENDS_class-native, as the native class generates
    this value automatically.
    
    Signed-off-by: Ross Burton <ross.burton at intel.com>
---
 meta/recipes-support/shared-mime-info/shared-mime-info.inc | 3 +--
 1 file changed, 1 insertion(+), 2 deletions(-)

diff --git a/meta/recipes-support/shared-mime-info/shared-mime-info.inc b/meta/recipes-support/shared-mime-info/shared-mime-info.inc
index 6eedb6d..1f51225 100644
--- a/meta/recipes-support/shared-mime-info/shared-mime-info.inc
+++ b/meta/recipes-support/shared-mime-info/shared-mime-info.inc
@@ -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"

-- 
To stop receiving notification emails like this one, please contact
the administrator of this repository.


More information about the Openembedded-commits mailing list