From: Koen Kooi Date: Thu, 10 Aug 2006 15:50:04 +0000 (+0000) Subject: fakeroot: add staging X-Git-Tag: Release-2010-05/1~9453^2~996^2~4 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=ae3b3d520ce9ada77acc7702dcf8655a74b94be4;p=openembedded.git fakeroot: add staging --- diff --git a/packages/fakeroot/fakeroot_1.2.13.bb b/packages/fakeroot/fakeroot_1.2.13.bb index 8ae7ca38be..6867a39c93 100644 --- a/packages/fakeroot/fakeroot_1.2.13.bb +++ b/packages/fakeroot/fakeroot_1.2.13.bb @@ -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 +}