aboutsummaryrefslogtreecommitdiffstats
path: root/meta-ivi/recipes-extended/persistence-common-object/persistence-common-object_1.0.3.bb
blob: 240c2a677b6a14d12221b7b768ef6ab9437269b2 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
SUMARY = "Common persistence object used by client library and administrator"
HOMEPAGE = "http://projects.genivi.org/persistence-client-library"
BUGTRACKER = "http://bugs.genivi.org/enter_bug.cgi?product=Persistence"
SECTION = "base"
LICENSE = "MPLv2"
LIC_FILES_CHKSUM = "file://COPYING;md5=815ca599c9df247a0c7f619bab123dad"

SRCREV = "b27fe577fcef7bf57d8d287f56e8dfd6ac60b1f0"
SRC_URI = " \
    git://git.projects.genivi.org/persistence/persistence-common-object.git;protocol=http \
    file://configure.ac-fix-typo.patch \
    file://B251_typedef_uint64_t.patch \
    "
S = "${WORKDIR}/git"

DEPENDS = "glib-2.0 libitzam dlt-daemon"

inherit autotools-brokensep pkgconfig

EXTRA_OECONF = " \
    --with-dbuspolicydir=${sysconfdir} \
    --with-database=key-value-store \
    "

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