From b9efaa7bf46546eca5ed30723ce3d26b377e8db3 Mon Sep 17 00:00:00 2001 From: Koen Kooi Date: Sat, 20 Feb 2010 17:02:40 +0100 Subject: dbus: add 1.2.20, convert to new style staging --- recipes/dbus/dbus.inc | 8 +------- 1 file changed, 1 insertion(+), 7 deletions(-) (limited to 'recipes/dbus/dbus.inc') diff --git a/recipes/dbus/dbus.inc b/recipes/dbus/dbus.inc index 0477a27474..08940a670c 100644 --- a/recipes/dbus/dbus.inc +++ b/recipes/dbus/dbus.inc @@ -7,7 +7,7 @@ DEPENDS = "expat glib-2.0 virtual/libintl libsm libice virtual/libx11" INC_PR = "r17" SRC_URI = "\ - http://dbus.freedesktop.org/releases/dbus/dbus-${PV}.tar.gz \ + http://dbus.freedesktop.org/releases/dbus/dbus-${PV}.tar.gz;name=dbus \ file://cross.patch;patch=1 \ file://tmpdir.patch;patch=1 \ file://fix-install-daemon.patch;patch=1 \ @@ -48,12 +48,6 @@ do_install_append() { install -m 0755 bus/.libs/dbus-daemon-launch-helper ${D}${libexecdir}/ fi } -do_stage() { - oe_libinstall -so -C dbus libdbus-1 ${STAGING_LIBDIR} - autotools_stage_includes - mkdir -p ${STAGING_LIBDIR}/dbus-1.0/include/dbus/ - install -m 0644 dbus/dbus-arch-deps.h ${STAGING_LIBDIR}/dbus-1.0/include/dbus/ -} RDEPENDS_${PN}-x11 = "${PN}" RRECOMMENDS_${PN}-lib = "${PN}" -- cgit 1.2.3-korg