* add patch as anounced on ML 10 days ago
* switch host to new git repo
* define correct verion
* bump PE because no PV was defined before
Signed-off-by: Thomas Zimmermann <ml@vdm-design.de>
-require dbus-c++_${PV}.bb
+require dbus-c++_git.bb
inherit native
FILESDIR = "${@os.path.dirname(bb.data.getVar('FILE',d,1))}/dbus-c++"
LICENSE = "LGPL"
SECTION = "libs"
DEPENDS = "dbus dbus-c++-native expat"
-SRCREV = "13131"
+SRCREV = "530a887913d3b0dd7091eabb8eef8e3c279e3bb8"
-SRC_URI = "svn://dev.openwengo.org/svn/openwengo/wengophone-ng/branches/wengophone-dbus-api/libs;module=dbus;proto=http"
+PE = "1"
+PV = "0.5.0+gitr${SRCPV}"
+
+SRC_URI = "git://gitorious.org/dbus-cplusplus/mainline.git;protocol=git"
# file://fix-linking.patch;patch=1"
-S = "${WORKDIR}/dbus"
+S = "${WORKDIR}/git"
inherit autotools pkgconfig