summaryrefslogtreecommitdiff
path: root/Yocto/persistence-client-library/persistence-client-library.inc
blob: 839aa886d4702c50b83b7f934dd7f67dab47fe81 (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
26
27
28
29
30
31
32
33
34
##################################################
#  Project         Persistence Management - PCL
#  (c) copyright   2014
#  Company         XS Embedded GmbH
##################################################

inherit autotools pkgconfig

DESCRIPTION = "The Persistence Management is responsible to handle persistent data, including all data read and modified often during a lifetime of an infotainment system."
HOMEPAGE    = "http://projects.genivi.org/persistence-client-library"
LICENSE     = "MPL-2.0"
INC_PR      = "r3"
S           = "${WORKDIR}/git"

DEPENDS        = "dlt-daemon dbus libcheck persistence-common-object"
RDEPENDS_${PN} = "node-state-manager"

PARALLEL_MAKE = ""

SRC_URI = " \
   git://git.projects.genivi.org/persistence/persistence-client-library.git;protocol=git \
"

FILES_${PN}      = " \
   ${libdir}/*.so \
   ${libdir}/*.so.* \
   ${sysconfdir} \
"

do_install_append() {
   echo "do_install_append() > persistence-client-library.inc"
   install -d ${D}${sysconfdir}/dbus-1/system.d
   install -m 0644 ${S}/config/org.genivi.persistence.admin.conf ${D}${sysconfdir}/dbus-1/system.d
}