[oe-commits] Richard Purdie : bzip2: Remove stange copy line, automake does this for us anyway

git at git.openembedded.org git at git.openembedded.org
Tue Nov 26 12:09:36 UTC 2013


Module: openembedded-core.git
Branch: master
Commit: 2ba32f7bd9deec0d977d7d2ff30275af54a41892
URL:    http://git.openembedded.org/?p=openembedded-core.git&a=commit;h=2ba32f7bd9deec0d977d7d2ff30275af54a41892

Author: Richard Purdie <richard.purdie at linuxfoundation.org>
Date:   Mon Nov 25 23:22:04 2013 +0000

bzip2: Remove stange copy line, automake does this for us anyway

Signed-off-by: Richard Purdie <richard.purdie at linuxfoundation.org>

---

 meta/recipes-extended/bzip2/bzip2_1.0.6.bb | 1 -
 1 file changed, 1 deletion(-)

diff --git a/meta/recipes-extended/bzip2/bzip2_1.0.6.bb b/meta/recipes-extended/bzip2/bzip2_1.0.6.bb
index c7c5d68..3702ba4 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 () {



More information about the Openembedded-commits mailing list