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:
d5fbc85
)
stage include/asm in glibc-initial build (patch courtesy of reenoo_)
author
erich@mine.nu
<erich@mine.nu>
Wed, 7 Apr 2004 23:01:05 +0000
(23:01 +0000)
committer
erich@mine.nu
<erich@mine.nu>
Wed, 7 Apr 2004 23:01:05 +0000
(23:01 +0000)
BKrev: 407488311CiG4eMlOy1akS90426AGQ
glibc/glibc-initial_2.3.2.oe
patch
|
blob
|
history
diff --git
a/glibc/glibc-initial_2.3.2.oe
b/glibc/glibc-initial_2.3.2.oe
index
9b94e8b
..
bf7ca9f
100644
(file)
--- a/
glibc/glibc-initial_2.3.2.oe
+++ b/
glibc/glibc-initial_2.3.2.oe
@@
-37,6
+37,9
@@
do_stage () {
mkdir -p ${CROSS_DIR}/${TARGET_SYS}/include/gnu
touch ${CROSS_DIR}/${TARGET_SYS}/include/gnu/stubs.h
cp ${S}/include/features.h ${CROSS_DIR}/${TARGET_SYS}/include/features.h
+ install -d ${CROSS_DIR}/${TARGET_SYS}/include/asm
+ cp -a ${WORKDIR}/linux/include/linux ${CROSS_DIR}/${TARGET_SYS}/include/
+ cp -R ${WORKDIR}/linux/include/asm/* ${CROSS_DIR}/${TARGET_SYS}/include/asm/
}
do_install () {