aboutsummaryrefslogtreecommitdiffstats
path: root/meta-oe/recipes-core/dbus/libdbus-c++_0.9.0.bb
blob: 7edaffca6b9ad13f571105df81c9325886525a87 (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
SUMMARY = "DBus-C++ Library"
DESCRIPTION = "DBus-c++ attempts to provide a C++ API for D-BUS. The library has a glib and an Ecore mainloop integration. It also offers an optional own main loop."
HOMEPAGE = "http://dbus-cplusplus.sourceforge.net"
SECTION = "base"
LICENSE = "LGPLv2.1"
LIC_FILES_CHKSUM = "file://COPYING;md5=fbc093901857fcd118f065f900982c24"
DEPENDS = "dbus glib-2.0 libpcre"

SRC_URI = "${SOURCEFORGE_MIRROR}/project/dbus-cplusplus/dbus-c++/${PV}/${BPN}-${PV}.tar.gz \
		   file://fix-missing-unistd.h-include.patch \
		   file://remove-CXX_FOR_BUILD-stuff.patch"
SRC_URI[md5sum] = "e752116f523fa88ef041e63d3dee4de2"
SRC_URI[sha256sum] = "bc11ac297b3cb010be904c72789695543ee3fdf3d75cdc8225fd371385af4e61"

EXTRA_OECONF = "--disable-ecore --disable-examples --disable-tests"

inherit autotools pkgconfig

PACKAGES += "${PN}-tools"

FILES_${PN} = "${libdir}"
FILES_${PN}-tools = "${bindir}"

BBCLASSEXTEND = "native"