[oe-commits] Martin Jansa : icon-slicer: remove gtk+-native dependency from native build

git at git.openembedded.org git at git.openembedded.org
Thu Apr 11 09:34:29 UTC 2013


Module: meta-openembedded.git
Branch: master
Commit: f5930ea4afbfb006190f7ee8afc08f939ac363c7
URL:    http://git.openembedded.org/?p=meta-openembedded.git&a=commit;h=f5930ea4afbfb006190f7ee8afc08f939ac363c7

Author: Martin Jansa <Martin.Jansa at gmail.com>
Date:   Tue Apr  9 11:56:24 2013 +0200

icon-slicer: remove gtk+-native dependency from native build

* gtk+-native was removed from oe-core

Signed-off-by: Martin Jansa <Martin.Jansa at gmail.com>

---

 .../icon-slicer/icon-slicer_0.3.bb                 |    1 +
 1 files changed, 1 insertions(+), 0 deletions(-)

diff --git a/meta-oe/recipes-devtools/icon-slicer/icon-slicer_0.3.bb b/meta-oe/recipes-devtools/icon-slicer/icon-slicer_0.3.bb
index b9a2909..b77fbf5 100644
--- a/meta-oe/recipes-devtools/icon-slicer/icon-slicer_0.3.bb
+++ b/meta-oe/recipes-devtools/icon-slicer/icon-slicer_0.3.bb
@@ -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"





More information about the Openembedded-commits mailing list