mirror of
https://github.com/openembedded/meta-openembedded.git
synced 2026-06-06 03:10:01 +00:00
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>
This commit is contained in:
committed by
Martin Jansa
parent
31bd3fb6a6
commit
c9bac6e84f
@@ -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"
|
||||
|
||||
|
||||
@@ -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"
|
||||
|
||||
@@ -1,7 +1,7 @@
|
||||
SUMMARY = "Tool for controlling the Linux TUN/TAP driver"
|
||||
SECTION = "net"
|
||||
LICENSE = "GPLv2"
|
||||
LIC_FILES_CHKSUM = "file://tunctl.c;startline=1;endline=4;md5=ff3a09996bc5fff6bc5d4e0b4c28f999"
|
||||
LIC_FILES_CHKSUM = "file://tunctl.c;beginline=1;endline=4;md5=ff3a09996bc5fff6bc5d4e0b4c28f999"
|
||||
|
||||
SRC_URI = "${SOURCEFORGE_MIRROR}/tunctl/tunctl-${PV}.tar.gz"
|
||||
|
||||
|
||||
Reference in New Issue
Block a user