summaryrefslogtreecommitdiffstats
path: root/meta-agl-profile-core/recipes-devtools/libappcontroller/libappcontroller_git.bb
AgeCommit message (Collapse)AuthorFilesLines
2020-01-29Bump libappcontrollerFrederic Marec1-1/+1
Update SRCREV to pick up: 1bef31c Remove use of prefix 2a588b7 Add function to get config default search path 3dd9b37 Improve plugin search path Bump app-afb-test version to pick up: 910326f Change functions following controller modification Bug-AGL: SPEC-2795 Change-Id: I432c5fca85d5476840bd662f4fd6a1882b3103a6 Signed-off-by: Frederic Marec <frederic.marec@iot.bzh>
2019-11-19Bump afb-test & libappcontrollerFrederic Marec1-1/+1
Bump afb-test & libappcontroller to fix missing event group during test Bug-AGL: SPEC-2795 Change-Id: Iaa87ac5512d5b54bf56922883c54cf38eaa6ce79 Signed-off-by: Frederic Marec <frederic.marec@iot.bzh>
2019-05-06Bump libappcontrollerRomain Forlot1-1/+1
baaa511 - Inject binding v3 root api into controller plugins 3224600 - Fix: wrong string length size used c32fc14 - Fix .deb packaging following review 20926 9fab427 - controller: fix broken link cf08755 - devguides-book: needed for AGL documentation Bug-AGL: SPEC-2369 Change-Id: If2ea6d0d560b8ec78e31d402dec7a7482a3c7768 Signed-off-by: Romain Forlot <romain.forlot@iot.bzh>
2019-04-05Bump appcontroller versionRomain Forlot1-1/+1
* 340c0f1 - Use the action API rather than the source one * 66bd15b - Rework 'ActionExecOne' to prevent race issues * 0ed00b3 - Add fixed gitreview * 8c276ea - Add the header files in the dev package * d4bd750 - No bin package about now, only dev version * 2fd0e00 - Adds more details about the library migration * 8f76233 - Remove useless magic number check * 08a8d17 - New installation instructions * 680af25 - Adding packaging files * 565e5a7 - Set afb-helpers lib as an explicit dependency Change-Id: I3b7762023a5cc93704d2561f39a37e968c0fdbfc Signed-off-by: Romain Forlot <romain.forlot@iot.bzh>
2019-01-02Add afb-helpers & controller librariesRomain Forlot1-0/+19
Add the latest controller & afb-helpers libraries with a separated Qt library to avoid dependency problem on AGL image without Qt support Bug-AGL: SPEC-1689 Change-Id: I69d79b35a8dae0749f1947c641f28342c97d461b Signed-off-by: Romain Forlot <romain.forlot@iot.bzh>
2018-12-25Revert "Add afb-helpers & app-controller library recipes"Jan-Simon Moeller1-19/+0
This is due to the dependency on QT (cmake_qt5) which breaks the build of non-qt5 targets. This reverts commit 73351742e32772a19f62086cea5a5e7a38fe02f7. which is https://gerrit.automotivelinux.org/gerrit/#/c/19225/ . Change-Id: I81b0638ab34dad59d3fe5522c0abe8e9d4f3f6c1
2018-12-20Add afb-helpers & app-controller library recipesRomain Forlot1-0/+19
Migration for afb-helpers and app-controller from submodule to library. This adds the library in the AGL SDK. Bug-AGL: SPEC-1689 Change-Id: I95b1e66b2a363ce1bbea7cc8989992a7b592d264 Signed-off-by: Romain Forlot <romain.forlot@iot.bzh>