From: Chris Larson Date: Thu, 26 Feb 2009 23:19:03 +0000 (-0800) Subject: bzip2-full-native: Kill the manual copy of install-sh, autoreconf will handle that. X-Git-Tag: Release-2010-05/1~3796^2~53^2~16 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=7a4eb52b1f2f74481982797732b08a6e19841b3d;p=openembedded.git bzip2-full-native: Kill the manual copy of install-sh, autoreconf will handle that. Signed-off-by: Chris Larson --- 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 () {