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>
16 lines
619 B
BlitzBasic
16 lines
619 B
BlitzBasic
SUMMARY = "Socketcand, socketcan over tcp/ip"
|
|
LICENSE = "GPL-2.0-only | BSD-3-Clause"
|
|
LIC_FILES_CHKSUM = " \
|
|
file://LICENSES/BSD-3-Clause;md5=4c00cf8b0a04a9441d8fa24850231d00 \
|
|
file://LICENSES/GPL-2.0-only.txt;md5=f9d20a453221a1b7e32ae84694da2c37 \
|
|
"
|
|
|
|
SRC_URI = "git://github.com/linux-can/socketcand;branch=master;protocol=https"
|
|
SRCREV = "998b0394d028e791aa97d549bfc686b4fbadf5ee"
|
|
|
|
inherit meson pkgconfig
|
|
|
|
PACKAGECONFIG ?= "libconfig libsocketcan"
|
|
PACKAGECONFIG[libconfig] = "-Dlibconfig=true,-Dlibconfig=false,libconfig"
|
|
PACKAGECONFIG[libsocketcan] = "-Dlibsocketcan=true,-Dlibsocketcan=false,libsocketcan"
|