a2a7524002fe96eba376b9829d09e3541922b5f8
[AGL/meta-agl.git] / meta-app-framework / recipes-core / af-main / af-main_1.0.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 = "git://gerrit.automotivelinux.org/gerrit/src/app-framework-main;protocol=https;branch=master"
12 SRC_URI_files = ""
13 SRC_URI = "${SRC_URI_git} \
14            ${SRC_URI_files} \
15           "
16
17 SRCREV = "2bbe66dda7fadf2d08a57e2b0e0fa8841a118c81"
18 PV = "master+git${SRCPV}"
19
20 S = "${WORKDIR}/git"
21
22 afm_name    = "afm"
23 afm_confdir = "${sysconfdir}/${afm_name}"
24 afm_datadir = "/var/local/lib/${afm_name}"
25 afb_binding_dir = "${libdir}/afb"
26 systemd_units_root = "/var/local/lib/systemd"
27
28 CFLAGS_append_agl-devel = " -DAGL_DEVEL"
29