diff options
Diffstat (limited to 'recipes-apis/agl-service-voice-high')
-rw-r--r-- | recipes-apis/agl-service-voice-high/agl-service-voice-high_git.bb | 2 | ||||
-rw-r--r-- | recipes-apis/agl-service-voice-high/default-voice-high-config_1.0.bb | 2 |
2 files changed, 2 insertions, 2 deletions
diff --git a/recipes-apis/agl-service-voice-high/agl-service-voice-high_git.bb b/recipes-apis/agl-service-voice-high/agl-service-voice-high_git.bb index b3c782bb4..54620144a 100644 --- a/recipes-apis/agl-service-voice-high/agl-service-voice-high_git.bb +++ b/recipes-apis/agl-service-voice-high/agl-service-voice-high_git.bb @@ -16,4 +16,4 @@ S = "${WORKDIR}/git" inherit cmake aglwgt -RDEPENDS_${PN} += "virtual/voice-high-config" +RDEPENDS:${PN} += "virtual/voice-high-config" diff --git a/recipes-apis/agl-service-voice-high/default-voice-high-config_1.0.bb b/recipes-apis/agl-service-voice-high/default-voice-high-config_1.0.bb index b015dd5d9..caa66188f 100644 --- a/recipes-apis/agl-service-voice-high/default-voice-high-config_1.0.bb +++ b/recipes-apis/agl-service-voice-high/default-voice-high-config_1.0.bb @@ -16,5 +16,5 @@ do_install () { install -D -m 644 ${WORKDIR}/voice-high.json ${D}${sysconfdir}/xdg/AGL/voice-high.json } -RPROVIDES_${PN} += "virtual/voice-high-config" +RPROVIDES:${PN} += "virtual/voice-high-config" |