aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorKoen Kooi <koen@dominion.thruhere.net>2011-11-10 15:35:26 +0100
committerKoen Kooi <koen@dominion.thruhere.net>2011-11-10 15:50:41 +0100
commitf82b52f5e268612c73e9e5dc61807bcfbe34286a (patch)
treec33c10888438d8cae8c5d8d7b0e5155611809800
parent681b30a6ed830e47c8b77cc9a72cdc82c4ec2190 (diff)
downloadmeta-openembedded-contrib-f82b52f5e268612c73e9e5dc61807bcfbe34286a.tar.gz
libsocketcan: add 0.0.8 + fixes
Signed-off-by: Koen Kooi <koen@dominion.thruhere.net>
-rw-r--r--meta-oe/recipes-extended/socketcan/libsocketcan_0.0.8.bb19
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 @@
+DESCRIPTION = "Control basic functions in socketcan from userspace"
+HOMEPAGE = "http://www.pengutronix.de"
+SECTION = "libs/network"
+
+LICENSE = "LGPLv2.1"
+LIC_FILES_CHKSUM = "file://src/libsocketcan.c;startline=3;endline=17;md5=2c5c54d58b42d2216f34759062be3ddb"
+
+SRCREV = "3a2cec63a4e6212cc63d21008453bd799cfe8774"
+
+SRC_URI = "git://git.pengutronix.de/git/tools/libsocketcan.git;protocol=git \
+ "
+
+S = "${WORKDIR}/git"
+
+inherit autotools pkgconfig
+
+do_configure_prepend() {
+ sed -i -e s:tests/GNUmakefile::g -e s:trunk:0.0.8: configure.ac
+}