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: lucaceresoli/bug-15201-perf-libtraceevent-missing~35336 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=2ba32f7bd9deec0d977d7d2ff30275af54a41892;p=thirdparty%2Fopenembedded%2Fopenembedded-core-contrib.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 c7c5d681d94..3702ba4bcdc 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 () {