X-Git-Url: https://gerrit.automotivelinux.org/gerrit/gitweb?a=blobdiff_plain;f=meta-hmi-framework%2Frecipes-graphics%2Fagl-service-windowmanager-2017%2Fagl-service-windowmanager-2017_git.bb;h=2434f78e1cd00930f69f92a141279c110a5aa892;hb=865324b3eb000b4dfb3489489592fb34d4ea88c6;hp=3207b79baf8dcb314690d55068f48cec4359b35b;hpb=7ad0d6bcd846b4b4efa0bbaf14cb29c882605b2e;p=AGL%2Fmeta-agl-devel.git 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 index 3207b79b..2434f78e 100644 --- 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 @@ -1,18 +1,22 @@ SUMMARY = "Window Manager service binding for applications" -DESCRIPTION = "Window Manager 2017 is the service binding for controlling rendering rights \ - Applications requests to render itself, then Window Manager check policy and notify layout to respective 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" +SECTION = "graphics" LICENSE = "Apache-2.0" -LIC_FILES_CHKSUM = "file://LICENSE;md5=2ee41112a44fe7014dce33e26468ba93" -DEPENDS = "af-binder json-c wayland wayland-ivi-extension wayland-native" +LIC_FILES_CHKSUM = "file://LICENSE;md5=2ee41112a44fe7014dce33e26468ba93 \ + file://LICENSE.MIT;md5=a7514fe5664902e337bd8a4443d8f348" -SRC_URI = "git://gerrit.automotivelinux.org/gerrit/apps/agl-service-windowmanager-2017;protocol=https;branch=master" -SRCREV = "9d25a6eaeb93ab7c732b3dbca28b6fa86b15347c" -S = "${WORKDIR}/git" +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 = "c392fff74872af6d4f165ff3f854d19f390ec0ee" +S = "${WORKDIR}/git" + #If you would like to output log, uncomment out -#EXTRA_OECMAKE = " -DENABLE_DEBUG_OUTPUT=ON " +EXTRA_OECMAKE_append_agl-devel = " -DENABLE_DEBUG_OUTPUT=ON "