diff options
Diffstat (limited to 'meta-agl-profile-core/recipes-devtools/cmake-apps-module')
-rw-r--r-- | meta-agl-profile-core/recipes-devtools/cmake-apps-module/cmake-apps-module_git.bb | 22 |
1 files changed, 22 insertions, 0 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 new file mode 100644 index 000000000..0a2a6452a --- /dev/null +++ b/meta-agl-profile-core/recipes-devtools/cmake-apps-module/cmake-apps-module_git.bb @@ -0,0 +1,22 @@ +SUMMARY = "CMake module to ease development of apps" +DESCRIPTION = "This is a migration of former app-templates git submodule which let you \ +ease the development of apps and widget building." +HOMEPAGE = "https://gerrit.automotivelinux.org/gerrit/#/admin/projects/src/cmake-apps-module" +LICENSE = "Apache-2.0" +LIC_FILES_CHKSUM = "file://${COMMON_LICENSE_DIR}/Apache-2.0;md5=89aea4e17d99a7cacdbeed46a0096b10" +SECTION = "apps" + +SRC_URI = "git://gerrit.automotivelinux.org/gerrit/src/cmake-apps-module;protocol=https;branch=${AGL_BRANCH}" +SRCREV = "2beffef345c6bf96078aae711d78dec973a93ef6" + +PV = "${AGL_BRANCH}+git${SRCPV}" +S = "${WORKDIR}/git" + +inherit nativesdk cmake + +FILES_${PN}_append = " ${datadir}/*/Modules/CMakeAfbTemplates.cmake \ + ${datadir}/*/Modules/CMakeAfbTemplates/* \ + " + +BBCLASSEXTEND = "native nativesdk" + |