[oe-commits] org.oe.dev ssmtp 2.61: Add back the patch which prevents ssmtp from attempting to strip

lenehan commit openembedded-commits at lists.openembedded.org
Mon Oct 2 02:28:42 UTC 2006


ssmtp 2.61: Add back the patch which prevents ssmtp from attempting to strip
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.

Author: lenehan at openembedded.org
Branch: org.openembedded.dev
Revision: ab3be7bab4751997fa2c78503e59d81d57ec4b21
ViewMTN: http://monotone.openembedded.org/revision.psp?id=ab3be7bab4751997fa2c78503e59d81d57ec4b21
Files:
1
packages/ssmtp/ssmtp_2.61.bb
Diffs:

#
# mt diff -r9edca6785b33e861740d74e14bd1a2744bb64f0c -rab3be7bab4751997fa2c78503e59d81d57ec4b21
#
# 
# 
# patch "packages/ssmtp/ssmtp_2.61.bb"
#  from [f947f65cd08a005c7ee7d0a2203f70f032c09c90]
#    to [f8fe3a3f327876300f5fb35ff36108281ac16edf]
# 
============================================================
--- packages/ssmtp/ssmtp_2.61.bb	f947f65cd08a005c7ee7d0a2203f70f032c09c90
+++ packages/ssmtp/ssmtp_2.61.bb	f8fe3a3f327876300f5fb35ff36108281ac16edf
@@ -9,6 +9,7 @@ SRC_URI = "${DEBIAN_MIRROR}/main/s/ssmtp
            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}"
 






More information about the Openembedded-commits mailing list