diff options
Diffstat (limited to 'meta-speech-framework/meta-aac/recipes-modules/aac-module-messaging')
-rw-r--r-- | meta-speech-framework/meta-aac/recipes-modules/aac-module-messaging/aac-module-messaging.bbappend | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/meta-speech-framework/meta-aac/recipes-modules/aac-module-messaging/aac-module-messaging.bbappend b/meta-speech-framework/meta-aac/recipes-modules/aac-module-messaging/aac-module-messaging.bbappend index 93b7b443..a4a0c57b 100644 --- a/meta-speech-framework/meta-aac/recipes-modules/aac-module-messaging/aac-module-messaging.bbappend +++ b/meta-speech-framework/meta-aac/recipes-modules/aac-module-messaging/aac-module-messaging.bbappend @@ -1,3 +1,3 @@ # Fix nlohmann dependency to pick up newer nlohmann-json recipe in meta-oe -DEPENDS_remove = "nlohmann" -DEPENDS_append = " nlohmann-json" +DEPENDS:remove = "nlohmann" +DEPENDS:append = " nlohmann-json" |