diff options
| author | Eric BENARD <eric@eukrea.com> | 2013-09-19 20:56:22 +0000 |
|---|---|---|
| committer | Martin Jansa <Martin.Jansa@gmail.com> | 2013-10-05 12:36:02 +0200 |
| commit | 3f148a148085b3d1d8b200cd3916f308edceef67 (patch) | |
| tree | 47260c8c64074054402553d428a9051d31ce60ad /meta-oe/recipes-extended/socketcan/canutils_4.0.6.bb | |
| parent | 8b9fccbbfaf757844f813b06a22c413dc5cafe94 (diff) | |
| download | meta-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.bb | 5 |
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 | ||
| 8 | DEPENDS = "libsocketcan" | 8 | DEPENDS = "libsocketcan" |
| 9 | 9 | ||
| 10 | TAG = "canutils-${PV}" | 10 | SRCREV = "299dff7f5322bf0348dcdd60071958ebedf5f09d" |
| 11 | SRC_URI = "git://git.pengutronix.de/git/tools/canutils.git;tag=${TAG} \ | 11 | SRC_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 | ||
| 14 | S = "${WORKDIR}/git" | 15 | S = "${WORKDIR}/git" |
