aboutsummaryrefslogtreecommitdiffstats
path: root/recipes/bzip2/bzip2-full-native_1.0.5.bb
diff options
context:
space:
mode:
authorChris Larson <clarson@mvista.com>2009-02-26 15:19:03 -0800
committerChris Larson <clarson@kergoth.com>2009-03-21 19:58:21 -0700
commit7a4eb52b1f2f74481982797732b08a6e19841b3d (patch)
treeff7cccd4ceb2627ae117f2a504885360fa9e70cb /recipes/bzip2/bzip2-full-native_1.0.5.bb
parent8269e0572c5e27fdf6fd166866b7b3c02fe03ac9 (diff)
downloadopenembedded-7a4eb52b1f2f74481982797732b08a6e19841b3d.tar.gz
bzip2-full-native: Kill the manual copy of install-sh, autoreconf will handle that.
Signed-off-by: Chris Larson <clarson@mvista.com>
Diffstat (limited to 'recipes/bzip2/bzip2-full-native_1.0.5.bb')
-rw-r--r--recipes/bzip2/bzip2-full-native_1.0.5.bb1
1 files changed, 0 insertions, 1 deletions
diff --git a/recipes/bzip2/bzip2-full-native_1.0.5.bb b/recipes/bzip2/bzip2-full-native_1.0.5.bb
index 13bebbb3d5..53e0c112cc 100644
--- a/recipes/bzip2/bzip2-full-native_1.0.5.bb
+++ b/recipes/bzip2/bzip2-full-native_1.0.5.bb
@@ -16,7 +16,6 @@ inherit autotools native
do_configure_prepend () {
cp ${WORKDIR}/configure.ac ${S}/
cp ${WORKDIR}/Makefile.am ${S}/
- cp ${STAGING_DATADIR_NATIVE}/automake*/install-sh ${S}/
}
do_stage () {