diff options
author | Koen Kooi <koen@openembedded.org> | 2010-02-20 17:02:40 +0100 |
---|---|---|
committer | Koen Kooi <koen@openembedded.org> | 2010-02-21 18:19:41 +0100 |
commit | b9efaa7bf46546eca5ed30723ce3d26b377e8db3 (patch) | |
tree | 70ec8e74294cc321d8be26b223046cd1d1ffd239 /recipes/dbus/dbus.inc | |
parent | e691a31f3c875359d161eb65162fe2ae013fa23a (diff) |
dbus: add 1.2.20, convert to new style staging
Diffstat (limited to 'recipes/dbus/dbus.inc')
-rw-r--r-- | recipes/dbus/dbus.inc | 8 |
1 files changed, 1 insertions, 7 deletions
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}" |