summaryrefslogtreecommitdiffstats
path: root/meta-oe/recipes-extended/socketcan
diff options
context:
space:
mode:
authorMartin Jansa <Martin.Jansa@gmail.com>2021-07-29 17:04:53 +0200
committerKhem Raj <raj.khem@gmail.com>2021-08-03 10:21:25 -0700
commitc61dc077bbd81260e4f167fa2251643ba0ba6974 (patch)
tree66c3243f8f64ae60f66f70a16e8128c247254a65 /meta-oe/recipes-extended/socketcan
parentc5f7cfb8db54cfa4257797db5bd87828dea43296 (diff)
downloadmeta-openembedded-c61dc077bbd81260e4f167fa2251643ba0ba6974.tar.gz
Convert to new override syntax
This is the result of automated script (0.9.1) conversion: oe-core/scripts/contrib/convert-overrides.py . converting the metadata to use ":" as the override character instead of "_". Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com>
Diffstat (limited to 'meta-oe/recipes-extended/socketcan')
-rw-r--r--meta-oe/recipes-extended/socketcan/can-isotp_git.bb2
-rw-r--r--meta-oe/recipes-extended/socketcan/can-utils_git.bb14
-rw-r--r--meta-oe/recipes-extended/socketcan/canutils_4.0.6.bb4
3 files changed, 10 insertions, 10 deletions
diff --git a/meta-oe/recipes-extended/socketcan/can-isotp_git.bb b/meta-oe/recipes-extended/socketcan/can-isotp_git.bb
index 0278b53380..eed79ae7fe 100644
--- a/meta-oe/recipes-extended/socketcan/can-isotp_git.bb
+++ b/meta-oe/recipes-extended/socketcan/can-isotp_git.bb
@@ -12,7 +12,7 @@ inherit module
12 12
13EXTRA_OEMAKE += "KERNELDIR=${STAGING_KERNEL_DIR}" 13EXTRA_OEMAKE += "KERNELDIR=${STAGING_KERNEL_DIR}"
14 14
15do_install_append() { 15do_install:append() {
16 install -Dm 644 ${S}/include/uapi/linux/can/isotp.h ${D}${includedir}/linux/can/isotp.h 16 install -Dm 644 ${S}/include/uapi/linux/can/isotp.h ${D}${includedir}/linux/can/isotp.h
17} 17}
18 18
diff --git a/meta-oe/recipes-extended/socketcan/can-utils_git.bb b/meta-oe/recipes-extended/socketcan/can-utils_git.bb
index 36e7d1ef57..ad7fc596ed 100644
--- a/meta-oe/recipes-extended/socketcan/can-utils_git.bb
+++ b/meta-oe/recipes-extended/socketcan/can-utils_git.bb
@@ -16,7 +16,7 @@ inherit autotools pkgconfig update-alternatives
16 16
17PACKAGES =+ "${PN}-access ${PN}-isotp ${PN}-j1939 ${PN}-cantest ${PN}-slcan ${PN}-log" 17PACKAGES =+ "${PN}-access ${PN}-isotp ${PN}-j1939 ${PN}-cantest ${PN}-slcan ${PN}-log"
18 18
19FILES_${PN}-access = " \ 19FILES:${PN}-access = " \
20 ${bindir}/cangw \ 20 ${bindir}/cangw \
21 ${bindir}/canlogserver \ 21 ${bindir}/canlogserver \
22 ${bindir}/bcmserver \ 22 ${bindir}/bcmserver \
@@ -24,24 +24,24 @@ FILES_${PN}-access = " \
24 ${bindir}/cannelloni \ 24 ${bindir}/cannelloni \
25" 25"
26 26
27FILES_${PN}-isotp = "${bindir}/isotp*" 27FILES:${PN}-isotp = "${bindir}/isotp*"
28 28
29FILES_${PN}-j1939 = " \ 29FILES:${PN}-j1939 = " \
30 ${bindir}/j* \ 30 ${bindir}/j* \
31 ${bindir}/testj1939 \ 31 ${bindir}/testj1939 \
32" 32"
33 33
34FILES_${PN}-cantest = " \ 34FILES:${PN}-cantest = " \
35 ${bindir}/canbusload \ 35 ${bindir}/canbusload \
36 ${bindir}/can-calc-bit-timing \ 36 ${bindir}/can-calc-bit-timing \
37 ${bindir}/canfdtest \ 37 ${bindir}/canfdtest \
38" 38"
39 39
40FILES_${PN}-slcan = "${bindir}/slcan*" 40FILES:${PN}-slcan = "${bindir}/slcan*"
41 41
42FILES_${PN}-log = "${bindir}/*log*" 42FILES:${PN}-log = "${bindir}/*log*"
43 43
44ALTERNATIVE_${PN} = "candump cansend cansequence" 44ALTERNATIVE:${PN} = "candump cansend cansequence"
45ALTERNATIVE_LINK_NAME[candump] = "${bindir}/candump" 45ALTERNATIVE_LINK_NAME[candump] = "${bindir}/candump"
46ALTERNATIVE_LINK_NAME[cansend] = "${bindir}/cansend" 46ALTERNATIVE_LINK_NAME[cansend] = "${bindir}/cansend"
47ALTERNATIVE_LINK_NAME[cansequence] = "${bindir}/cansequence" 47ALTERNATIVE_LINK_NAME[cansequence] = "${bindir}/cansequence"
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 8b13daea1c..65e1fde0bf 100644
--- a/meta-oe/recipes-extended/socketcan/canutils_4.0.6.bb
+++ b/meta-oe/recipes-extended/socketcan/canutils_4.0.6.bb
@@ -19,10 +19,10 @@ S = "${WORKDIR}/git"
19inherit autotools pkgconfig 19inherit autotools pkgconfig
20 20
21# Busybox ip doesn't support can interface configuration, use the real thing 21# Busybox ip doesn't support can interface configuration, use the real thing
22RDEPENDS_${PN} += "iproute2" 22RDEPENDS:${PN} += "iproute2"
23 23
24ALTERNATIVE_PRIORITY = "90" 24ALTERNATIVE_PRIORITY = "90"
25ALTERNATIVE_${PN} = "candump cansend cansequence" 25ALTERNATIVE:${PN} = "candump cansend cansequence"
26ALTERNATIVE_LINK_NAME[candump] = "${bindir}/candump" 26ALTERNATIVE_LINK_NAME[candump] = "${bindir}/candump"
27ALTERNATIVE_LINK_NAME[cansend] = "${bindir}/cansend" 27ALTERNATIVE_LINK_NAME[cansend] = "${bindir}/cansend"
28ALTERNATIVE_LINK_NAME[cansequence] = "${bindir}/cansequence" 28ALTERNATIVE_LINK_NAME[cansequence] = "${bindir}/cansequence"