From c9bac6e84f55000569db7cad4b6884978b81bdec Mon Sep 17 00:00:00 2001 From: Paul Eggleton Date: Thu, 13 Dec 2012 14:53:36 +0000 Subject: 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 Signed-off-by: Martin Jansa --- meta-networking/recipes-daemons/tftp-hpa/tftp-hpa_5.2.bb | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'meta-networking/recipes-daemons/tftp-hpa/tftp-hpa_5.2.bb') 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 40294b0e27..af48455db2 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." DEPENDS = "tcp-wrappers readline" SECTION = "network" LICENSE = "BSD-4-Clause" -LIC_FILES_CHKSUM = "file://MCONFIG.in;startline=1;endline=9;md5=c28ba5adb43041fae4629db05c83cbdd \ - file://tftp/tftp.c;startline=1;endline=32;md5=988c1cba99d70858a26cd877209857f4" +LIC_FILES_CHKSUM = "file://MCONFIG.in;beginline=1;endline=9;md5=c28ba5adb43041fae4629db05c83cbdd \ + file://tftp/tftp.c;beginline=1;endline=32;md5=988c1cba99d70858a26cd877209857f4" PR = "r0" -- cgit v1.2.3-54-g00ecf