ssmtp 2.61: Add back the patch which prevents ssmtp from attempting to strip
authorJamie Lenehan <lenehan@twibble.org>
Mon, 2 Oct 2006 02:22:20 +0000 (02:22 +0000)
committerJamie 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

index 25d1aa2..0022879 100644 (file)
@@ -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}"