summaryrefslogtreecommitdiffstats
path: root/meta-hmi-framework/recipes-graphics/libwindowmanager/libwindowmanager_git.bb
AgeCommit message (Collapse)AuthorFilesLines
2017-11-03Update SRCREVs for hmi-framework packagesRomain Forlot1-1/+1
The SRCREV's were no longer valid (rebase!). Fix them. Change-Id: I54c79a04e38dc30e0d5fe1c6749f154e7f468208 Signed-off-by: Romain Forlot <romain.forlot@iot.bzh>
2017-11-02Recipe style fixes in meta-hmi-frameworkJan-Simon Möller1-3/+5
This change applies the standard bitbake recipe layout, especially it fixes: - DEPENDS before inherit (as we might DEPENDS += in the inherit !) - 'S =' below SRC_URI (style nitpick) - DESCRIPTION being present These changes are just 'formatting' but worst case we see a difference in DEPENDS due to the corrected ordering. Change-Id: I9c82114c4f4e86a59e73e3ebcdc063b2ed6bd4f1 Signed-off-by: Jan-Simon Möller <jsmoeller@linuxfoundation.org>
2017-11-01Update libwindowmanager SRCREVKazumasa Mitsunari1-1/+1
Update libwindowmanager SRCREV to master. <71d3c9ee49ece6063ea93090b3661df6a90dd1de> Related change : https://gerrit.automotivelinux.org/gerrit/#/c/11601 Change-Id: I6ac2190789621a9333d369287c4cd61a6d853986 Signed-off-by: Kazumasa Mitsunari <knimitz@witz-inc.co.jp>
2017-10-31Fix md5 checksumKazumasa Mitsunari1-1/+1
This patch fixes the build error of do_populate_lic of libwindowmanager. Bug-AGL : SPEC-1000 Change-Id: I31a59f3fe0b2ac41d25ce4e8e216dd426bc73e0a Signed-off-by: Kazumasa Mitsunari <knimitz@witz-inc.co.jp>
2017-10-31Split library from windowmanagerKazumasa Mitsunari1-0/+12
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 <knimitz@witz-inc.co.jp> Signed-off-by: Yuta Doi <yuta-d@witz-inc.co.jp>