git.openpandora.org
/
openembedded.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
8269e05
)
bzip2-full-native: Kill the manual copy of install-sh, autoreconf will handle that.
author
Chris Larson
<clarson@mvista.com>
Thu, 26 Feb 2009 23:19:03 +0000
(15:19 -0800)
committer
Chris Larson
<clarson@kergoth.com>
Sun, 22 Mar 2009 02:58:21 +0000
(19:58 -0700)
Signed-off-by: Chris Larson <clarson@mvista.com>
recipes/bzip2/bzip2-full-native_1.0.5.bb
patch
|
blob
|
history
diff --git
a/recipes/bzip2/bzip2-full-native_1.0.5.bb
b/recipes/bzip2/bzip2-full-native_1.0.5.bb
index
13bebbb
..
53e0c11
100644
(file)
--- a/
recipes/bzip2/bzip2-full-native_1.0.5.bb
+++ b/
recipes/bzip2/bzip2-full-native_1.0.5.bb
@@
-16,7
+16,6
@@
inherit autotools native
do_configure_prepend () {
cp ${WORKDIR}/configure.ac ${S}/
cp ${WORKDIR}/Makefile.am ${S}/
- cp ${STAGING_DATADIR_NATIVE}/automake*/install-sh ${S}/
}
do_stage () {