All of lore.kernel.org
 help / color / mirror / Atom feed
* [meta-python][PATCH 1/8] python-flask-pymongo: replace startline=1 with beginline=1 in LIC_FILES_CHKSUM
@ 2018-01-15  9:14 André Draszik
  2018-01-15  9:14 ` [meta-python][PATCH 2/8] python-smbus: " André Draszik
                   ` (6 more replies)
  0 siblings, 7 replies; 8+ messages in thread
From: André Draszik @ 2018-01-15  9:14 UTC (permalink / raw)
  To: openembedded-devel

From: André Draszik <andre.draszik@jci.com>

'startline' is not a recognised keyword, it's beginline

Signed-off-by: André Draszik <andre.draszik@jci.com>
---
 meta-python/recipes-devtools/python/python-flask-pymongo.inc | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/meta-python/recipes-devtools/python/python-flask-pymongo.inc b/meta-python/recipes-devtools/python/python-flask-pymongo.inc
index e11283ed3..fb2d6ed8b 100644
--- a/meta-python/recipes-devtools/python/python-flask-pymongo.inc
+++ b/meta-python/recipes-devtools/python/python-flask-pymongo.inc
@@ -3,7 +3,7 @@ DESCRIPTION = "PyMongo support for Flask applications."
 HOMEPAGE = "https://github.com/mitsuhiko/flask/"
 SECTION = "devel/python"
 LICENSE = "BSD"
-LIC_FILES_CHKSUM = "file://flask_pymongo/wrappers.py;startline=1;endline=24;md5=424c4e1047d28e01b4e4634a069c019d"
+LIC_FILES_CHKSUM = "file://flask_pymongo/wrappers.py;beginline=1;endline=24;md5=424c4e1047d28e01b4e4634a069c019d"
 
 SRC_URI[md5sum] = "d7a1b717f27154e1f3a355f8ec2467d6"
 SRC_URI[sha256sum] = "2baaa2ba5107d72b3a8bd4b5c0c8881316e35340ad1ae979cc13f1f3c8843b3d"
-- 
2.15.1



^ permalink raw reply related	[flat|nested] 8+ messages in thread

* [meta-python][PATCH 2/8] python-smbus: replace startline=1 with beginline=1 in LIC_FILES_CHKSUM
  2018-01-15  9:14 [meta-python][PATCH 1/8] python-flask-pymongo: replace startline=1 with beginline=1 in LIC_FILES_CHKSUM André Draszik
@ 2018-01-15  9:14 ` André Draszik
  2018-01-15  9:14 ` [meta-python][PATCH 3/8] python-webencodings: use beginline= " André Draszik
                   ` (5 subsequent siblings)
  6 siblings, 0 replies; 8+ messages in thread
From: André Draszik @ 2018-01-15  9:14 UTC (permalink / raw)
  To: openembedded-devel

From: André Draszik <andre.draszik@jci.com>

'startline' is not a recognised keyword, it's beginline

Signed-off-by: André Draszik <andre.draszik@jci.com>
---
 meta-python/recipes-devtools/python/python-smbus.inc | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/meta-python/recipes-devtools/python/python-smbus.inc b/meta-python/recipes-devtools/python/python-smbus.inc
index ded30ced9..de2a2704e 100644
--- a/meta-python/recipes-devtools/python/python-smbus.inc
+++ b/meta-python/recipes-devtools/python/python-smbus.inc
@@ -1,6 +1,6 @@
 SUMMARY = "Set of i2c tools for linux - Python module"
 LICENSE = "GPLv2"
-LIC_FILES_CHKSUM = "file://smbusmodule.c;startline=1;endline=17;md5=fa24df321a520ff8e10f203425ab9fa8"
+LIC_FILES_CHKSUM = "file://smbusmodule.c;beginline=1;endline=17;md5=fa24df321a520ff8e10f203425ab9fa8"
 
 SRC_URI = "http://downloads.yoctoproject.org/mirror/sources/i2c-tools-${PV}.tar.bz2 \
 "
-- 
2.15.1



^ permalink raw reply related	[flat|nested] 8+ messages in thread

* [meta-python][PATCH 3/8] python-webencodings: use beginline= in LIC_FILES_CHKSUM
  2018-01-15  9:14 [meta-python][PATCH 1/8] python-flask-pymongo: replace startline=1 with beginline=1 in LIC_FILES_CHKSUM André Draszik
  2018-01-15  9:14 ` [meta-python][PATCH 2/8] python-smbus: " André Draszik
