aboutsummaryrefslogtreecommitdiffstats
path: root/recipes/ckermit/ckermit_211.bb
diff options
context:
space:
mode:
Diffstat (limited to 'recipes/ckermit/ckermit_211.bb')
-rw-r--r--recipes/ckermit/ckermit_211.bb12
1 files changed, 5 insertions, 7 deletions
diff --git a/recipes/ckermit/ckermit_211.bb b/recipes/ckermit/ckermit_211.bb
index ec64f07f6c..5ba264147c 100644
--- a/recipes/ckermit/ckermit_211.bb
+++ b/recipes/ckermit/ckermit_211.bb
@@ -3,10 +3,10 @@ software package offering a consistent, medium-independent, \
cross-platform approach to connection establishment, terminal \
sessions, file transfer, character-set translation, and automation \
of communication tasks."
-LICENSE = "Kermit"
HOMEPAGE = "http://www.columbia.edu/kermit/"
SECTION = "console/network"
-SRC_URI = "ftp://kermit.columbia.edu/kermit/archives/cku${PV}.tar.gz"
+LICENSE = "Kermit"
+SRC_URI = "ftp://kermit.columbia.edu/kermit/archives/cku${PV}.tar.gz;subdir=${BPN}-${PV}"
PR = "r3"
#
@@ -16,11 +16,11 @@ PR = "r3"
# distributions such as GNU/Linux, FreeBSD, NetBSD, and OpenBSD. See the
# license for details."
#
-# A distributions based on OpenEmbedded (OpenZaurus, OpenSimpad etc) is a
+# A distribution based on OpenEmbedded (OpenZaurus, OpenSimpad, etc.) is a
# "free Unix" distribution, therefore we can include the package.
#
#
-# Please note that the license is not 100% because it limits what you can
+# Please note that the license is not 100% free because it limits what you can
# do:
#
# "The C-Kermit source code may not be changed without the consent of
@@ -46,11 +46,9 @@ PR = "r3"
# NetBSD
# OpenBSD
#
-# ... and probably other distro's as well.
+# ... and probably other distros as well.
#
-S = "${WORKDIR}"
-
export CC2 = "${CC}"
export BINDIR = "${bindir}"
export MANDIR = "${mandir}/man1"