[oe-commits] [meta-openembedded] 18/47: python-smbus: replace startline=1 with beginline=1 in LIC_FILES_CHKSUM

git at git.openembedded.org git at git.openembedded.org
Mon Jan 22 16:44:19 UTC 2018


This is an automated email from the git hooks/post-receive script.

armin_kuster pushed a commit to branch master-next
in repository meta-openembedded.

commit ca9c7eb9e549d350602ed387adb7b3290c1a1cea
Author: André Draszik <andre.draszik at jci.com>
AuthorDate: Mon Jan 15 09:14:02 2018 +0000

    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 at jci.com>
    Signed-off-by: Armin Kuster <akuster808 at gmail.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 ded30ce..de2a270 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 \
 "

-- 
To stop receiving notification emails like this one, please contact
the administrator of this repository.


More information about the Openembedded-commits mailing list