aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorKhem Raj <raj.khem@gmail.com>2010-10-11 18:26:58 -0700
committerKhem Raj <raj.khem@gmail.com>2010-10-11 18:28:08 -0700
commit49c5170a529d7de523053d776fef7c0a4518a169 (patch)
treeb8b4e70e9f6fe2df8c404e0b5de1bff16e7f8a87
parenta92ca415ac94fdb208fd9d3340382d0d4809c4a0 (diff)
downloadopenembedded-49c5170a529d7de523053d776fef7c0a4518a169.tar.gz
binutils-cross-sdk.inc: Do not install ${D}${infodir}/dir
* This file should be generates when the package is actually installed not when we install it during build. Signed-off-by: Khem Raj <raj.khem@gmail.com>
-rw-r--r--recipes/binutils/binutils-cross-sdk.inc3
1 files changed, 3 insertions, 0 deletions
diff --git a/recipes/binutils/binutils-cross-sdk.inc b/recipes/binutils/binutils-cross-sdk.inc
index e1c00e4ee0..52e2de1c1d 100644
--- a/recipes/binutils/binutils-cross-sdk.inc
+++ b/recipes/binutils/binutils-cross-sdk.inc
@@ -8,6 +8,9 @@ EXTRA_OECONF = "--with-sysroot=${prefix}/${TARGET_SYS} \
do_install () {
autotools_do_install
+ # delete the dir index it should be generated after installing the package
+ # for real
+ rm -rf ${D}${infodir}/dir
# Fix the ${prefix}/${TARGET_SYS}/bin/* files to be symlinks
rm ${D}${prefix}/${TARGET_SYS}/bin/.debug -Rf