From 7ad0d6bcd846b4b4efa0bbaf14cb29c882605b2e Mon Sep 17 00:00:00 2001 From: Kazumasa Mitsunari Date: Mon, 23 Oct 2017 23:52:46 +0900 Subject: Split library from windowmanager To improve independency, library from windowmanager service binder should be splitted [Patch Sets 2] - Remove installation of layers.json. It is included in CMakeFile. https://gerrit.automotivelinux.org/gerrit/#/c/11523/ - Remove unnecessary tabs. [Patch Sets 3] - Rename the recipe [Patch Sets 4] - Modified description about recipes - Moved S variables after SRC_URI Change-Id: I37c394991f8f18359bcf6816e9edd82e6442ce5b Signed-off-by: Kazumasa Mitsunari Signed-off-by: Yuta Doi --- .../libwindowmanager/libwindowmanager_git.bb | 12 ++++++++++++ 1 file changed, 12 insertions(+) create mode 100644 meta-hmi-framework/recipes-graphics/libwindowmanager/libwindowmanager_git.bb (limited to 'meta-hmi-framework/recipes-graphics/libwindowmanager/libwindowmanager_git.bb') diff --git a/meta-hmi-framework/recipes-graphics/libwindowmanager/libwindowmanager_git.bb b/meta-hmi-framework/recipes-graphics/libwindowmanager/libwindowmanager_git.bb new file mode 100644 index 00000000..4893ca32 --- /dev/null +++ b/meta-hmi-framework/recipes-graphics/libwindowmanager/libwindowmanager_git.bb @@ -0,0 +1,12 @@ +SUMMARY = "Window Manager client library for applications" +SECTION = "graphics" +LICENSE = "Apache-2.0" +LIC_FILES_CHKSUM = "file://LICENSE;md5=ae6497158920d9524cf208c09cc4c984" +DEPENDS = "af-binder json-c" +RDEPENDS_${PN} = "agl-service-windowmanager-2017" + +SRC_URI = "git://gerrit.automotivelinux.org/gerrit/staging/libwindowmanager.git;protocol=https;branch=master" +SRCREV = "922255ac97240980059979ab7975118f46c950a0" +S = "${WORKDIR}/git" + +inherit cmake -- cgit 1.2.3-korg