From c61dc077bbd81260e4f167fa2251643ba0ba6974 Mon Sep 17 00:00:00 2001 From: Martin Jansa Date: Thu, 29 Jul 2021 17:04:53 +0200 Subject: 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 --- meta-oe/recipes-extended/socketcan/can-utils_git.bb | 14 +++++++------- 1 file changed, 7 insertions(+), 7 deletions(-) (limited to 'meta-oe/recipes-extended/socketcan/can-utils_git.bb') 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 PACKAGES =+ "${PN}-access ${PN}-isotp ${PN}-j1939 ${PN}-cantest ${PN}-slcan ${PN}-log" -FILES_${PN}-access = " \ +FILES:${PN}-access = " \ ${bindir}/cangw \ ${bindir}/canlogserver \ ${bindir}/bcmserver \ @@ -24,24 +24,24 @@ FILES_${PN}-access = " \ ${bindir}/cannelloni \ " -FILES_${PN}-isotp = "${bindir}/isotp*" +FILES:${PN}-isotp = "${bindir}/isotp*" -FILES_${PN}-j1939 = " \ +FILES:${PN}-j1939 = " \ ${bindir}/j* \ ${bindir}/testj1939 \ " -FILES_${PN}-cantest = " \ +FILES:${PN}-cantest = " \ ${bindir}/canbusload \ ${bindir}/can-calc-bit-timing \ ${bindir}/canfdtest \ " -FILES_${PN}-slcan = "${bindir}/slcan*" +FILES:${PN}-slcan = "${bindir}/slcan*" -FILES_${PN}-log = "${bindir}/*log*" +FILES:${PN}-log = "${bindir}/*log*" -ALTERNATIVE_${PN} = "candump cansend cansequence" +ALTERNATIVE:${PN} = "candump cansend cansequence" ALTERNATIVE_LINK_NAME[candump] = "${bindir}/candump" ALTERNATIVE_LINK_NAME[cansend] = "${bindir}/cansend" ALTERNATIVE_LINK_NAME[cansequence] = "${bindir}/cansequence" -- cgit 1.2.3-korg