diff options
-rw-r--r-- | ssmtp/ssmtp-2.60.9/configure.patch (renamed from ssmtp/ssmtp-2.60.4/configure.patch) | 0 | ||||
-rw-r--r-- | ssmtp/ssmtp-2.60.9/ldflags.patch (renamed from ssmtp/ssmtp-2.60.4/ldflags.patch) | 0 | ||||
-rw-r--r-- | ssmtp/ssmtp-2.60.9/ssmtp.conf (renamed from ssmtp/ssmtp-2.60.4/ssmtp.conf) | 0 | ||||
-rw-r--r-- | ssmtp/ssmtp_2.60.4.oe | 23 | ||||
-rw-r--r-- | ssmtp/ssmtp_2.60.9.oe | 0 |
5 files changed, 0 insertions, 23 deletions
diff --git a/ssmtp/ssmtp-2.60.4/configure.patch b/ssmtp/ssmtp-2.60.9/configure.patch index e69de29bb2..e69de29bb2 100644 --- a/ssmtp/ssmtp-2.60.4/configure.patch +++ b/ssmtp/ssmtp-2.60.9/configure.patch diff --git a/ssmtp/ssmtp-2.60.4/ldflags.patch b/ssmtp/ssmtp-2.60.9/ldflags.patch index e69de29bb2..e69de29bb2 100644 --- a/ssmtp/ssmtp-2.60.4/ldflags.patch +++ b/ssmtp/ssmtp-2.60.9/ldflags.patch diff --git a/ssmtp/ssmtp-2.60.4/ssmtp.conf b/ssmtp/ssmtp-2.60.9/ssmtp.conf index e69de29bb2..e69de29bb2 100644 --- a/ssmtp/ssmtp-2.60.4/ssmtp.conf +++ b/ssmtp/ssmtp-2.60.9/ssmtp.conf diff --git a/ssmtp/ssmtp_2.60.4.oe b/ssmtp/ssmtp_2.60.4.oe deleted file mode 100644 index e907b562e1..0000000000 --- a/ssmtp/ssmtp_2.60.4.oe +++ /dev/null @@ -1,23 +0,0 @@ -DEPENDS = "virtual/libc openssl" -DESCRIPTION = "Extremely simple MTA to get mail off the system to a mail hub." - -SRC_URI = "${DEBIAN_MIRROR}/main/s/ssmtp/ssmtp_${PV}.tar.gz \ - file://ldflags.patch;patch=1 \ - file://configure.patch;patch=1 \ - file://ssmtp.conf" -S = "${WORKDIR}/${PN}-2.60" - -inherit autotools - -EXTRA_OECONF = "--enable-ssl" -do_compile () { - oe_runmake 'LDFLAGS=${LDFLAGS}' -} - -do_install () { - oe_runmake 'prefix=${D}/${prefix}' 'exec_prefix=${D}/${exec_prefix}' \ - 'bindir=${D}/${bindir}' 'mandir=${D}/${mandir}' \ - 'etcdir=${D}/${sysconfdir}' GEN_CONFIG="`which echo`" install - install -d ${D}/${sysconfdir}/ssmtp - install -m 0644 ${WORKDIR}/ssmtp.conf ${D}/${sysconfdir}/ssmtp/ssmtp.conf -} diff --git a/ssmtp/ssmtp_2.60.9.oe b/ssmtp/ssmtp_2.60.9.oe new file mode 100644 index 0000000000..e69de29bb2 --- /dev/null +++ b/ssmtp/ssmtp_2.60.9.oe |