[oe-commits] Chris Larson : bzip2-full-native: Kill the manual copy of install-sh, autoreconf will handle that.

GIT User account git at amethyst.openembedded.net
Sat Mar 21 19:00:19 UTC 2009


Module: openembedded.git
Branch: org.openembedded.dev
Commit: 7a4eb52b1f2f74481982797732b08a6e19841b3d
URL:    http://gitweb.openembedded.net/?p=openembedded.git&a=commit;h=7a4eb52b1f2f74481982797732b08a6e19841b3d

Author: Chris Larson <clarson at mvista.com>
Date:   Thu Feb 26 15:19:03 2009 -0800

bzip2-full-native: Kill the manual copy of install-sh, autoreconf will handle that.

Signed-off-by: Chris Larson <clarson at mvista.com>

---

 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 13bebbb..53e0c11 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 () {





More information about the Openembedded-commits mailing list