diff options
author | Kazumasa Mitsunari <knimitz@witz-inc.co.jp> | 2018-10-04 11:45:56 +0900 |
---|---|---|
committer | Jan-Simon Moeller <jsmoeller@linuxfoundation.org> | 2018-10-08 08:57:58 +0000 |
commit | 318a94ae89422197cbdfaf2462f5cf9cf741c42f (patch) | |
tree | 279dd32e8a4e5028196c9cd121e0cee1dde80eb4 /meta-hmi-framework/recipes-graphics/agl-service-windowmanager-2017 | |
parent | f4b12f50fec0f4ac8d19ce8b0d15f452c8b04230 (diff) |
agl-service-windowmanager : Drop -2017
Move repository from agl-service-windowmanager-2017
to agl-service-windowmanager
Change-Id: I5905509a12f2db407766219ed1a1d536d83bb1fe
Signed-off-by: Kazumasa Mitsunari <knimitz@witz-inc.co.jp>
Diffstat (limited to 'meta-hmi-framework/recipes-graphics/agl-service-windowmanager-2017')
-rw-r--r-- | meta-hmi-framework/recipes-graphics/agl-service-windowmanager-2017/agl-service-windowmanager-2017_git.bb | 23 |
1 files changed, 0 insertions, 23 deletions
diff --git a/meta-hmi-framework/recipes-graphics/agl-service-windowmanager-2017/agl-service-windowmanager-2017_git.bb b/meta-hmi-framework/recipes-graphics/agl-service-windowmanager-2017/agl-service-windowmanager-2017_git.bb deleted file mode 100644 index f0f92e30..00000000 --- a/meta-hmi-framework/recipes-graphics/agl-service-windowmanager-2017/agl-service-windowmanager-2017_git.bb +++ /dev/null @@ -1,23 +0,0 @@ -SUMMARY = "Window Manager service binding for applications" -DESCRIPTION = "Window Manager 2017 is the service binding for controlling \ - rendering rights. Applications request to render itself, \ - then Window Manager checks the policy and notifies the \ - layout to the respective applications \ - " -HOMEPAGE = "https://wiki.automotivelinux.org/windowmanager" -SECTION = "graphics" -LICENSE = "Apache-2.0" -LIC_FILES_CHKSUM = "file://LICENSE;md5=2ee41112a44fe7014dce33e26468ba93 \ - file://LICENSE.MIT;md5=a7514fe5664902e337bd8a4443d8f348" - -DEPENDS = "af-binder json-c wayland wayland-ivi-extension wayland-native" - -inherit cmake aglwgt - -SRC_URI = "git://gerrit.automotivelinux.org/gerrit/apps/agl-service-windowmanager-2017;protocol=https;branch=${AGL_BRANCH}" -SRCREV = "e65b048f311335ee550ac51f97f8ce50468babf9" -PV = "1.0+git${SRCPV}" -S = "${WORKDIR}/git" - -#If you would like to output log, uncomment out -EXTRA_OECMAKE_append_agl-devel = " -DENABLE_DEBUG_OUTPUT=ON " |