aboutsummaryrefslogtreecommitdiffstats
path: root/meta-xfce/recipes-xfce/exo/exo_0.10.2.bb
diff options
context:
space:
mode:
authorAndreas Müller <schnitzeltony@googlemail.com>2013-04-02 22:00:16 +0000
committerMartin Jansa <Martin.Jansa@gmail.com>2013-04-04 08:14:22 +0200
commit3c1619bc5a6dc42acca4a89db9f162b5505cedb8 (patch)
treeb7096ec7c262629a69e25c36357d17974e54facb /meta-xfce/recipes-xfce/exo/exo_0.10.2.bb
parent7ea47c2cfac97a4e2df7631b4517af33557980e8 (diff)
downloadmeta-openembedded-contrib-3c1619bc5a6dc42acca4a89db9f162b5505cedb8.tar.gz
exo: add native build
The native build creates exo-csource only. exo-csource converts glade-files into c-header files. When building xfce projects from git repo, exo-csource is required (tarballs have the glade-headers included). Signed-off-by: Andreas Müller <schnitzeltony@googlemail.com> Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com>
Diffstat (limited to 'meta-xfce/recipes-xfce/exo/exo_0.10.2.bb')
-rw-r--r--meta-xfce/recipes-xfce/exo/exo_0.10.2.bb9
1 files changed, 8 insertions, 1 deletions
diff --git a/meta-xfce/recipes-xfce/exo/exo_0.10.2.bb b/meta-xfce/recipes-xfce/exo/exo_0.10.2.bb
index 6aa1056492..f16d5444c9 100644
--- a/meta-xfce/recipes-xfce/exo/exo_0.10.2.bb
+++ b/meta-xfce/recipes-xfce/exo/exo_0.10.2.bb
@@ -3,7 +3,8 @@ SECTION = "x11"
LICENSE = "GPLv2"
LIC_FILES_CHKSUM = "file://COPYING;md5=b234ee4d69f5fce4486a80fdaf4a4263"
DEPENDS = "gtk+ libxfce4util libxfce4ui virtual/libx11 liburi-perl-native cairo"
-PR = "r1"
+DEPENDS_class-native = "glib-2.0-native xfce4-dev-tools-native"
+PR = "r2"
inherit xfce pythonnative perlnative
@@ -14,6 +15,10 @@ SRC_URI += " \
file://gnome-mount \
"
+SRC_URI_append_class-native = " \
+ file://reduce-build-to-exo-csource-only.patch \
+"
+
SRC_URI[md5sum] = "c70f2a217811bfba2e62f938d4b8f748"
SRC_URI[sha256sum] = "b385828bf8a38204da3254b57fdfa25a72694495aa189fabd5040f707eec76ce"
@@ -31,3 +36,5 @@ FILES_${PN} += "${datadir}/xfce4/ \
FILES_${PN}-dbg += "${libdir}/gio/modules/.debug \
"
+
+BBCLASSEXTEND = "native"