@ 2018-01-15  9:14 ` André Draszik
  2018-01-15  9:14 ` [meta-python][PATCH 4/8] python-parse: " André Draszik
                   ` (4 subsequent siblings)
  6 siblings, 0 replies; 8+ messages in thread
From: André Draszik @ 2018-01-15  9:14 UTC (permalink / raw)
  To: openembedded-devel

From: André Draszik <andre.draszik@jci.com>

'startline' is not a recognised keyword, it's beginline.
Also, 'endline' was wrong.

  python-webencodings: The new md5 checksum is e910b35b0ef4e1f665b9a75d6afb7709
  python-webencodings: Here is the selected license text:
  vvvvvvvvvvvvvvvvvvvvvvvvvvvv beginline=8 vvvvvvvvvvvvvvvvvvvvvvvvvvvvv
  License: BSD
  ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ endline=8 ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^

Signed-off-by: André Draszik <andre.draszik@jci.com>
---
 meta-python/recipes-devtools/python/python-webencodings.inc | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/meta-python/recipes-devtools/python/python-webencodings.inc b/meta-python/recipes-devtools/python/python-webencodings.inc
index 74b751793..34ca7066b 100644
--- a/meta-python/recipes-devtools/python/python-webencodings.inc
+++ b/meta-python/recipes-devtools/python/python-webencodings.inc
@@ -1,6 +1,6 @@
 SUMMARY = "Character encoding aliases for legacy web content"
 LICENSE = "BSD"
-LIC_FILES_CHKSUM = "file://PKG-INFO;startline=8;endline=9;md5=af5c81bfe98855a56d36b6ba5de2906f"
+LIC_FILES_CHKSUM = "file://PKG-INFO;beginline=8;endline=8;md5=e910b35b0ef4e1f665b9a75d6afb7709"
 
 SRC_URI[md5sum] = "32f6e261d52e57bf7e1c4d41546d15b8"
 SRC_URI[sha256sum] = "b36a1c245f2d304965eb4e0a82848379241dc04b865afcc4aab16748587e1923"
-- 
2.15.1



^ permalink raw reply related	[flat|nested] 8+ messages in thread

* [meta-python][PATCH 4/8] python-parse: use beginline= in LIC_FILES_CHKSUM
  2018-01-15  9:14 [meta-python][PATCH 1/8] python-flask-pymongo: replace startline=1 with beginline=1 in LIC_FILES_CHKSUM André Draszik
  2018-01-15  9:14 ` [meta-python][PATCH 2/8] python-smbus: " André Draszik
  2018-01-15  9:14 ` [meta-python][PATCH 3/8] python-webencodings: use beginline= " André Draszik
@ 2018-01-15  9:14 ` André Draszik
  2018-01-15  9:14 ` [meta-python][PATCH 5/8] python-ujson: " André Draszik
                   ` (3 subsequent siblings)
  6 siblings, 0 replies; 8+ messages in thread
From: André Draszik @ 2018-01-15  9:14 UTC (permalink / raw)
  To: openembedded-devel

From: André Draszik <andre.draszik@jci.com>

'startline' is not a recognised keyword, it's beginline.
Also, 'endline' was wrong.

  python-parse: The new md5 checksum is 5147afdd9b3615290ad8733f0137a1a1
  python-parse: Here is the selected license text:
  vvvvvvvvvvvvvvvvvvvvvvvvvvv beginline=1191 vvvvvvvvvvvvvvvvvvvvvvvvvvv
  # Copyright (c) 2012-2013 Richard Jones <richard@python.org>
  #
  # Permission is hereby granted, free of charge, to any person obtaining a copy
  # of this software and associated documentation files (the "Software"), to deal
  # in the Software without restriction, including without limitation the rights
  # to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
  # copies of the Software, and to permit persons to whom the Software is
  # furnished to do so, subject to the following conditions:
  #
  #  The above copyright notice and this permission notice shall be included in
  #  all copies or substantial portions of the Software.
  #
  # THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
  # IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
  # FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
  # AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
  # LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
  # OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE
  # SOFTWARE.
  ^^^^^^^^^^^^^^^^^^^^^^^^^^^^ endline=1209 ^^^^^^^^^^^^^^^^^^^^^^^^^^^^

