aboutsummaryrefslogtreecommitdiffstats
path: root/meta-ivi/recipes-extended/persistence-common-object/persistence-common-object_1.0.1.bb
blob: 2d227d513eed0bbbca65718fbb7e75e311649105 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
SUMARY = "Common persistence object used by client library and administrator"

HOMEPAGE = "https://www.genivi.org/"
SECTION = "base"

LICENSE = "MPLv2"
LIC_FILES_CHKSUM = "file://COPYING;md5=815ca599c9df247a0c7f619bab123dad"

SRC_URI = "git://git.projects.genivi.org/persistence/persistence-common-object.git \
          file://B251_typedef_uint64_t.patch"
#link for bug 251 in bugzilla https://bugs.genivi.org/show_bug.cgi?id=251

SRCREV = "8779f2dc2801bc273e0251a3aaff867ab07ed6f2"

DEPENDS = "glib-2.0 libitzam dlt-daemon"

S = "${WORKDIR}/git"

inherit autotools-brokensep pkgconfig

FILES_${PN} += "${datadir}"