summaryrefslogtreecommitdiffstats
path: root/meta-networking
diff options
context:
space:
mode:
authorPaul Eggleton <paul.eggleton@linux.intel.com>2012-12-13 14:53:36 +0000
committerMartin Jansa <Martin.Jansa@gmail.com>2012-12-16 21:11:43 +0100
commitc9bac6e84f55000569db7cad4b6884978b81bdec (patch)
tree70528c12cbbfb5fed05c6bb6fe8d560bd02d4225 /meta-networking
parent31bd3fb6a698ffc56b6f6eac9dc8a01425e64fee (diff)
downloadmeta-openembedded-c9bac6e84f55000569db7cad4b6884978b81bdec.tar.gz
meta-networking: Fix erroneous use of "startline" in LIC_FILES_CHKSUM
"beginline" is the correct parameter name. Checksums have been updated where necessary (i.e. if the beginning line was something other than the default of 1). Signed-off-by: Paul Eggleton <paul.eggleton@linux.intel.com> Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com>
Diffstat (limited to 'meta-networking')
-rw-r--r--meta-networking/recipes-daemons/tftp-hpa/tftp-hpa_5.2.bb4
-rw-r--r--meta-networking/recipes-support/mtr/mtr_0.82.bb2
-rw-r--r--meta-networking/recipes-support/tunctl/tunctl.inc2
3 files changed, 4 insertions, 4 deletions
diff --git a/meta-networking/recipes-daemons/tftp-hpa/tftp-hpa_5.2.bb b/meta-networking/recipes-daemons/tftp-hpa/tftp-hpa_5.2.bb
index 40294b0e2..af48455db 100644
--- a/meta-networking/recipes-daemons/tftp-hpa/tftp-hpa_5.2.bb
+++ b/meta-networking/recipes-daemons/tftp-hpa/tftp-hpa_5.2.bb
@@ -8,8 +8,8 @@ and should not be enabled unless it is expressly needed."
8DEPENDS = "tcp-wrappers readline" 8DEPENDS = "tcp-wrappers readline"
9SECTION = "network" 9SECTION = "network"
10LICENSE = "BSD-4-Clause" 10LICENSE = "BSD-4-Clause"
11LIC_FILES_CHKSUM = "file://MCONFIG.in;startline=1;endline=9;md5=c28ba5adb43041fae4629db05c83cbdd \ 11LIC_FILES_CHKSUM = "file://MCONFIG.in;beginline=1;endline=9;md5=c28ba5adb43041fae4629db05c83cbdd \
12 file://tftp/tftp.c;startline=1;endline=32;md5=988c1cba99d70858a26cd877209857f4" 12 file://tftp/tftp.c;beginline=1;endline=32;md5=988c1cba99d70858a26cd877209857f4"
13 13
14PR = "r0" 14PR = "r0"
15 15
diff --git a/meta-networking/recipes-support/mtr/mtr_0.82.bb b/meta-networking/recipes-support/mtr/mtr_0.82.bb
index c6d515214..3a9394874 100644
--- a/meta-networking/recipes-support/mtr/mtr_0.82.bb
+++ b/meta-networking/recipes-support/mtr/mtr_0.82.bb
@@ -5,7 +5,7 @@ DEPENDS = "ncurses"
5 5
6LICENSE = "GPLv2" 6LICENSE = "GPLv2"
7LIC_FILES_CHKSUM = "file://COPYING;md5=0636e73ff0215e8d672dc4c32c317bb3 \ 7LIC_FILES_CHKSUM = "file://COPYING;md5=0636e73ff0215e8d672dc4c32c317bb3 \
8 file://mtr.c;startline=5;endline=16;md5=87105f8fe9675e897e074869afaafa6f" 8 file://mtr.c;beginline=5;endline=16;md5=56e390ced194aff352eefab404883057"
9 9
10SRC_URI = "ftp://ftp.bitwizard.nl/mtr/mtr-${PV}.tar.gz \ 10SRC_URI = "ftp://ftp.bitwizard.nl/mtr/mtr-${PV}.tar.gz \
11 file://no-gtk.patch" 11 file://no-gtk.patch"
diff --git a/meta-networking/recipes-support/tunctl/tunctl.inc b/meta-networking/recipes-support/tunctl/tunctl.inc
index 952af245e..29aed44a4 100644
--- a/meta-networking/recipes-support/tunctl/tunctl.inc
+++ b/meta-networking/recipes-support/tunctl/tunctl.inc
@@ -1,7 +1,7 @@
1SUMMARY = "Tool for controlling the Linux TUN/TAP driver" 1SUMMARY = "Tool for controlling the Linux TUN/TAP driver"
2SECTION = "net" 2SECTION = "net"
3LICENSE = "GPLv2" 3LICENSE = "GPLv2"
4LIC_FILES_CHKSUM = "file://tunctl.c;startline=1;endline=4;md5=ff3a09996bc5fff6bc5d4e0b4c28f999" 4LIC_FILES_CHKSUM = "file://tunctl.c;beginline=1;endline=4;md5=ff3a09996bc5fff6bc5d4e0b4c28f999"
5 5
6SRC_URI = "${SOURCEFORGE_MIRROR}/tunctl/tunctl-${PV}.tar.gz" 6SRC_URI = "${SOURCEFORGE_MIRROR}/tunctl/tunctl-${PV}.tar.gz"
7 7