[oe-commits] Manuel Bachmann : wayland-fits: Add recipe

git at git.openembedded.org git at git.openembedded.org
Wed Sep 23 14:01:05 UTC 2015


Module: meta-openembedded.git
Branch: master-next
Commit: 922232bfae7f0b1b479ac6b1669356cb49ba3137
URL:    http://git.openembedded.org/?p=meta-openembedded.git&a=commit;h=922232bfae7f0b1b479ac6b1669356cb49ba3137

Author: Manuel Bachmann <manuel.bachmann at iot.bzh>
Date:   Tue Sep 22 21:18:13 2015 +0200

wayland-fits: Add recipe

wayland-fits is a functional integration test suite
for Wayland and Weston.

It optionally supports EFL and GTK+ tests.

Signed-off-by: Manuel Bachmann <manuel.bachmann at iot.bzh>
Signed-off-by: Martin Jansa <Martin.Jansa at gmail.com>

---

 .../recipes-graphics/wayland/wayland-fits_git.bb   | 33 ++++++++++++++++++++++
 1 file changed, 33 insertions(+)

diff --git a/meta-oe/recipes-graphics/wayland/wayland-fits_git.bb b/meta-oe/recipes-graphics/wayland/wayland-fits_git.bb
new file mode 100755
index 0000000..a0eefb5
--- /dev/null
+++ b/meta-oe/recipes-graphics/wayland/wayland-fits_git.bb
@@ -0,0 +1,33 @@
+SUMMARY = "Wayland-fits, the Wayland Functional Integration Test Suite"
+DESCRIPTION = "Wayland-fits is a fully automated functional integration \
+test suite. Its main purpose is to test the functionality and integration of \
+client-side (i.e. toolkit) and server-side (compositor) implementations of \
+the Wayland protocol."
+HOMEPAGE = "https://github.com/01org/wayland-fits"
+LICENSE = "MIT"
+LIC_FILES_CHKSUM = "file://COPYING;md5=f8d34cadaf891753c0f00c6cd48f08f5 \
+                    file://src/extensions/weston/weston-wfits.cpp;endline=21;md5=848c81e55cf3a30a9f6ed75f0dba7a97"
+
+SRC_URI = "git://github.com/01org/wayland-fits.git"
+SRCREV = "f30dfa9fceb438d3687c5215093fffc21a7852fc"
+
+S = "${WORKDIR}/git"
+
+inherit autotools pkgconfig
+
+DEPENDS = "libcheck boost wayland weston"
+RDEPENDS_${PN} = "weston"
+
+EXTRA_OECONF += "--enable-shared --disable-static --with-boost-libdir=${STAGING_LIBDIR}"
+
+PACKAGECONFIG ?= "elementary gtk+3"
+
+PACKAGECONFIG[elementary] = "--enable-efl-tests,--disable-efl-tests,elementary"
+PACKAGECONFIG[gtk+3] = "--enable-gtk-tests,--disable-gtk-tests,gtk+3"
+
+do_install_append() {
+	rm -f ${D}/${libdir}/weston/*.la
+}
+
+FILES_${PN} += "${bindir}/wfits ${libdir}/weston/*.so"
+FILES_${PN}-dbg += "${bindir}/.debug ${libdir}/weston/.debug ${prefix}/src"



More information about the Openembedded-commits mailing list