diff options
Diffstat (limited to 'recipes-apis/agl-service-can-low-level/agl-service-can-low-level_git.bb')
-rw-r--r-- | recipes-apis/agl-service-can-low-level/agl-service-can-low-level_git.bb | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/recipes-apis/agl-service-can-low-level/agl-service-can-low-level_git.bb b/recipes-apis/agl-service-can-low-level/agl-service-can-low-level_git.bb index 83f6c1e75..6ac2f4f29 100644 --- a/recipes-apis/agl-service-can-low-level/agl-service-can-low-level_git.bb +++ b/recipes-apis/agl-service-can-low-level/agl-service-can-low-level_git.bb @@ -18,6 +18,6 @@ inherit cmake aglwgt pkgconfig ptest # For now, just enable J1939 on the qemu platforms where we know the # linux-yocto kernel is new enough (>= 5.4) and has the support enabled. -AGLWGT_CMAKE_CONFIGURE_ARGS_append_qemuall = " -DWITH_FEATURE_J1939=ON" +AGLWGT_CMAKE_CONFIGURE_ARGS:append:qemuall = " -DWITH_FEATURE_J1939=ON" -RDEPENDS_${PN} = "virtual/low-can-dev-mapping" +RDEPENDS:${PN} = "virtual/low-can-dev-mapping" |