diff options
author | Richard Purdie <richard.purdie@linuxfoundation.org> | 2013-11-25 23:22:04 +0000 |
---|---|---|
committer | Richard Purdie <richard.purdie@linuxfoundation.org> | 2013-11-26 12:10:34 +0000 |
commit | 937663bdeca6d6479e0db2a9578588b1aa20222c (patch) | |
tree | 38b0bd8293f68ebbee8f190d7ed42c8bff70f5a5 /meta/recipes-extended/bzip2/bzip2_1.0.6.bb | |
parent | 381cd842caa3db5eabf8973305b6979014d9d0a8 (diff) | |
download | poky-937663bdeca6d6479e0db2a9578588b1aa20222c.tar.gz |
bzip2: Remove stange copy line, automake does this for us anyway
(From OE-Core rev: 2ba32f7bd9deec0d977d7d2ff30275af54a41892)
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
Diffstat (limited to 'meta/recipes-extended/bzip2/bzip2_1.0.6.bb')
-rw-r--r-- | meta/recipes-extended/bzip2/bzip2_1.0.6.bb | 1 |
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}" | |||
30 | do_configure_prepend () { | 30 | do_configure_prepend () { |
31 | cp ${WORKDIR}/configure.ac ${S}/ | 31 | cp ${WORKDIR}/configure.ac ${S}/ |
32 | cp ${WORKDIR}/Makefile.am ${S}/ | 32 | cp ${WORKDIR}/Makefile.am ${S}/ |
33 | cp ${STAGING_DATADIR_NATIVE}/automake*/install-sh ${S}/ | ||
34 | } | 33 | } |
35 | 34 | ||
36 | do_install_ptest () { | 35 | do_install_ptest () { |