X-Git-Url: https://gerrit.automotivelinux.org/gerrit/gitweb?a=blobdiff_plain;ds=sidebyside;f=meta-hmi-framework%2Frecipes-graphics%2Fagl-service-windowmanager-2017%2Fagl-service-windowmanager-2017_git.bb;h=dfc3797bb46b123cbbcd699d8ca421bf4d4f6304;hb=ed9261b79c15c8e960c92123bab903ea4de421a0;hp=d406d20826ea619caf275d69a6a06311ebf1fe7b;hpb=7d7fe0e26af1a27b7a3e2256f6ef48965b3239ed;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 d406d208..dfc3797b 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,32 +1,23 @@ -SUMMARY = "Window Manager binding and client library for application" -DESCRIPTION = "Window Manager 2017 is the binding library \ - " -HOMEPAGE = "" -S = "${WORKDIR}/git" -SECTION = "graphics" +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" -DEPENDS = "af-binder json-c wayland wayland-ivi-extension" -RDEPENDS_${PN} = " \ - " +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 = "797eac5c26337df9d444e0a5e396be93454249dd" +DEPENDS = "af-binder json-c wayland wayland-ivi-extension wayland-native" inherit cmake aglwgt -#If you would like to output log, uncomment out -#EXTRA_OECMAKE = " -DENABLE_DEBUG_OUTPUT=ON " - -do_install_append() { - install -d ${D}${sysconfdir}/windowmanager - install -m 0644 ${S}/layers.json ${D}${sysconfdir}/windowmanager/ - install -d ${D}${libdir}/pkgconfig - install -m 0644 ${B}/windowmanager.pc ${D}${libdir}/pkgconfig - install -d ${D}${includedir} - install -m 0644 ${S}/libwindowmanager/libwindowmanager.h ${D}${includedir} +SRC_URI = "git://gerrit.automotivelinux.org/gerrit/apps/agl-service-windowmanager-2017;protocol=https;branch=${AGL_BRANCH}" +SRCREV = "1859dd4135f5d019f16a1333df318ecd1211afb9" +PV = "1.0+git${SRCPV}" +S = "${WORKDIR}/git" - install -m -0755 ${B}/libwindowmanager/libwindowmanager.so ${D}${libdir}/libwindowmanager.so.0.1 - ln -sf libwindowmanager.so.0.1 ${D}${libdir}/libwindowmanager.so -} -FILES_${PN} += "${sysconfdir}/windowmanager/layers.json" +#If you would like to output log, uncomment out +EXTRA_OECMAKE_append_agl-devel = " -DENABLE_DEBUG_OUTPUT=ON "