aboutsummaryrefslogtreecommitdiffstats
path: root/packages
diff options
context:
space:
mode:
authorccsmart <ccsmart@smartpal.de>2007-01-18 21:57:08 +0000
committerccsmart <ccsmart@smartpal.de>2007-01-18 21:57:08 +0000
commitb7381c5b471cf03a33c20e08d9254e6b39b86193 (patch)
tree2b7ea62930ca88e520a9902467ee94904d46e18d /packages
parent26f591427f93c9e00937f00aa8b648442335a659 (diff)
downloadopenembedded-b7381c5b471cf03a33c20e08d9254e6b39b86193.tar.gz
g15daemon: leave staging to autotools.
Diffstat (limited to 'packages')
-rw-r--r--packages/g15daemon/g15daemon_1.2.6a.bb3
1 files changed, 1 insertions, 2 deletions
diff --git a/packages/g15daemon/g15daemon_1.2.6a.bb b/packages/g15daemon/g15daemon_1.2.6a.bb
index bfc54a129e..0522b27a28 100644
--- a/packages/g15daemon/g15daemon_1.2.6a.bb
+++ b/packages/g15daemon/g15daemon_1.2.6a.bb
@@ -20,7 +20,6 @@ inherit autotools
EXTRA_OECONF = "--with-gnu-ld"
do_stage () {
- install -d ${STAGING_INCDIR}/libg15daemon_client
- install -m 0644 ${S}/libg15daemon_client/g15daemon_client.h ${STAGING_INCDIR}/libg15daemon_client/
+ autotools_stage_all
}