[oe] [meta-python][PATCH 2/8] python-smbus: replace startline=1 with beginline=1 in LIC_FILES_CHKSUM

André Draszik git at andred.net
Mon Jan 15 09:14:02 UTC 2018


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

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

Signed-off-by: André Draszik <andre.draszik at 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




More information about the Openembedded-devel mailing list