aboutsummaryrefslogtreecommitdiffstats
path: root/meta-networking/recipes-support/mtr
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/recipes-support/mtr
parent31bd3fb6a698ffc56b6f6eac9dc8a01425e64fee (diff)
downloadmeta-openembedded-contrib-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/recipes-support/mtr')
-rw-r--r--meta-networking/recipes-support/mtr/mtr_0.82.bb2
1 files changed, 1 insertions, 1 deletions
diff --git a/meta-networking/recipes-support/mtr/mtr_0.82.bb b/meta-networking/recipes-support/mtr/mtr_0.82.bb
index c6d5152148..3a9394874e 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"
LICENSE = "GPLv2"
LIC_FILES_CHKSUM = "file://COPYING;md5=0636e73ff0215e8d672dc4c32c317bb3 \
- file://mtr.c;startline=5;endline=16;md5=87105f8fe9675e897e074869afaafa6f"
+ file://mtr.c;beginline=5;endline=16;md5=56e390ced194aff352eefab404883057"
SRC_URI = "ftp://ftp.bitwizard.nl/mtr/mtr-${PV}.tar.gz \
file://no-gtk.patch"