aboutsummaryrefslogtreecommitdiffstats
path: root/recipes/dbus/dbus-c++_git.bb
blob: 07b4eece5675aac0136c7b5e6c7e12c4daf203ab (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
DESCRIPTION = "C++ bindings for dbus"
LICENSE = "LGPLv2.1+"
SECTION = "libs"
DEPENDS = "dbus expat"
SRCREV = "9e25833870ed8281fab00d7f9eac5755c6798c57"

PE = "1"
PV = "0.6.0-pre1+gitr${SRCPV}"

SRC_URI = "git://gitorious.org/dbus-cplusplus/mainline.git;protocol=git"

S = "${WORKDIR}/git"

inherit autotools pkgconfig

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

BBCLASSEXTEND = "native"