Convert to new override syntax
[AGL/meta-agl.git] / meta-app-framework / recipes-core / af-binder / af-binder_git.inc
1 SUMMARY = "HTTP REST interface to automotive backends for HTML5 UI support"
2 DESCRIPTION = "Automotive-Framework-Binder Daemon provides a HTTP REST \
3 interface to various automotive-oriented bindings, \
4 allowing HTML5 UIs to send platform-specific requests in a secure way."
5
6 HOMEPAGE = "https://gerrit.automotivelinux.org/gerrit/#/admin/projects/src/app-framework-binder"
7 LICENSE = "Apache-2.0"
8 LIC_FILES_CHKSUM = "file://LICENSE-2.0.txt;md5=3b83ef96387f14655fc854ddc3c6bd57"
9
10 SRC_URI = "git://gerrit.automotivelinux.org/gerrit/src/app-framework-binder;protocol=https;branch=${AGL_BRANCH}"
11
12 SRCREV = "1b6249810b3ab2d0c7467355fa22fbf19ae4a725"
13 PV = "${AGL_BRANCH}+git${SRCPV}"
14
15 S = "${WORKDIR}/git"
16
17 CFLAGS:append:agl-devel = " -DAGL_DEVEL"
18
19 EXTRA_OECMAKE:append = "\
20         -DAGLVERSION=${AGLVERSION} \
21 "
22