summaryrefslogtreecommitdiff
path: root/packages/ssmtp/ssmtp_2.61.bb
diff options
context:
space:
mode:
authorJamie Lenehan <lenehan@twibble.org>2006-07-06 14:55:19 +0000
committerOpenEmbedded Project <openembedded-devel@lists.openembedded.org>2006-07-06 14:55:19 +0000
commitd2ff879f1ef977b4aa9204f73c22af345ecdd737 (patch)
tree0170242e4f41c2f21e254761482e48105fa9d4cf /packages/ssmtp/ssmtp_2.61.bb
parentd9b77064129417d1800c7aca13fa255cbdec8c2c (diff)
ssmtp 2.61: Dont use -s to install so it doesn't attemp to use the host
strip during do_install. OE will take care of running the target strip during packaging.
Diffstat (limited to 'packages/ssmtp/ssmtp_2.61.bb')
-rw-r--r--packages/ssmtp/ssmtp_2.61.bb1
1 files changed, 1 insertions, 0 deletions
diff --git a/packages/ssmtp/ssmtp_2.61.bb b/packages/ssmtp/ssmtp_2.61.bb
index 0f208da2df..6a4a94a0e3 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}-2.61"
LICENSE = "GPL"