blob: 69ebe7a225c5c00ad4614ebd32bf303a6b497efe (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
|
DESCRIPTION = "AGL low level user database binding"
HOMEPAGE = "https://github.com/iotbzh/agl-identity"
SECTION = "base"
LICENSE = "MIT"
LIC_FILES_CHKSUM = "file://../LICENSE;md5=8089a3c40cff9caffd1b9ba5aa3dfd67"
SRC_URI = "gitsm://gerrit.automotivelinux.org/gerrit/apps/agl-service-data-persistence;protocol=https;branch=${AGL_BRANCH}"
SRCREV = "${AGL_APP_REVISION}"
inherit cmake aglwgt pkgconfig
PV = "1.0+git${SRCPV}"
S = "${WORKDIR}/git/ll-database-binding"
DEPENDS += " af-binder json-c gdbm "
|