summaryrefslogtreecommitdiffstats
path: root/meta-oe/recipes-extended/socketcan/canutils_4.0.6.bb
diff options
context:
space:
mode:
authorEric BENARD <eric@eukrea.com>2013-09-19 20:56:22 +0000
committerMartin Jansa <Martin.Jansa@gmail.com>2013-10-05 12:36:02 +0200
commit3f148a148085b3d1d8b200cd3916f308edceef67 (patch)
tree47260c8c64074054402553d428a9051d31ce60ad /meta-oe/recipes-extended/socketcan/canutils_4.0.6.bb
parent8b9fccbbfaf757844f813b06a22c413dc5cafe94 (diff)
downloadmeta-openembedded-3f148a148085b3d1d8b200cd3916f308edceef67.tar.gz
canutils: update recipe
- use git hash instead of tag - backport "candump: Add error frame's handling" Signed-off-by: Eric Bénard <eric@eukrea.com> Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com>
Diffstat (limited to 'meta-oe/recipes-extended/socketcan/canutils_4.0.6.bb')
-rw-r--r--meta-oe/recipes-extended/socketcan/canutils_4.0.6.bb5
1 files changed, 3 insertions, 2 deletions
diff --git a/meta-oe/recipes-extended/socketcan/canutils_4.0.6.bb b/meta-oe/recipes-extended/socketcan/canutils_4.0.6.bb
index 3bc2f93cf1..504c5109fa 100644
--- a/meta-oe/recipes-extended/socketcan/canutils_4.0.6.bb
+++ b/meta-oe/recipes-extended/socketcan/canutils_4.0.6.bb
@@ -7,8 +7,9 @@ LIC_FILES_CHKSUM = "file://COPYING;md5=94d55d512a9ba36caa9b7df079bae19f"
7 7
8DEPENDS = "libsocketcan" 8DEPENDS = "libsocketcan"
9 9
10TAG = "canutils-${PV}" 10SRCREV = "299dff7f5322bf0348dcdd60071958ebedf5f09d"
11SRC_URI = "git://git.pengutronix.de/git/tools/canutils.git;tag=${TAG} \ 11SRC_URI = "git://git.pengutronix.de/git/tools/canutils.git;protocol=git \
12 file://0001-canutils-candump-Add-error-frame-s-handling.patch \
12" 13"
13 14
14S = "${WORKDIR}/git" 15S = "${WORKDIR}/git"