From: Koen Kooi Date: Fri, 5 Mar 2010 13:49:48 +0000 (+0100) Subject: hal: convert to new style staging X-Git-Tag: Release-2010-05/1~466 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=61b548b99526fcc532e3da7fb4be644f3480cab7;p=openembedded.git hal: convert to new style staging --- diff --git a/recipes/hal/hal.inc b/recipes/hal/hal.inc index 80577c9478..b93089428f 100644 --- a/recipes/hal/hal.inc +++ b/recipes/hal/hal.inc @@ -45,15 +45,6 @@ do_install_append() { rm -rf ${D}/${sysconfdir}/rc.d || true } -do_stage() { - oe_libinstall -C libhal -a -so libhal ${STAGING_LIBDIR} - oe_libinstall -C libhal-storage -a -so libhal-storage ${STAGING_LIBDIR} - - install -d ${STAGING_INCDIR}/hal - install -m 0644 libhal/libhal.h ${STAGING_INCDIR}/hal - install -m 0644 libhal-storage/libhal-storage.h ${STAGING_INCDIR}/hal -} - # At the time the postinst runs, dbus might not be setup so only restart if running pkg_postinst_hal () { # can't do this offline