diff options
| author | Martin Jansa <Martin.Jansa@gmail.com> | 2021-07-29 17:04:53 +0200 |
|---|---|---|
| committer | Khem Raj <raj.khem@gmail.com> | 2021-08-03 10:21:25 -0700 |
| commit | c61dc077bbd81260e4f167fa2251643ba0ba6974 (patch) | |
| tree | 66c3243f8f64ae60f66f70a16e8128c247254a65 /meta-oe/recipes-extended/socketcan | |
| parent | c5f7cfb8db54cfa4257797db5bd87828dea43296 (diff) | |
| download | meta-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.bb | 2 | ||||
| -rw-r--r-- | meta-oe/recipes-extended/socketcan/can-utils_git.bb | 14 | ||||
| -rw-r--r-- | meta-oe/recipes-extended/socketcan/canutils_4.0.6.bb | 4 |
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 | ||
| 13 | EXTRA_OEMAKE += "KERNELDIR=${STAGING_KERNEL_DIR}" | 13 | EXTRA_OEMAKE += "KERNELDIR=${STAGING_KERNEL_DIR}" |
| 14 | 14 | ||
| 15 | do_install_append() { | 15 | do_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 | ||
| 17 | PACKAGES =+ "${PN}-access ${PN}-isotp ${PN}-j1939 ${PN}-cantest ${PN}-slcan ${PN}-log" | 17 | PACKAGES =+ "${PN}-access ${PN}-isotp ${PN}-j1939 ${PN}-cantest ${PN}-slcan ${PN}-log" |
| 18 | 18 | ||
| 19 | FILES_${PN}-access = " \ | 19 | FILES:${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 | ||
| 27 | FILES_${PN}-isotp = "${bindir}/isotp*" | 27 | FILES:${PN}-isotp = "${bindir}/isotp*" |
| 28 | 28 | ||
| 29 | FILES_${PN}-j1939 = " \ | 29 | FILES:${PN}-j1939 = " \ |
| 30 | ${bindir}/j* \ | 30 | ${bindir}/j* \ |
| 31 | ${bindir}/testj1939 \ | 31 | ${bindir}/testj1939 \ |
| 32 | " | 32 | " |
| 33 | 33 | ||
| 34 | FILES_${PN}-cantest = " \ | 34 | FILES:${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 | ||
| 40 | FILES_${PN}-slcan = "${bindir}/slcan*" | 40 | FILES:${PN}-slcan = "${bindir}/slcan*" |
| 41 | 41 | ||
| 42 | FILES_${PN}-log = "${bindir}/*log*" | 42 | FILES:${PN}-log = "${bindir}/*log*" |
| 43 | 43 | ||
| 44 | ALTERNATIVE_${PN} = "candump cansend cansequence" | 44 | ALTERNATIVE:${PN} = "candump cansend cansequence" |
| 45 | ALTERNATIVE_LINK_NAME[candump] = "${bindir}/candump" | 45 | ALTERNATIVE_LINK_NAME[candump] = "${bindir}/candump" |
| 46 | ALTERNATIVE_LINK_NAME[cansend] = "${bindir}/cansend" | 46 | ALTERNATIVE_LINK_NAME[cansend] = "${bindir}/cansend" |
| 47 | ALTERNATIVE_LINK_NAME[cansequence] = "${bindir}/cansequence" | 47 | ALTERNATIVE_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" | |||
| 19 | inherit autotools pkgconfig | 19 | inherit 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 |
| 22 | RDEPENDS_${PN} += "iproute2" | 22 | RDEPENDS:${PN} += "iproute2" |
| 23 | 23 | ||
| 24 | ALTERNATIVE_PRIORITY = "90" | 24 | ALTERNATIVE_PRIORITY = "90" |
| 25 | ALTERNATIVE_${PN} = "candump cansend cansequence" | 25 | ALTERNATIVE:${PN} = "candump cansend cansequence" |
| 26 | ALTERNATIVE_LINK_NAME[candump] = "${bindir}/candump" | 26 | ALTERNATIVE_LINK_NAME[candump] = "${bindir}/candump" |
| 27 | ALTERNATIVE_LINK_NAME[cansend] = "${bindir}/cansend" | 27 | ALTERNATIVE_LINK_NAME[cansend] = "${bindir}/cansend" |
| 28 | ALTERNATIVE_LINK_NAME[cansequence] = "${bindir}/cansequence" | 28 | ALTERNATIVE_LINK_NAME[cansequence] = "${bindir}/cansequence" |
