summaryrefslogtreecommitdiffstats
path: root/meta-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
parentf70843ac47a642472a3ba1b082ed8ee50abc8257 (diff)
downloadmeta-openembedded-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')
-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 f16d5444c..ff529dbbe 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"
4LIC_FILES_CHKSUM = "file://COPYING;md5=b234ee4d69f5fce4486a80fdaf4a4263" 4LIC_FILES_CHKSUM = "file://COPYING;md5=b234ee4d69f5fce4486a80fdaf4a4263"
5DEPENDS = "gtk+ libxfce4util libxfce4ui virtual/libx11 liburi-perl-native cairo" 5DEPENDS = "gtk+ libxfce4util libxfce4ui virtual/libx11 liburi-perl-native cairo"
6DEPENDS_class-native = "glib-2.0-native xfce4-dev-tools-native" 6DEPENDS_class-native = "glib-2.0-native xfce4-dev-tools-native"
7PR = "r2" 7PR = "r3"
8 8
9inherit xfce pythonnative perlnative 9inherit xfce pythonnative perlnative
10 10
@@ -28,6 +28,8 @@ do_install_append () {
28 install -m 755 ${WORKDIR}//gnome-mount ${D}${bindir}/exo-mount-wrapper 28 install -m 755 ${WORKDIR}//gnome-mount ${D}${bindir}/exo-mount-wrapper
29} 29}
30 30
31PACKAGES =+ "exo-csource"
32
31# Note: python bindings did not work in oe-dev and are about to be moved to 33# Note: python bindings did not work in oe-dev and are about to be moved to
32# pyxfce see http://comments.gmane.org/gmane.comp.desktop.xfce.devel.version4/19560 34# pyxfce see http://comments.gmane.org/gmane.comp.desktop.xfce.devel.version4/19560
33FILES_${PN} += "${datadir}/xfce4/ \ 35FILES_${PN} += "${datadir}/xfce4/ \
@@ -37,4 +39,6 @@ FILES_${PN} += "${datadir}/xfce4/ \
37FILES_${PN}-dbg += "${libdir}/gio/modules/.debug \ 39FILES_${PN}-dbg += "${libdir}/gio/modules/.debug \
38 " 40 "
39 41
42FILES_exo-csource += "${bindir}/exo-csource"
43
40BBCLASSEXTEND = "native" 44BBCLASSEXTEND = "native"