mirror of
git://git.openembedded.org/meta-openembedded
synced 2026-04-02 02:49:12 +00:00
Please see https://git.yoctoproject.org/poky/commit/?id=4dd321f8b83afecd962393101b2a6861275b5265 for what changes are needed, and sed commands that can be used to make them en masse. I've verified that bitbake -c patch world works with these, but did not run a world build; the majority of recipes shouldn't need further fixups, but if there are some that still fall out, they can be fixed in followups. Signed-off-by: Alexander Kanavin <alex@linutronix.de> Signed-off-by: Khem Raj <raj.khem@gmail.com>
26 lines
838 B
BlitzBasic
26 lines
838 B
BlitzBasic
SUMMARY = "i2c dev tools for Linux"
|
|
DESCRIPTION = "\
|
|
This package contains an I2C dev library and the i2c bus scanning \
|
|
utility lsi2c. \
|
|
"
|
|
HOMEPAGE = "https://github.com/costad2/i2cdev"
|
|
LICENSE = "LGPL-2.1-only & 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 \
|
|
"
|
|
|
|
PV = "0.7.0+git"
|
|
|
|
SRC_URI = "\
|
|
git://github.com/costad2/i2cdev.git;protocol=https;branch=master \
|
|
file://fix-lsi2c-makefile.patch \
|
|
file://fix-musl.patch \
|
|
"
|
|
SRCREV = "ed9ad777d842880e7ac6ca5e0de4bd2d3b4d02dc"
|
|
|
|
|
|
inherit autotools
|