aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorKoen Kooi <koen@openembedded.org>2010-03-05 14:49:48 +0100
committerKoen Kooi <koen@openembedded.org>2010-03-05 14:49:48 +0100
commit61b548b99526fcc532e3da7fb4be644f3480cab7 (patch)
tree850ac66e353cf730270e3a4897125abfa54c7b13
parent115947e4abb3b480d0740bfa7d8d1b98fa5621ed (diff)
downloadopenembedded-61b548b99526fcc532e3da7fb4be644f3480cab7.tar.gz
hal: convert to new style staging
-rw-r--r--recipes/hal/hal.inc9
1 files changed, 0 insertions, 9 deletions
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