From f8d949e9897463908719a1c1160f88d8e40817ea Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Andreas=20M=C3=BCller?= Date: Sun, 1 Feb 2015 22:14:19 +0100 Subject: [PATCH] add lxqt-common MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Signed-off-by: Andreas Müller --- recipes-lxqt/lxqt-common/lxqt-common_git.bb | 14 ++++++++++++++ 1 file changed, 14 insertions(+) create mode 100644 recipes-lxqt/lxqt-common/lxqt-common_git.bb diff --git a/recipes-lxqt/lxqt-common/lxqt-common_git.bb b/recipes-lxqt/lxqt-common/lxqt-common_git.bb new file mode 100644 index 00000000..e37436a7 --- /dev/null +++ b/recipes-lxqt/lxqt-common/lxqt-common_git.bb @@ -0,0 +1,14 @@ +SUMMARY = "Common files for LXQt" +LICENSE = "CC-BY-SA-3.0" +LIC_FILES_CHKSUM = "file://README.md;;beginline=8;endline=8;md5=fe89974151c809631428df2e880f46d4" + +inherit lxqt + +DEPENDS += "liblxqt" + +SRCREV = "7db79ae08a53e8578ce24846686fc8a0c6048b9f" +PV = "0.8.0+git${SRCPV}" + +FILES_${PN} += " \ + ${datadir} \ +"