diff options
author | Andreas Müller <schnitzeltony@googlemail.com> | 2013-04-05 23:03:31 +0000 |
---|---|---|
committer | Martin Jansa <Martin.Jansa@gmail.com> | 2013-04-09 21:34:16 +0200 |
commit | 313113839ce6a9236ef62d9c36439747ba12507a (patch) | |
tree | 4fdbfd942ae5a550f5ca9eff016caf484e93316d /meta-xfce/recipes-xfce/exo | |
parent | f70843ac47a642472a3ba1b082ed8ee50abc8257 (diff) | |
download | meta-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/recipes-xfce/exo')
-rw-r--r-- | meta-xfce/recipes-xfce/exo/exo_0.10.2.bb | 6 |
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" | |||
4 | LIC_FILES_CHKSUM = "file://COPYING;md5=b234ee4d69f5fce4486a80fdaf4a4263" | 4 | LIC_FILES_CHKSUM = "file://COPYING;md5=b234ee4d69f5fce4486a80fdaf4a4263" |
5 | DEPENDS = "gtk+ libxfce4util libxfce4ui virtual/libx11 liburi-perl-native cairo" | 5 | DEPENDS = "gtk+ libxfce4util libxfce4ui virtual/libx11 liburi-perl-native cairo" |
6 | DEPENDS_class-native = "glib-2.0-native xfce4-dev-tools-native" | 6 | DEPENDS_class-native = "glib-2.0-native xfce4-dev-tools-native" |
7 | PR = "r2" | 7 | PR = "r3" |
8 | 8 | ||
9 | inherit xfce pythonnative perlnative | 9 | inherit 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 | ||
31 | PACKAGES =+ "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 |
33 | FILES_${PN} += "${datadir}/xfce4/ \ | 35 | FILES_${PN} += "${datadir}/xfce4/ \ |
@@ -37,4 +39,6 @@ FILES_${PN} += "${datadir}/xfce4/ \ | |||
37 | FILES_${PN}-dbg += "${libdir}/gio/modules/.debug \ | 39 | FILES_${PN}-dbg += "${libdir}/gio/modules/.debug \ |
38 | " | 40 | " |
39 | 41 | ||
42 | FILES_exo-csource += "${bindir}/exo-csource" | ||
43 | |||
40 | BBCLASSEXTEND = "native" | 44 | BBCLASSEXTEND = "native" |