diff options
author | Chris Larson <clarson@mvista.com> | 2009-02-26 15:19:03 -0800 |
---|---|---|
committer | Chris Larson <clarson@kergoth.com> | 2009-03-21 19:58:21 -0700 |
commit | 7a4eb52b1f2f74481982797732b08a6e19841b3d (patch) | |
tree | ff7cccd4ceb2627ae117f2a504885360fa9e70cb /recipes | |
parent | 8269e0572c5e27fdf6fd166866b7b3c02fe03ac9 (diff) |
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')
-rw-r--r-- | recipes/bzip2/bzip2-full-native_1.0.5.bb | 1 |
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 () { |