diff options
| -rw-r--r-- | meta-oe/recipes-extended/socketcan/libsocketcan_0.0.8.bb | 19 |
1 files changed, 19 insertions, 0 deletions
diff --git a/meta-oe/recipes-extended/socketcan/libsocketcan_0.0.8.bb b/meta-oe/recipes-extended/socketcan/libsocketcan_0.0.8.bb new file mode 100644 index 0000000000..cf6c212f87 --- /dev/null +++ b/meta-oe/recipes-extended/socketcan/libsocketcan_0.0.8.bb | |||
| @@ -0,0 +1,19 @@ | |||
| 1 | DESCRIPTION = "Control basic functions in socketcan from userspace" | ||
| 2 | HOMEPAGE = "http://www.pengutronix.de" | ||
| 3 | SECTION = "libs/network" | ||
| 4 | |||
| 5 | LICENSE = "LGPLv2.1" | ||
| 6 | LIC_FILES_CHKSUM = "file://src/libsocketcan.c;startline=3;endline=17;md5=2c5c54d58b42d2216f34759062be3ddb" | ||
| 7 | |||
| 8 | SRCREV = "3a2cec63a4e6212cc63d21008453bd799cfe8774" | ||
| 9 | |||
| 10 | SRC_URI = "git://git.pengutronix.de/git/tools/libsocketcan.git;protocol=git \ | ||
| 11 | " | ||
| 12 | |||
| 13 | S = "${WORKDIR}/git" | ||
| 14 | |||
| 15 | inherit autotools pkgconfig | ||
| 16 | |||
| 17 | do_configure_prepend() { | ||
| 18 | sed -i -e s:tests/GNUmakefile::g -e s:trunk:0.0.8: configure.ac | ||
| 19 | } | ||
