diff options
author | André Draszik <andre.draszik@jci.com> | 2018-01-15 09:14:04 +0000 |
---|---|---|
committer | Armin Kuster <akuster808@gmail.com> | 2018-01-22 19:38:38 -0800 |
commit | 325aa598c4aa908d02fe0035afb3cd6dcfcb1c80 (patch) | |
tree | b1cd910d42b6dfc10ca71fe2150757ebbb760902 /meta-python/recipes-devtools | |
parent | 906de69fb5717da0e159501a21761b481daf1bd5 (diff) | |
download | meta-openembedded-325aa598c4aa908d02fe0035afb3cd6dcfcb1c80.tar.gz |
python-parse: use beginline= in LIC_FILES_CHKSUM
'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>
Signed-off-by: Armin Kuster <akuster808@gmail.com>
Diffstat (limited to 'meta-python/recipes-devtools')
-rw-r--r-- | meta-python/recipes-devtools/python/python-parse_1.8.2.bb | 2 |
1 files changed, 1 insertions, 1 deletions
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 @@ | |||
1 | SUMMARY = "Parse strings using a specification based on the Python format() syntax" | 1 | SUMMARY = "Parse strings using a specification based on the Python format() syntax" |
2 | LICENSE = "BSD" | 2 | LICENSE = "BSD" |
3 | LIC_FILES_CHKSUM = "file://parse.py;md5=a84b494563bba466a2f02b05f2e6ad4a;startline=1191;endline=1210" | 3 | LIC_FILES_CHKSUM = "file://parse.py;beginline=1191;endline=1209;md5=5147afdd9b3615290ad8733f0137a1a1" |
4 | 4 | ||
5 | SRC_URI[md5sum] = "42002338551bdfa0f01bbe4e679a17dd" | 5 | SRC_URI[md5sum] = "42002338551bdfa0f01bbe4e679a17dd" |
6 | SRC_URI[sha256sum] = "8048dde3f5ca07ad7ac7350460952d83b63eaacecdac1b37f45fd74870d849d2" | 6 | SRC_URI[sha256sum] = "8048dde3f5ca07ad7ac7350460952d83b63eaacecdac1b37f45fd74870d849d2" |