fakeroot: add staging
authorKoen Kooi <koen@openembedded.org>
Thu, 10 Aug 2006 15:50:04 +0000 (15:50 +0000)
committerKoen Kooi <koen@openembedded.org>
Thu, 10 Aug 2006 15:50:04 +0000 (15:50 +0000)
packages/fakeroot/fakeroot_1.2.13.bb

index 8ae7ca3..6867a39 100644 (file)
@@ -6,3 +6,9 @@ LICENSE = "GPL"
 SRC_URI = "http://openzaurus.org/mirror/fakeroot_${PV}.tar.gz"
 
 inherit autotools
+
+do_stage() {
+       install -d ${STAGING_INCDIR}/fakeroot
+       install -m 644 *.h ${STAGING_INCDIR}/fakeroot
+       autotools_stage_all
+}