diff options
Diffstat (limited to 'meta-oe/recipes-extended/socketcan')
-rw-r--r-- | meta-oe/recipes-extended/socketcan/canutils_4.0.6.bb | 2 | ||||
-rw-r--r-- | meta-oe/recipes-extended/socketcan/libsocketcan_0.0.8.bb | 4 |
2 files changed, 3 insertions, 3 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 9feb52373..cf1aa664d 100644 --- a/meta-oe/recipes-extended/socketcan/canutils_4.0.6.bb +++ b/meta-oe/recipes-extended/socketcan/canutils_4.0.6.bb | |||
@@ -9,7 +9,7 @@ DEPENDS = "libsocketcan" | |||
9 | 9 | ||
10 | TAG = "canutils-${PV}" | 10 | TAG = "canutils-${PV}" |
11 | SRC_URI = "git://git.pengutronix.de/git/tools/canutils.git;protocol=git;tag=${TAG} \ | 11 | SRC_URI = "git://git.pengutronix.de/git/tools/canutils.git;protocol=git;tag=${TAG} \ |
12 | " | 12 | " |
13 | 13 | ||
14 | S = "${WORKDIR}/git" | 14 | S = "${WORKDIR}/git" |
15 | 15 | ||
diff --git a/meta-oe/recipes-extended/socketcan/libsocketcan_0.0.8.bb b/meta-oe/recipes-extended/socketcan/libsocketcan_0.0.8.bb index 89b4f0609..4c5f91896 100644 --- a/meta-oe/recipes-extended/socketcan/libsocketcan_0.0.8.bb +++ b/meta-oe/recipes-extended/socketcan/libsocketcan_0.0.8.bb | |||
@@ -8,12 +8,12 @@ LIC_FILES_CHKSUM = "file://src/libsocketcan.c;beginline=3;endline=17;md5=97e38ad | |||
8 | SRCREV = "3a2cec63a4e6212cc63d21008453bd799cfe8774" | 8 | SRCREV = "3a2cec63a4e6212cc63d21008453bd799cfe8774" |
9 | 9 | ||
10 | SRC_URI = "git://git.pengutronix.de/git/tools/libsocketcan.git;protocol=git \ | 10 | SRC_URI = "git://git.pengutronix.de/git/tools/libsocketcan.git;protocol=git \ |
11 | " | 11 | " |
12 | 12 | ||
13 | S = "${WORKDIR}/git" | 13 | S = "${WORKDIR}/git" |
14 | 14 | ||
15 | inherit autotools pkgconfig | 15 | inherit autotools pkgconfig |
16 | 16 | ||
17 | do_configure_prepend() { | 17 | do_configure_prepend() { |
18 | sed -i -e s:tests/GNUmakefile::g -e s:trunk:0.0.8: configure.ac | 18 | sed -i -e s:tests/GNUmakefile::g -e s:trunk:0.0.8: configure.ac |
19 | } | 19 | } |