diff options
| author | Andreas Müller <schnitzeltony@gmail.com> | 2018-10-26 12:48:51 +0200 |
|---|---|---|
| committer | Khem Raj <raj.khem@gmail.com> | 2018-10-26 21:08:44 -0700 |
| commit | 9ef8a7f0b5f2c396228b1bb3dd91317d5a0239f1 (patch) | |
| tree | 87194ffa37ac9795bbf7a9ff4f8cde338b29ed60 /meta-xfce/recipes-xfce/exo/exo_0.12.3.bb | |
| parent | 995504de0ac613b0e95ca6025a1cb4c8dc74266c (diff) | |
| download | meta-openembedded-9ef8a7f0b5f2c396228b1bb3dd91317d5a0239f1.tar.gz | |
exo: upgrade 0.12.2 -> 0.12.3
Signed-off-by: Andreas Müller <schnitzeltony@gmail.com>
Signed-off-by: Khem Raj <raj.khem@gmail.com>
Diffstat (limited to 'meta-xfce/recipes-xfce/exo/exo_0.12.3.bb')
| -rw-r--r-- | meta-xfce/recipes-xfce/exo/exo_0.12.3.bb | 36 |
1 files changed, 36 insertions, 0 deletions
diff --git a/meta-xfce/recipes-xfce/exo/exo_0.12.3.bb b/meta-xfce/recipes-xfce/exo/exo_0.12.3.bb new file mode 100644 index 0000000000..9c4829bbf8 --- /dev/null +++ b/meta-xfce/recipes-xfce/exo/exo_0.12.3.bb | |||
| @@ -0,0 +1,36 @@ | |||
| 1 | DESCRIPTION="Application library for the Xfce desktop environment" | ||
| 2 | SECTION = "x11" | ||
| 3 | LICENSE = "GPLv2" | ||
| 4 | LIC_FILES_CHKSUM = "file://COPYING;md5=b234ee4d69f5fce4486a80fdaf4a4263" | ||
| 5 | DEPENDS = "gtk+ libxfce4util libxfce4ui virtual/libx11 liburi-perl-native cairo" | ||
| 6 | DEPENDS_class-native = "glib-2.0-native xfce4-dev-tools-native intltool-native" | ||
| 7 | |||
| 8 | inherit xfce pythonnative perlnative gtk-doc distro_features_check | ||
| 9 | |||
| 10 | REQUIRED_DISTRO_FEATURES = "x11" | ||
| 11 | REQUIRED_DISTRO_FEATURES_class-native = "" | ||
| 12 | |||
| 13 | # SRC_URI must follow inherited one | ||
| 14 | SRC_URI += " \ | ||
| 15 | file://exo-no-tests-0.8.patch \ | ||
| 16 | file://configure.patch \ | ||
| 17 | " | ||
| 18 | |||
| 19 | SRC_URI_append_class-native = " \ | ||
| 20 | file://reduce-build-to-exo-csource-only.patch \ | ||
| 21 | " | ||
| 22 | |||
| 23 | SRC_URI[md5sum] = "da934c5939f2ee4540f5d48991053f01" | ||
| 24 | SRC_URI[sha256sum] = "b96fe86bb504aa9b3332b96105d755f5d9052c903fd6574b512a5ef76c0ad439" | ||
| 25 | |||
| 26 | PACKAGES =+ "exo-csource" | ||
| 27 | |||
| 28 | # Note: python bindings did not work in oe-dev and are about to be moved to | ||
| 29 | # pyxfce see http://comments.gmane.org/gmane.comp.desktop.xfce.devel.version4/19560 | ||
| 30 | FILES_${PN} += "${datadir}/xfce4/ \ | ||
| 31 | ${libdir}/xfce4/exo-1 \ | ||
| 32 | " | ||
| 33 | |||
| 34 | FILES_exo-csource += "${bindir}/exo-csource" | ||
| 35 | |||
| 36 | BBCLASSEXTEND = "native" | ||
