diff options
author | Richard Purdie <rpurdie@rpsys.net> | 2005-11-16 12:13:36 +0000 |
---|---|---|
committer | OpenEmbedded Project <openembedded-devel@lists.openembedded.org> | 2005-11-16 12:13:36 +0000 |
commit | 7df1a01dad4cd9c95ffab7fca3f6207dff52f98b (patch) | |
tree | e971b48e54b1aa07fe31adcb1dbfedce025f06fa /packages/ssmtp/ssmtp_2.61.bb | |
parent | 416061c77f78705b6217e417ed2128614ce173e8 (diff) |
LICENSE is spelt with an S in OE. Change LICENCE -> LICENSE
Diffstat (limited to 'packages/ssmtp/ssmtp_2.61.bb')
-rw-r--r-- | packages/ssmtp/ssmtp_2.61.bb | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/packages/ssmtp/ssmtp_2.61.bb b/packages/ssmtp/ssmtp_2.61.bb index 72cf7e63e4..acfa068cac 100644 --- a/packages/ssmtp/ssmtp_2.61.bb +++ b/packages/ssmtp/ssmtp_2.61.bb @@ -2,8 +2,7 @@ SECTION = "console/network" MAINTAINER = "Oyvind Repvik <nail@nslu2-linux.org>" DEPENDS = "openssl" DESCRIPTION = "Extremely simple MTA to get mail off the system to a mail hub." -LICENCE = "GPL" -LICENCE = "GPL" +LICENSE = "GPL" PR = "r5" SRC_URI = "${DEBIAN_MIRROR}/main/s/ssmtp/ssmtp_${PV}.orig.tar.gz \ |