From: Jamie Lenehan Date: Mon, 2 Oct 2006 02:22:20 +0000 (+0000) Subject: ssmtp 2.61: Add back the patch which prevents ssmtp from attempting to strip X-Git-Tag: Release-2010-05/1~9453^2~654 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=865ccb22b81c59adb9ea944043d86a515e15441f;p=openembedded.git 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. --- diff --git a/packages/ssmtp/ssmtp_2.61.bb b/packages/ssmtp/ssmtp_2.61.bb index 25d1aa2d66..00228790a1 100644 --- 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}"