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:
e5fc5e9
)
uclibc-initial-0.9.30: Fix a typo, install_headers not install-headers
author
Tom Rini
<trini@embeddedalley.com>
Sat, 19 Sep 2009 17:07:19 +0000
(10:07 -0700)
committer
Tom Rini
<trini@embeddedalley.com>
Sat, 19 Sep 2009 17:07:19 +0000
(10:07 -0700)
recipes/uclibc/uclibc-initial_0.9.30.bb
patch
|
blob
|
history
diff --git
a/recipes/uclibc/uclibc-initial_0.9.30.bb
b/recipes/uclibc/uclibc-initial_0.9.30.bb
index
9fcb247
..
7d8c9c0
100644
(file)
--- a/
recipes/uclibc/uclibc-initial_0.9.30.bb
+++ b/
recipes/uclibc/uclibc-initial_0.9.30.bb
@@
-9,7
+9,7
@@
do_stage() {
# Install initial headers into the cross dir
make PREFIX= DEVEL_PREFIX=${UCLIBC_STAGE_PREFIX}/ \
RUNTIME_PREFIX=${UCLIBC_STAGE_PREFIX}/ \
- install
-
headers
+ install
_
headers
ln -sf include ${CROSS_DIR}/${TARGET_SYS}/sys-include