diff options
Diffstat (limited to 'recipes-demo-hmi')
7 files changed, 7 insertions, 67 deletions
diff --git a/recipes-demo-hmi/html5-dashboard/html5-dashboard_git.bb b/recipes-demo-hmi/html5-dashboard/html5-dashboard_git.bb index 534bd2d38..ac874755e 100644 --- a/recipes-demo-hmi/html5-dashboard/html5-dashboard_git.bb +++ b/recipes-demo-hmi/html5-dashboard/html5-dashboard_git.bb @@ -10,16 +10,6 @@ S = "${WORKDIR}/git/" SRC_URI = "git://gerrit.automotivelinux.org/gerrit/apps/html5-dashboard;protocol=https;branch=${AGL_BRANCH}" SRCREV = "${AGL_APP_REVISION}" -DEPENDS += " nodejs-native" +DEPENDS = "nodejs-native" inherit aglwgt - -do_configure() { - cd ${B} - npm install -} - -do_aglwgt_package() { - cd ${B} - npm run build -} diff --git a/recipes-demo-hmi/html5-homescreen/html5-homescreen_git.bb b/recipes-demo-hmi/html5-homescreen/html5-homescreen_git.bb index 68956263f..37ca70737 100644 --- a/recipes-demo-hmi/html5-homescreen/html5-homescreen_git.bb +++ b/recipes-demo-hmi/html5-homescreen/html5-homescreen_git.bb @@ -10,16 +10,6 @@ S = "${WORKDIR}/git/" SRC_URI = "git://gerrit.automotivelinux.org/gerrit/apps/html5-homescreen;protocol=https;branch=${AGL_BRANCH}" SRCREV = "${AGL_APP_REVISION}" -DEPENDS += " nodejs-native" +DEPENDS = "nodejs-native" inherit aglwgt - -do_configure() { - cd ${B} - npm install -} - -do_aglwgt_package() { - cd ${B} - npm run build -} diff --git a/recipes-demo-hmi/html5-hvac/html5-hvac_git.bb b/recipes-demo-hmi/html5-hvac/html5-hvac_git.bb index d45dc80df..7fc89aed9 100644 --- a/recipes-demo-hmi/html5-hvac/html5-hvac_git.bb +++ b/recipes-demo-hmi/html5-hvac/html5-hvac_git.bb @@ -10,16 +10,6 @@ S = "${WORKDIR}/git/" SRC_URI = "git://gerrit.automotivelinux.org/gerrit/apps/html5-hvac;protocol=https;branch=${AGL_BRANCH}" SRCREV = "${AGL_APP_REVISION}" -DEPENDS += " nodejs-native" +DEPENDS = "nodejs-native" inherit aglwgt - -do_configure() { - cd ${B} - npm install -} - -do_aglwgt_package() { - cd ${B} - npm run build -} diff --git a/recipes-demo-hmi/html5-launcher/html5-launcher_git.bb b/recipes-demo-hmi/html5-launcher/html5-launcher_git.bb index ce8a1d113..47760f676 100644 --- a/recipes-demo-hmi/html5-launcher/html5-launcher_git.bb +++ b/recipes-demo-hmi/html5-launcher/html5-launcher_git.bb @@ -10,16 +10,6 @@ S = "${WORKDIR}/git/" SRC_URI = "git://gerrit.automotivelinux.org/gerrit/apps/html5-launcher;protocol=https;branch=${AGL_BRANCH}" SRCREV = "${AGL_APP_REVISION}" -DEPENDS += " nodejs-native" +DEPENDS = "nodejs-native" inherit aglwgt - -do_configure() { - cd ${B} - npm install -} - -do_aglwgt_package() { - cd ${B} - npm run build -} diff --git a/recipes-demo-hmi/html5-mediaplayer/html5-mediaplayer_git.bb b/recipes-demo-hmi/html5-mediaplayer/html5-mediaplayer_git.bb index 2b1437669..a87b9bcf4 100644 --- a/recipes-demo-hmi/html5-mediaplayer/html5-mediaplayer_git.bb +++ b/recipes-demo-hmi/html5-mediaplayer/html5-mediaplayer_git.bb @@ -10,16 +10,6 @@ S = "${WORKDIR}/git/" SRC_URI = "git://gerrit.automotivelinux.org/gerrit/apps/html5-mediaplayer;protocol=https;branch=${AGL_BRANCH}" SRCREV = "${AGL_APP_REVISION}" -DEPENDS += " nodejs-native" +DEPENDS = "nodejs-native" inherit aglwgt - -do_configure() { - cd ${B} - npm install -} - -do_aglwgt_package() { - cd ${B} - npm run build -} 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 diff --git a/recipes-demo-hmi/html5-settings/html5-settings_git.bb b/recipes-demo-hmi/html5-settings/html5-settings_git.bb index dea1ec35b..a167b1428 100644 --- a/recipes-demo-hmi/html5-settings/html5-settings_git.bb +++ b/recipes-demo-hmi/html5-settings/html5-settings_git.bb @@ -10,16 +10,6 @@ S = "${WORKDIR}/git/" SRC_URI = "git://gerrit.automotivelinux.org/gerrit/apps/html5-settings;protocol=https;branch=${AGL_BRANCH}" SRCREV = "${AGL_APP_REVISION}" -DEPENDS += " nodejs-native" +DEPENDS = "nodejs-native" inherit aglwgt - -do_configure() { - cd ${B} - npm install -} - -do_aglwgt_package() { - cd ${B} - npm run build -} |