aboutsummaryrefslogtreecommitdiffstats
path: root/meta-ivi-demo/recipes-extended/dbus-c++/dbus-c++.inc
blob: 5025ad742b9d8e40137dfd22a68ea87f50d97343 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
DESCRIPTION = "C++ bindings for dbus"
LICENSE = "LGPLv2.1+"
LIC_FILES_CHKSUM = "file://COPYING;md5=fbc093901857fcd118f065f900982c24"
SECTION = "libs"
SRCREV = "1f6f3e6e966e0b453edc4a82338dc27966c37505"

PE = "1"
PV = "0.9.0+gitr${SRCPV}"

SRC_URI = "git://gitorious.org/dbus-cplusplus/mainline.git;protocol=git \
           file://add_missing_unistd_header.patch \
          "

S = "${WORKDIR}/git"

inherit autotools pkgconfig

EXTRA_OECONF_append = " --disable-ecore"

FILES_${PN}-dbg += "${bindir}/dbusxx-xml2cpp ${bindir}/dbusxx-introspect"
FILES_${PN}-dev += "${bindir}/.dev"
FILES_${PN} = "${libdir}/*.so.*"