Signed-off-by: André Draszik <andre.draszik@jci.com>
---
 meta-python/recipes-devtools/python/python-parse_1.8.2.bb | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/meta-python/recipes-devtools/python/python-parse_1.8.2.bb b/meta-python/recipes-devtools/python/python-parse_1.8.2.bb
index 037221a3c..8e16372c5 100644
--- a/meta-python/recipes-devtools/python/python-parse_1.8.2.bb
+++ b/meta-python/recipes-devtools/python/python-parse_1.8.2.bb
@@ -1,6 +1,6 @@
 SUMMARY = "Parse strings using a specification based on the Python format() syntax"
 LICENSE = "BSD"
-LIC_FILES_CHKSUM = "file://parse.py;md5=a84b494563bba466a2f02b05f2e6ad4a;startline=1191;endline=1210"
+LIC_FILES_CHKSUM = "file://parse.py;beginline=1191;endline=1209;md5=5147afdd9b3615290ad8733f0137a1a1"
 
 SRC_URI[md5sum] = "42002338551bdfa0f01bbe4e679a17dd"
 SRC_URI[sha256sum] = "8048dde3f5ca07ad7ac7350460952d83b63eaacecdac1b37f45fd74870d849d2"
-- 
2.15.1



^ permalink raw reply related	[flat|nested] 8+ messages in thread

* [meta-python][PATCH 5/8] python-ujson: use beginline= in LIC_FILES_CHKSUM
  2018-01-15  9:14 [meta-python][PATCH 1/8] python-flask-pymongo: replace startline=1 with beginline=1 in LIC_FILES_CHKSUM André Draszik
                   ` (2 preceding siblings ...)
  2018-01-15  9:14 ` [meta-python][PATCH 4/8] python-parse: " André Draszik
@ 2018-01-15  9:14 ` André Draszik
  2018-01-15  9:14 ` [meta-python][PATCH 6/8] python-lxml: " André Draszik
                   ` (2 subsequent siblings)
  6 siblings, 0 replies; 8+ messages in thread
From: André Draszik @ 2018-01-15  9:14 UTC (permalink / raw)
  To: openembedded-devel

From: André Draszik <andre.draszik@jci.com>

'startline' is not a recognised keyword, it's beginline.
Also, 'endline' was wrong.

  python-ujson: The new md5 checksum is 88df8e78b9edfd744953862179f2d14e
  python-ujson: Here is the selected license text:
  vvvvvvvvvvvvvvvvvvvvvvvvvvvv beginline=8 vvvvvvvvvvvvvvvvvvvvvvvvvvvvv
  License: BSD License
  ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ endline=8 ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^

Signed-off-by: André Draszik <andre.draszik@jci.com>
---
 meta-python/recipes-devtools/python/python-ujson.inc | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/meta-python/recipes-devtools/python/python-ujson.inc b/meta-python/recipes-devtools/python/python-ujson.inc
index 9654d5ad3..c3d0bfeed 100644
--- a/meta-python/recipes-devtools/python/python-ujson.inc
+++ b/meta-python/recipes-devtools/python/python-ujson.inc
@@ -2,7 +2,7 @@ SUMMARY  = "Ultra fast JSON encoder and decoder for Python"
 DESCRIPTION = "UltraJSON is an ultra fast JSON encoder and decoder written in pure C with bindings for Python 2.5+ and 3."
 
 LICENSE = "BSD"
-LIC_FILES_CHKSUM = "file://PKG-INFO;startline=8;endline=9;md5=4f369b3c3c290b4aede8796a4065e5ab"
+LIC_FILES_CHKSUM = "file://PKG-INFO;beginline=8;endline=8;md5=88df8e78b9edfd744953862179f2d14e"
 
 SRC_URI[md5sum] = "42f77b0cce686dfa4da2e68480b1dd24"
 SRC_URI[sha256sum] = "f66073e5506e91d204ab0c614a148d5aa938bdbf104751be66f8ad7a222f5f86"
-- 
2.15.1



^ permalink raw reply related	[flat|nested] 8+ messages in thread

* [meta-python][PATCH 6/8] python-lxml: use beginline= in LIC_FILES_CHKSUM
  2018-01-15  9:14 [meta-python][PATCH 1/8] python-flask-pymongo: replace startline=1 with beginline=1 in LIC_FILES_CHKSUM André Draszik
                   ` (3 preceding siblings ...)
  2018-01-15  9:14 ` [meta-python][PATCH 5/8] python-ujson: " André Draszik
@ 2018-01-15  9:14 ` André Draszik
  2018-01-15  9:14 ` [meta-python][PATCH 7/8] python-pyparted: " André Draszik
  2018-01-15  9:14 ` [meta-python][PATCH 8/8] python-tornado: " André Draszik
  6 siblings, 0 replies; 8+ messages in thread
