aboutsummaryrefslogtreecommitdiffstats
path: root/meta-python
diff options
context:
space:
mode:
authorAndré Draszik <andre.draszik@jci.com>2018-01-15 09:14:02 +0000
committerArmin Kuster <akuster808@gmail.com>2018-01-22 19:38:38 -0800
commitdae5069463a10d615988c47cc21cbe1f09e694c7 (patch)
tree9d796a8c53bc17a602809de4be26714512f085fc /meta-python
parent6bee4d585960335197a3fa7c29ab8a792fa7aac6 (diff)
downloadmeta-openembedded-dae5069463a10d615988c47cc21cbe1f09e694c7.tar.gz
python-smbus: replace startline=1 with beginline=1 in LIC_FILES_CHKSUM
'startline' is not a recognised keyword, it's beginline Signed-off-by: André Draszik <andre.draszik@jci.com> Signed-off-by: Armin Kuster <akuster808@gmail.com>
Diffstat (limited to 'meta-python')
-rw-r--r--meta-python/recipes-devtools/python/python-smbus.inc2
1 files changed, 1 insertions, 1 deletions
diff --git a/meta-python/recipes-devtools/python/python-smbus.inc b/meta-python/recipes-devtools/python/python-smbus.inc
index ded30ced99..de2a2704e1 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 \
"