diff options
author | Michael Lauer <mickey@vanille-media.de> | 2007-10-29 08:48:44 +0000 |
---|---|---|
committer | Michael Lauer <mickey@vanille-media.de> | 2007-10-29 08:48:44 +0000 |
commit | c13a99e7e044586ac00355d858203fb50ca4838a (patch) | |
tree | 9604b2db977856b5a87ad8aee566ea4bb6b3b103 /packages/dbus/dbus-c++_svn.bb | |
parent | c6237dd2ee7e64b5c776bb9177538c4f29d56df0 (diff) |
dbus-c++: catch up with SRCREV and make it build again
Diffstat (limited to 'packages/dbus/dbus-c++_svn.bb')
-rw-r--r-- | packages/dbus/dbus-c++_svn.bb | 8 |
1 files changed, 2 insertions, 6 deletions
diff --git a/packages/dbus/dbus-c++_svn.bb b/packages/dbus/dbus-c++_svn.bb index ea6c0fa8ea..5be58741dc 100644 --- a/packages/dbus/dbus-c++_svn.bb +++ b/packages/dbus/dbus-c++_svn.bb @@ -3,8 +3,8 @@ LICENSE = "LGPL" SECTION = "libs" DEPENDS = "dbus dbus-c++-native expat" -SRC_URI = "svn://dev.openwengo.org/svn/openwengo/wengophone-ng/branches/wengophone-dbus-api/libs;module=dbus;proto=http \ - file://fix-linking.patch;patch=1" +SRC_URI = "svn://dev.openwengo.org/svn/openwengo/wengophone-ng/branches/wengophone-dbus-api/libs;module=dbus;proto=http" +# file://fix-linking.patch;patch=1" S = "${WORKDIR}/dbus" inherit autotools pkgconfig @@ -13,10 +13,6 @@ do_compile_prepend() { find . -name "Makefile.am" |xargs sed -i -e 's,$(top_builddir)/tools/dbusxx-xml2cpp,dbusxx-xml2cpp,' } -do_stage() { - autotools_stage_all -} - FILES_${PN}-dbg += "${bindir}/dbusxx-xml2cpp ${bindir}/dbusxx-introspect" FILES_${PN}-dev += "${bindir}/.dev" FILES_${PN} = "${libdir}/*.so.*" |