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

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.