mirror of
https://github.com/openembedded/meta-openembedded.git
synced 2026-06-14 05:49:57 +00:00
813fb0def8
The main part is the tool lsi2c to scan the i2c bus, like lspci and lsusb do. This recipe also ships a static library *libi2cdev.a*. Because this library contains the file *smbus.c* which is *GPL v2+,* and a static library can't be linked dynamically to satisfy the LGPL, the whole recipe is marked as *GPL-2.0-or-later.* Signed-off-by: Jörg Sommer <joerg.sommer@navimatix.de> Signed-off-by: Khem Raj <raj.khem@gmail.com>
27 lines
848 B
BlitzBasic
27 lines
848 B
BlitzBasic
SUMMARY = "i2c dev tools for Linux"
|
|
DESCRIPTION = "\
|
|
This package contains an I2C dev library and the i2c bus scanning \
|
|
utility lsi2c. \
|
|
"
|
|
AUTHOR = "Danielle Costantino"
|
|
HOMEPAGE = "https://github.com/costad2/i2cdev"
|
|
LICENSE = "GPL-2.0-or-later"
|
|
LIC_FILES_CHKSUM = "\
|
|
file://COPYING;md5=768997ba510a952bef1775c50bc22b00 \
|
|
file://include/libi2cdev.h;beginline=12;endline=25;md5=72486a5e192d6ac5c7e55a4a95e380a6 \
|
|
file://libi2cdev/smbus.c;beginline=9;endline=22;md5=d9a0de5a611b960fa75912ded6c60096 \
|
|
file://lsi2c/lsi2c.c;beginline=11;endline=24;md5=72486a5e192d6ac5c7e55a4a95e380a6 \
|
|
"
|
|
|
|
PR = "git${SRCPV}"
|
|
|
|
SRC_URI = "\
|
|
git://github.com/costad2/i2cdev.git;protocol=https;branch=master \
|
|
file://fix-lsi2c-makefile.patch \
|
|
"
|
|
SRCREV = "ed9ad777d842880e7ac6ca5e0de4bd2d3b4d02dc"
|
|
|
|
S = "${WORKDIR}/git"
|
|
|
|
inherit autotools
|