fbb1d1ef348ad247fabb5d40158aaa248304a36b
[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 = "c5f9125c75bd2aa7db9dfad6e2dc178fff2d2f73"
18
19 S = "${WORKDIR}/git"
20
21 afm_name    = "afm"
22 afm_confdir = "${sysconfdir}/${afm_name}"
23 afm_datadir = "/var/local/lib/${afm_name}"
24 afb_binding_dir = "${libdir}/afb"
25 systemd_units_root = "/usr/local/lib/systemd"
26