aboutsummaryrefslogtreecommitdiffstats
path: root/meta-xfce/recipes-xfce
diff options
context:
space:
mode:
authorAndreas Müller <schnitzeltony@googlemail.com>2013-04-05 23:03:31 +0000
committerMartin Jansa <Martin.Jansa@gmail.com>2013-04-09 21:34:16 +0200
commit313113839ce6a9236ef62d9c36439747ba12507a (patch)
tree4fdbfd942ae5a550f5ca9eff016caf484e93316d /meta-xfce/recipes-xfce
parentf70843ac47a642472a3ba1b082ed8ee50abc8257 (diff)
downloadmeta-openembedded-contrib-313113839ce6a9236ef62d9c36439747ba12507a.tar.gz
exo: create a package for exo-csource - it is not required on target
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')
-rw-r--r--meta-xfce/recipes-xfce/exo/exo_0.10.2.bb6
1 files changed, 5 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 f16d5444c9..ff529dbbe1 100644
--- a/meta-xfce/recipes-xfce/exo/exo_0.10.2.bb
+++ b/meta-xfce/recipes-xfce/exo/exo_0.10.2.bb
@@ -4,7 +4,7 @@ LICENSE = "GPLv2"
LIC_FILES_CHKSUM = "file://COPYING;md5=b234ee4d69f5fce4486a80fdaf4a4263"
DEPENDS = "gtk+ libxfce4util libxfce4ui virtual/libx11 liburi-perl-native cairo"
DEPENDS_class-native = "glib-2.0-native xfce4-dev-tools-native"
-PR = "r2"
+PR = "r3"
inherit xfce pythonnative perlnative
@@ -28,6 +28,8 @@ do_install_append () {
install -m 755 ${WORKDIR}//gnome-mount ${D}${bindir}/exo-mount-wrapper
}
+PACKAGES =+ "exo-csource"
+
# Note: python bindings did not work in oe-dev and are about to be moved to
# pyxfce see http://comments.gmane.org/gmane.comp.desktop.xfce.devel.version4/19560
FILES_${PN} += "${datadir}/xfce4/ \
@@ -37,4 +39,6 @@ FILES_${PN} += "${datadir}/xfce4/ \
FILES_${PN}-dbg += "${libdir}/gio/modules/.debug \
"
+FILES_exo-csource += "${bindir}/exo-csource"
+
BBCLASSEXTEND = "native"