diff options
Diffstat (limited to 'recipes-demo-hmi/html5-mixer/html5-mixer_git.bb')
-rw-r--r-- | recipes-demo-hmi/html5-mixer/html5-mixer_git.bb | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/recipes-demo-hmi/html5-mixer/html5-mixer_git.bb b/recipes-demo-hmi/html5-mixer/html5-mixer_git.bb index 09fa249b7..97b1195c8 100644 --- a/recipes-demo-hmi/html5-mixer/html5-mixer_git.bb +++ b/recipes-demo-hmi/html5-mixer/html5-mixer_git.bb @@ -10,6 +10,6 @@ S = "${WORKDIR}/git/" SRC_URI = "git://gerrit.automotivelinux.org/gerrit/apps/html5-mixer;protocol=https;branch=${AGL_BRANCH}" SRCREV = "${AGL_APP_REVISION}" -DEPENDS += " nodejs-native" +DEPENDS = "nodejs-native" inherit aglwgt |