diff options
author | Romain Forlot <romain.forlot@iot.bzh> | 2018-11-07 10:24:20 +0100 |
---|---|---|
committer | Stéphane Desneux <stephane.desneux@iot.bzh> | 2018-11-23 00:09:55 +0000 |
commit | 0998dd12e5d6e4cf5471b97fe2150b56303358ac (patch) | |
tree | 27fca33314cde1a73949df7ebd7333231b5dc49b | |
parent | 7b6d212a9eb93dc32ad23580986548669b67582b (diff) |
Bump cmake-apps-module revision.
This bump is mainly done to allow to select test verb to call
from the test widget on a board by improving the widget launcher
script and fix the installation in all build environment cross-compile
as well as native.
* 742695d - Fix crosscompile installation
* 81bd8f3 - Use target name as output name by default
* 8e59ed2 - Explain why add_subdirectory raise error
* 87b8529 - Fix indentation
* ff77dd1 - doc: Fix sample of SET_TARGET_PROPERTIES
* 53db393 - Packaging: find version from command line argument
* 5bc5dc9 - Fix: find the cmake project files.
* c38e321 - Fix: version variable detection.
* b418056 - Missing mandatory variable in the CMake sample file
* cf912a4 - Update docs
* 1156b45 - Reordering files inclusion by the module
* 5f06de0 - Adding packaging files
* dcdff18 - Merge "Fix: missing files in test widget"
* 381098a - Fix: missing files in test widget
* 35d5206 - Upgrade the autobuild script
* 8c25030 - Install the module in the system cmake path
* 28dc5cc - Select the test set to run
Change-Id: Ie17d150a4756cc219e310a61590945128d7a0a90
Signed-off-by: Romain Forlot <romain.forlot@iot.bzh>
-rw-r--r-- | meta-agl-profile-core/recipes-devtools/cmake-apps-module/cmake-apps-module_git.bb | 8 |
1 files changed, 3 insertions, 5 deletions
diff --git a/meta-agl-profile-core/recipes-devtools/cmake-apps-module/cmake-apps-module_git.bb b/meta-agl-profile-core/recipes-devtools/cmake-apps-module/cmake-apps-module_git.bb index 0a2a6452a..f3dbd7b5f 100644 --- a/meta-agl-profile-core/recipes-devtools/cmake-apps-module/cmake-apps-module_git.bb +++ b/meta-agl-profile-core/recipes-devtools/cmake-apps-module/cmake-apps-module_git.bb @@ -7,16 +7,14 @@ LIC_FILES_CHKSUM = "file://${COMMON_LICENSE_DIR}/Apache-2.0;md5=89aea4e17d99a7ca SECTION = "apps" SRC_URI = "git://gerrit.automotivelinux.org/gerrit/src/cmake-apps-module;protocol=https;branch=${AGL_BRANCH}" -SRCREV = "2beffef345c6bf96078aae711d78dec973a93ef6" +SRCREV = "742695d0946e0bf755204a5503603fd5285aa770" PV = "${AGL_BRANCH}+git${SRCPV}" S = "${WORKDIR}/git" -inherit nativesdk cmake +inherit cmake -FILES_${PN}_append = " ${datadir}/*/Modules/CMakeAfbTemplates.cmake \ - ${datadir}/*/Modules/CMakeAfbTemplates/* \ - " +FILES_${PN} += " ${datadir}/*/Modules/CMakeAfbTemplates*" BBCLASSEXTEND = "native nativesdk" |