aboutsummaryrefslogtreecommitdiffstats
path: root/meta-hmi-framework/recipes-multimedia/libsoundmanager
AgeCommit message (Collapse)AuthorFilesLines
2017-11-05Allow SRCREV handling through poky-agl.confeel_4.99.2eel/4.99.24.99.2Jan-Simon Möller1-1/+1
This change simplifies the SRCREV handling by using - AGL_APP_REVISION and AGL_DEFAULT_REVISION in recipes. Also the AGL_BRANCH can be used to switch to release branches. Change-Id: Ia9e50ac6ffa8a46c1fa536c96adf740821db22af Bug-AGL: SPEC-864 Signed-off-by: Jan-Simon Möller <jsmoeller@linuxfoundation.org>
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 libsoundmanager SRCREVKazumasa Mitsunari1-1/+1
Update agl-service-soundmanager-2017 SRCREV to master. <cda4a958e85d397bae142fbe6068a3e17d4aa935> Related change : https://gerrit.automotivelinux.org/gerrit/#/c/11579/3 Change-Id: Ibf871c58845b4cbe8e043ad6bad0711f41e7510a Signed-off-by: Kazumasa Mitsunari <knimitz@witz-inc.co.jp>
2017-10-31Add libsoundmanager library recipeKazumasa Mitsunari1-0/+13
[PatchSet2] Move S variable after SRC_URI Change-Id: Idb3b04e4a2f2af59fc88934ce1807530fc4d5564 Signed-off-by: Kazumasa Mitsunari <knimitz@witz-inc.co.jp>