icon-slicer: remove gtk+-native dependency from native build
authorMartin Jansa <Martin.Jansa@gmail.com>
Tue, 9 Apr 2013 09:56:24 +0000 (11:56 +0200)
committerPatrick Ohly <patrick.ohly@intel.com>
Fri, 9 Jan 2015 16:28:54 +0000 (08:28 -0800)
* gtk+-native was removed from oe-core

(From meta-openembedded rev: f5930ea4afbfb006190f7ee8afc08f939ac363c7)

Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com>
Signed-off-by: Patrick Ohly <patrick.ohly@intel.com>
meta-openembedded/meta-oe/recipes-devtools/icon-slicer/icon-slicer_0.3.bb

index b9a2909..b77fbf5 100644 (file)
@@ -2,6 +2,7 @@ LICENSE = "GPLv2"
 LIC_FILES_CHKSUM = "file://COPYING;md5=94d55d512a9ba36caa9b7df079bae19f"
 
 DEPENDS = "gtk+ popt"
+DEPENDS_class-native = "popt-native"
 
 SRC_URI = "http://freedesktop.org/software/${BPN}/releases/${BPN}-${PV}.tar.gz \
            file://0001-Makefile.am-no-examples.patch"