From: Richard Purdie Date: Mon, 25 Nov 2013 23:22:04 +0000 (+0000) Subject: bzip2: Remove stange copy line, automake does this for us anyway X-Git-Tag: 2015-4~4499 X-Git-Url: https://code.ossystems.io/gitweb?a=commitdiff_plain;h=2ba32f7bd9deec0d977d7d2ff30275af54a41892;p=openembedded-core.git bzip2: Remove stange copy line, automake does this for us anyway Signed-off-by: Richard Purdie --- diff --git a/meta/recipes-extended/bzip2/bzip2_1.0.6.bb b/meta/recipes-extended/bzip2/bzip2_1.0.6.bb index c7c5d681d9..3702ba4bcd 100644 --- a/meta/recipes-extended/bzip2/bzip2_1.0.6.bb +++ b/meta/recipes-extended/bzip2/bzip2_1.0.6.bb @@ -30,7 +30,6 @@ EXTRA_OECONF_append_class-native = " --bindir=${STAGING_BINDIR_NATIVE}/${PN}" do_configure_prepend () { cp ${WORKDIR}/configure.ac ${S}/ cp ${WORKDIR}/Makefile.am ${S}/ - cp ${STAGING_DATADIR_NATIVE}/automake*/install-sh ${S}/ } do_install_ptest () {