aboutsummaryrefslogtreecommitdiffstats
path: root/meta-agl-profile-core/recipes-devtools/cmake-apps-module/cmake-apps-module_git.bb
blob: 5cf85f7a91812c3803b01fd4e62e6de589acb3c9 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
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 = "dc06c9d93176db61ab9f979ef4d8105f99e102ad"

PV = "${AGLVERSION}"
S  = "${WORKDIR}/git"

inherit cmake

FILES_${PN} += " ${datadir}/*/Modules/CMakeAfbTemplates*"

BBCLASSEXTEND = "native nativesdk"