The last update that fixed the syntax of changing _ to : was a little too aggressive and changed the TARGET values incorrectly. Not sure why it took this long to see this pop up.
Signed-off-by: Ryan Eatmon <[email protected]> --- meta-arago-extras/recipes-ti/openmpacc/clacc_git.bb | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/meta-arago-extras/recipes-ti/openmpacc/clacc_git.bb b/meta-arago-extras/recipes-ti/openmpacc/clacc_git.bb index 4d78e7b7..f56d65cc 100644 --- a/meta-arago-extras/recipes-ti/openmpacc/clacc_git.bb +++ b/meta-arago-extras/recipes-ti/openmpacc/clacc_git.bb @@ -9,9 +9,9 @@ RDEPENDS:${PN} += "clocl" S = "${WORKDIR}/git/host" -TARGET:class-target = "clacc:arm" -TARGET:class-native = "clacc:x86" -TARGET:class-nativesdk = "clacc:x86" +TARGET:class-target = "clacc_arm" +TARGET:class-native = "clacc_x86" +TARGET:class-nativesdk = "clacc_x86" export LINUX_DEVKIT_ROOT = "${STAGING_DIR_HOST}" export X86_HOST_ROOT = "${STAGING_DIR_HOST}" -- 2.17.1 -=-=-=-=-=-=-=-=-=-=-=- Links: You receive all messages sent to this group. View/Reply Online (#14491): https://lists.yoctoproject.org/g/meta-arago/message/14491 Mute This Topic: https://lists.yoctoproject.org/mt/99292253/21656 Group Owner: [email protected] Unsubscribe: https://lists.yoctoproject.org/g/meta-arago/leave/10763299/21656/89520264/xyzzy [[email protected]] -=-=-=-=-=-=-=-=-=-=-=-
