aboutsummaryrefslogtreecommitdiffstats
path: root/recipes
diff options
context:
space:
mode:
authorTom Rini <trini@embeddedalley.com>2009-09-19 10:07:19 -0700
committerTom Rini <trini@embeddedalley.com>2009-09-19 10:07:19 -0700
commit122d4d8bd65b4685c948f5cd9017ed92b995fb6d (patch)
tree264ceb4b05fb429e07394206ca2adff54e865acd /recipes
parente5fc5e963f4c15d7e2e921ed2d24ff68bba3b2b3 (diff)
downloadopenembedded-122d4d8bd65b4685c948f5cd9017ed92b995fb6d.tar.gz
uclibc-initial-0.9.30: Fix a typo, install_headers not install-headers
Diffstat (limited to 'recipes')
-rw-r--r--recipes/uclibc/uclibc-initial_0.9.30.bb2
1 files changed, 1 insertions, 1 deletions
diff --git a/recipes/uclibc/uclibc-initial_0.9.30.bb b/recipes/uclibc/uclibc-initial_0.9.30.bb
index 9fcb247f61..7d8c9c037f 100644
--- 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