From 901b5f87d34862b55dc8366a5e5a652151efcc37 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Andreas=20M=C3=BCller?= Date: Fri, 8 Apr 2016 22:50:38 +0200 Subject: [PATCH] hawaii-workspace: initial add 0.6.90+ MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Signed-off-by: Andreas Müller --- .../hawaii-workspace/hawaii-workspace_git.bb | 29 +++++++++++++++++++ 1 file changed, 29 insertions(+) create mode 100644 recipes-hawaii/hawaii-workspace/hawaii-workspace_git.bb diff --git a/recipes-hawaii/hawaii-workspace/hawaii-workspace_git.bb b/recipes-hawaii/hawaii-workspace/hawaii-workspace_git.bb new file mode 100644 index 00000000..42ac2d80 --- /dev/null +++ b/recipes-hawaii/hawaii-workspace/hawaii-workspace_git.bb @@ -0,0 +1,29 @@ +SUMMARY = "Base applications for Hawaii" +LICENSE = "GPLv2 & LGPLv2.1" +LIC_FILES_CHKSUM = " \ + file://LICENSE.GPLv2;md5=b234ee4d69f5fce4486a80fdaf4a4263 \ + file://LICENSE.LGPLv2.1;md5=4fbd65380cdd255951079008b364516c \ +" + +inherit hawaii systemd + +DEPENDS += " \ + libhawaii \ + greenisland \ + polkit-qt-1 \ + qt-gstreamer \ +" + +SRCREV = "c882b526c131d860d584197d8141120535be324d" +PV = "0.6.90+git${SRCPV}" +S = "${WORKDIR}/git" + +EXTRA_OECMAKE += " \ + -DSYSTEMD_USER_UNIT_DIR=${systemd_system_unitdir} \ +" + +FILES_${PN} += " \ + ${datadir}/glib-2.0 \ + ${datadir}/desktop-directories \ + ${OE_QMAKE_PATH_PLUGINS} \ +"