Convert to new override syntax
[AGL/meta-agl.git] / meta-app-framework / recipes-core / af-main / af-main_git.inc
1 SUMMARY = "AGL Framework Main part"
2 DESCRIPTION = "\
3 This is a core framework component for managing \
4 applications, widgets, and components. \
5 "
6
7 HOMEPAGE = "https://gerrit.automotivelinux.org/gerrit/#/admin/projects/src/app-framework-main"
8 LICENSE = "Apache-2.0"
9 LIC_FILES_CHKSUM = "file://COPYING;md5=3b83ef96387f14655fc854ddc3c6bd57"
10
11 SRC_URI = "git://gerrit.automotivelinux.org/gerrit/src/app-framework-main;protocol=https;branch=${AGL_BRANCH}"
12
13 SRCREV = "3ea6f4a404d2486ef1c5da55f1cd0d98c594f157"
14 PV = "${AGL_BRANCH}+git${SRCPV}"
15
16 S = "${WORKDIR}/git"
17
18 afm_name    = "afm"
19 afm_confdir = "${sysconfdir}/${afm_name}"
20 afm_datadir = "/var/local/lib/${afm_name}"
21 afb_binding_dir = "${libdir}/afb"
22 systemd_units_root = "/var/local/lib/systemd"
23
24 CFLAGS:append:agl-devel = " -DAGL_DEVEL"
25 # only install sample keys in agl-devel mode
26 # for production you need to deploy real keys
27 EXTRA_OECMAKE:append:agl-sign-wgts = " ${@bb.utils.contains('DISTRO_FEATURES', 'agl-devel', '-DINSTALL_SAMPLE_KEYS=ON', '-DINSTALL_SAMPLE_KEYS=OFF', d)}"
28
29
30