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:
ae8c217
)
ssmtp 2.61: Add back the patch which prevents ssmtp from attempting to strip
author
Jamie Lenehan
<lenehan@twibble.org>
Mon, 2 Oct 2006 02:22:20 +0000
(
02:22
+0000)
committer
Jamie Lenehan
<lenehan@twibble.org>
Mon, 2 Oct 2006 02:22:20 +0000
(
02:22
+0000)
the binaries during install. Without this the install fails due to the use
of the host install calling the host strip which does not understand the
target binary type. OE will take care of stripping the binary itself during
packaging.
packages/ssmtp/ssmtp_2.61.bb
patch
|
blob
|
history
diff --git
a/packages/ssmtp/ssmtp_2.61.bb
b/packages/ssmtp/ssmtp_2.61.bb
index
25d1aa2
..
0022879
100644
(file)
--- a/
packages/ssmtp/ssmtp_2.61.bb
+++ b/
packages/ssmtp/ssmtp_2.61.bb
@@
-9,6
+9,7
@@
SRC_URI = "${DEBIAN_MIRROR}/main/s/ssmtp/ssmtp_${PV}.orig.tar.gz \
file://ldflags.patch;patch=1 \
file://configure.patch;patch=1 \
file://libs-lcrypto.patch;patch=1 \
+ file://dont-strip.patch;patch=1 \
file://ssmtp.conf"
S = "${WORKDIR}/${PN}-${PV}"