All of lore.kernel.org
 help / color / mirror / Atom feed
From: "André Draszik" <git@andred.net>
To: openembedded-devel@lists.openembedded.org
Subject: [meta-python][PATCH 8/8] python-tornado: use beginline= in LIC_FILES_CHKSUM
Date: Mon, 15 Jan 2018 09:14:08 +0000	[thread overview]
Message-ID: <20180115091408.1133-8-git@andred.net> (raw)
In-Reply-To: <20180115091408.1133-1-git@andred.net>

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



      parent reply	other threads:[~2018-01-15  9:14 UTC|newest]

Thread overview: 8+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
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 ` André Draszik [this message]

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=20180115091408.1133-8-git@andred.net \
    --to=git@andred.net \
    --cc=openembedded-devel@lists.openembedded.org \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
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.