From: André Draszik @ 2018-01-15  9:14 UTC (permalink / raw)
  To: openembedded-devel

From: André Draszik <andre.draszik@jci.com>

'startline' is not a recognised keyword, it's beginline.

python-lxml: The new md5 checksum is 939e7430ce85e1242ff50c4ee9430752
python-lxml: Here is the selected license text:
vvvvvvvvvvvvvvvvvvvvvvvvvvvv beginline=2 vvvvvvvvvvvvvvvvvvvvvvvvvvvvv
<!--
         (c) International Organization for Standardization 2005.
        Permission to copy in any form is granted for use with conforming
        SGML systems and applications as defined in ISO 8879,
        provided this notice is included in all copies.
-->
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ endline=7 ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^

python-lxml: The new md5 checksum is cc86b7b2bbc678e13f58ea403eb9929b
python-lxml: Here is the selected license text:
vvvvvvvvvvvvvvvvvvvvvvvvvvvv beginline=2 vvvvvvvvvvvvvvvvvvvvvvvvvvvvv
<!-- Implmentation for the Schematron XML Schema Language.
	http://www.ascc.net/xml/resource/schematron/schematron.html

 Copyright (c) 2000,2001 Rick Jelliffe and Academia Sinica Computing Center, Taiwan

 This software is provided 'as-is', without any express or implied warranty.
 In no event will the authors be held liable for any damages arising from
 the use of this software.

 Permission is granted to anyone to use this software for any purpose,
...
 1. The origin of this software must not be misrepresented; you must not claim
 that you wrote the original software. If you use this software in a product,
 an acknowledgment in the product documentation would be appreciated but is
 not required.

 2. Altered source versions must be plainly marked as such, and must not be
 misrepresented as being the original software.

 3. This notice may not be removed or altered from any source distribution.
-->
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ endline=24 ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^

python-lxml: The new md5 checksum is 5b03236d293dc3784205542b409d2f53
python-lxml: Here is the selected license text:
vvvvvvvvvvvvvvvvvvvvvvvvvvvv beginline=2 vvvvvvvvvvvvvvvvvvvvvvvvvvvvv
<!--
	Stylesheet for extracting Schematron information from a RELAX-NG schema.
	Based on the stylesheet for extracting Schematron information from W3C XML Schema.
	Created by Eddie Robertsson 2002/06/01
        2009/12/10      hj: changed Schematron namespace to ISO URI (Holger Joukl)
-->
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ endline=7 ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^

Signed-off-by: André Draszik <andre.draszik@jci.com>
---
 meta-python/recipes-devtools/python/python-lxml.inc | 6 +++---
 1 file changed, 3 insertions(+), 3 deletions(-)

