[oe-commits] Koen Kooi : hal: convert to new style staging

git version control git at git.openembedded.org
Fri Mar 5 13:50:04 UTC 2010


Module: openembedded.git
Branch: org.openembedded.dev
Commit: 61b548b99526fcc532e3da7fb4be644f3480cab7
URL:    http://gitweb.openembedded.net/?p=openembedded.git&a=commit;h=61b548b99526fcc532e3da7fb4be644f3480cab7

Author: Koen Kooi <koen at openembedded.org>
Date:   Fri Mar  5 14:49:48 2010 +0100

hal: convert to new style staging

---

 recipes/hal/hal.inc |    9 ---------
 1 files changed, 0 insertions(+), 9 deletions(-)

diff --git a/recipes/hal/hal.inc b/recipes/hal/hal.inc
index 80577c9..b930894 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





More information about the Openembedded-commits mailing list