git.openpandora.org
/
openembedded.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
b6ae0a2
)
fakeroot: add staging
author
Koen Kooi
<koen@openembedded.org>
Thu, 10 Aug 2006 15:50:04 +0000
(15:50 +0000)
committer
Koen Kooi
<koen@openembedded.org>
Thu, 10 Aug 2006 15:50:04 +0000
(15:50 +0000)
packages/fakeroot/fakeroot_1.2.13.bb
patch
|
blob
|
history
diff --git
a/packages/fakeroot/fakeroot_1.2.13.bb
b/packages/fakeroot/fakeroot_1.2.13.bb
index
8ae7ca3
..
6867a39
100644
(file)
--- 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
+}