diff --git a/meta-python/recipes-devtools/python/python-lxml.inc b/meta-python/recipes-devtools/python/python-lxml.inc
index f153c0ae8..98a1af4b8 100644
--- a/meta-python/recipes-devtools/python/python-lxml.inc
+++ b/meta-python/recipes-devtools/python/python-lxml.inc
@@ -11,9 +11,9 @@ LIC_FILES_CHKSUM = "file://LICENSES.txt;md5=e4c045ebad958ead4b48008f70838403 \
                     file://doc/licenses/elementtree.txt;md5=eb34d036a6e3d56314ee49a6852ac891 \
                     file://doc/licenses/BSD.txt;md5=700a1fc17f4797d4f2d34970c8ee694b \
                     file://doc/licenses/GPL.txt;md5=94d55d512a9ba36caa9b7df079bae19f \
-                    file://src/lxml/isoschematron/resources/rng/iso-schematron.rng;startline=2;endline=7;md5=a2914d12acc7066b3f5b60e8f94a012e \
-                    file://src/lxml/isoschematron/resources/xsl/iso-schematron-xslt1/iso_schematron_message.xsl;startline=2;endline=24;md5=96976dcc66249c51e8026b159ca5e755 \
-                    file://src/lxml/isoschematron/resources/xsl/RNG2Schtrn.xsl;startline=2;endline=7;md5=5cac4ad4b5e131a10e9af755b10fbbb7 \
+                    file://src/lxml/isoschematron/resources/rng/iso-schematron.rng;beginline=2;endline=7;md5=939e7430ce85e1242ff50c4ee9430752 \
+                    file://src/lxml/isoschematron/resources/xsl/iso-schematron-xslt1/iso_schematron_message.xsl;beginline=2;endline=24;md5=cc86b7b2bbc678e13f58ea403eb9929b \
+                    file://src/lxml/isoschematron/resources/xsl/RNG2Schtrn.xsl;beginline=2;endline=7;md5=5b03236d293dc3784205542b409d2f53 \
                     "
 
 DEPENDS += "libxml2 libxslt"
-- 
2.15.1



^ permalink raw reply related	[flat|nested] 8+ messages in thread

* [meta-python][PATCH 7/8] python-pyparted: use beginline= in LIC_FILES_CHKSUM
  2018-01-15  9:14 [meta-python][PATCH 1/8] python-flask-pymongo: replace startline=1 with beginline=1 in LIC_FILES_CHKSUM André Draszik
                   ` (4 preceding siblings ...)
  2018-01-15  9:14 ` [meta-python][PATCH 6/8] python-lxml: " André Draszik
@ 2018-01-15  9:14 ` André Draszik
  2018-01-15  9:14 ` [meta-python][PATCH 8/8] python-tornado: " André Draszik
  6 siblings, 0 replies; 8+ messages in thread
From: André Draszik @ 2018-01-15  9:14 UTC (permalink / raw)
  To: openembedded-devel

From: André Draszik <andre.draszik@jci.com>

'startline' is not a recognised keyword, it's beginline.

python-pyparted: The new md5 checksum is 9e53304db812b80d0939e11bb69dcab2
python-pyparted: Here is the selected license text:
vvvvvvvvvvvvvvvvvvvvvvvvvvvv beginline=10 vvvvvvvvvvvvvvvvvvvvvvvvvvvv
 * This copyrighted material is made available to anyone wishing to use,
 * modify, copy, or redistribute it subject to the terms and conditions of
 * the GNU General Public License v.2, or (at your option) any later version.
 * This program is distributed in the hope that it will be useful, but WITHOUT
 * ANY WARRANTY expressed or implied, including the implied warranties of
 * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the GNU General
 * Public License for more details.  You should have received a copy of the
 * GNU General Public License along with this program; if not, write to the
 * Free Software Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA
 * 02110-1301, USA.  Any Red Hat trademarks that are incorporated in the
 * source code or documentation are not subject to the GNU General Public
 * License and may only be used or replicated with the express permission of
 * Red Hat, Inc.
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ endline=22 ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^

Signed-off-by: André Draszik <andre.draszik@jci.com>
---
 meta-python/recipes-extended/python-pyparted/python-pyparted.inc | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/meta-python/recipes-extended/python-pyparted/python-pyparted.inc b/meta-python/recipes-extended/python-pyparted/python-pyparted.inc
index 2192179be..c82909d10 100644
--- a/meta-python/recipes-extended/python-pyparted/python-pyparted.inc
+++ b/meta-python/recipes-extended/python-pyparted/python-pyparted.inc
@@ -6,7 +6,7 @@ HOMEPAGE = "https://github.com/rhinstaller/pyparted"
 LICENSE = "GPL-2.0+"
 LIC_FILES_CHKSUM = "\
     file://COPYING;md5=8ca43cbc842c2336e835926c2166c28b \
-    file://src/_pedmodule.c;startline=10;endline=22;md5=ebcb25dde1ac9c46e986dec79b404e7e \
+    file://src/_pedmodule.c;beginline=10;endline=22;md5=9e53304db812b80d0939e11bb69dcab2 \
 "
 DEPENDS += "parted"
 
