diff options
Diffstat (limited to 'meta-oe/recipes-extended/socketcan/socketcand_git.bb')
-rw-r--r-- | meta-oe/recipes-extended/socketcan/socketcand_git.bb | 16 |
1 files changed, 16 insertions, 0 deletions
diff --git a/meta-oe/recipes-extended/socketcan/socketcand_git.bb b/meta-oe/recipes-extended/socketcan/socketcand_git.bb new file mode 100644 index 0000000000..4e58c76460 --- /dev/null +++ b/meta-oe/recipes-extended/socketcan/socketcand_git.bb | |||
@@ -0,0 +1,16 @@ | |||
1 | SUMMARY = "Socketcand, socketcan over tcp/ip" | ||
2 | LICENSE = "GPL-2.0-only | BSD-3-Clause" | ||
3 | LIC_FILES_CHKSUM = " \ | ||
4 | file://LICENSES/BSD-3-Clause;md5=4c00cf8b0a04a9441d8fa24850231d00 \ | ||
5 | file://LICENSES/GPL-2.0-only.txt;md5=f9d20a453221a1b7e32ae84694da2c37 \ | ||
6 | " | ||
7 | |||
8 | SRC_URI = "git://github.com/linux-can/socketcand;branch=master;protocol=https" | ||
9 | SRCREV = "998b0394d028e791aa97d549bfc686b4fbadf5ee" | ||
10 | S = "${WORKDIR}/git" | ||
11 | |||
12 | inherit meson pkgconfig | ||
13 | |||
14 | PACKAGECONFIG ?= "libconfig libsocketcan" | ||
15 | PACKAGECONFIG[libconfig] = "-Dlibconfig=true,-Dlibconfig=false,libconfig" | ||
16 | PACKAGECONFIG[libsocketcan] = "-Dlibsocketcan=true,-Dlibsocketcan=false,libsocketcan" | ||