aboutsummaryrefslogtreecommitdiffstats
path: root/meta/recipes-extended/bzip2
diff options
context:
space:
mode:
authorRichard Purdie <richard.purdie@linuxfoundation.org>2013-11-25 23:22:04 +0000
committerRichard Purdie <richard.purdie@linuxfoundation.org>2013-11-25 23:22:04 +0000
commit2ba32f7bd9deec0d977d7d2ff30275af54a41892 (patch)
treeb74bec8298a00df13616bad7c3c904413dda37bc /meta/recipes-extended/bzip2
parent25a75e83550fab0f9d2486b13ec9ab6339b6a8b0 (diff)
downloadopenembedded-core-2ba32f7bd9deec0d977d7d2ff30275af54a41892.tar.gz
bzip2: Remove stange copy line, automake does this for us anyway
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
Diffstat (limited to 'meta/recipes-extended/bzip2')
-rw-r--r--meta/recipes-extended/bzip2/bzip2_1.0.6.bb1
1 files changed, 0 insertions, 1 deletions
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 () {