-- 
2.15.1



^ permalink raw reply related	[flat|nested] 8+ messages in thread

* [meta-python][PATCH 8/8] python-tornado: use beginline= in LIC_FILES_CHKSUM
  2018-01-15  9:14 [meta-python][PATCH 1/8] python-flask-pymongo: replace startline=1 with beginline=1 in LIC_FILES_CHKSUM André Draszik
                   ` (5 preceding siblings ...)
  2018-01-15  9:14 ` [meta-python][PATCH 7/8] python-pyparted: " André Draszik
@ 2018-01-15  9:14 ` André Draszik
  6 siblings, 0 replies; 8+ messages in thread
From: André Draszik @ 2018-01-15  9:14 UTC (permalink / raw)
  To: openembedded-devel

From: André Draszik <andre.draszik@jci.com>

'startline' is not a recognised keyword, it's beginline.
Also, 'endline' was wrong, as well as starline (beginline)
as counting starts from 1, not 0.

  python-tornado: The new md5 checksum is 8d463fc66ff8f275354ffe88d1896e12
  python-tornado: Here is the selected license text:
  vvvvvvvvvvvvvvvvvvvvvvvvvvvv beginline=3 vvvvvvvvvvvvvvvvvvvvvvvvvvvvv
  # Copyright 2009 Facebook
  #
  # Licensed under the Apache License, Version 2.0 (the "License"); you may
  # not use this file except in compliance with the License. You may obtain
  # a copy of the License at
  #
  #     http://www.apache.org/licenses/LICENSE-2.0
  #
  # Unless required by applicable law or agreed to in writing, software
  # distributed under the License is distributed on an "AS IS" BASIS, WITHOUT
  # WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. See the
  # License for the specific language governing permissions and limitations
  # under the License.
  ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ endline=15 ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^

Signed-off-by: André Draszik <andre.draszik@jci.com>
---
 meta-python/recipes-devtools/python/python-tornado.inc | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/meta-python/recipes-devtools/python/python-tornado.inc b/meta-python/recipes-devtools/python/python-tornado.inc
index 2c586556d..dfaea5c82 100644
--- a/meta-python/recipes-devtools/python/python-tornado.inc
+++ b/meta-python/recipes-devtools/python/python-tornado.inc
@@ -4,7 +4,7 @@ By using non-blocking network I/O, Tornado can scale to tens of thousands of ope
 polling, WebSockets, and other applications that require a long-lived connection to each user."
 HOMEPAGE = "http://www.tornadoweb.org/en/stable/"
 LICENSE = "Apache-2.0"
-LIC_FILES_CHKSUM = "file://setup.py;startline=2;endline=15;md5=5ab7571a79ad62d0ca7aea308bac7560"
+LIC_FILES_CHKSUM = "file://setup.py;beginline=3;endline=15;md5=8d463fc66ff8f275354ffe88d1896e12"
 
 SRC_URI[md5sum] = "ab41f6765d58089f30ba51e8ec084a7b"
 SRC_URI[sha256sum] = "1fb8e494cd46c674d86fac5885a3ff87b0e283937a47d74eb3c02a48c9e89ad0"
-- 
2.15.1



^ permalink raw reply related	[flat|nested] 8+ messages in thread

end of thread, other threads:[~2018-01-15  9:14 UTC | newest]

Thread overview: 8+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2018-01-15  9:14 [meta-python][PATCH 1/8] python-flask-pymongo: replace startline=1 with beginline=1 in LIC_FILES_CHKSUM André Draszik
2018-01-15  9:14 ` [meta-python][PATCH 2/8] python-smbus: " André Draszik
2018-01-15  9:14 ` [meta-python][PATCH 3/8] python-webencodings: use beginline= " André Draszik
2018-01-15  9:14 ` [meta-python][PATCH 4/8] python-parse: " André Draszik
2018-01-15  9:14 ` [meta-python][PATCH 5/8] python-ujson: " André Draszik
2018-01-15  9:14 ` [meta-python][PATCH 6/8] python-lxml: " André Draszik
2018-01-15  9:14 ` [meta-python][PATCH 7/8] python-pyparted: " André Draszik
2018-01-15  9:14 ` [meta-python][PATCH 8/8] python-tornado: " André Draszik

This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.