X-Git-Url: https://gerrit.automotivelinux.org/gerrit/gitweb?a=blobdiff_plain;f=recipes-demo%2Fhtml5-hvac%2Fhtml5-hvac_git.bb;h=c0d4c5459037b4e475bdf43dba2d5c14ec8f9e35;hb=24c523366dd47a888af689ac50f31065c4cb186f;hp=dda72782b4961292a2bac0577a82b4d9b394af2f;hpb=731adc93b2fed74bc4410dff510fb019d10f253f;p=AGL%2Fmeta-agl-demo.git diff --git a/recipes-demo/html5-hvac/html5-hvac_git.bb b/recipes-demo/html5-hvac/html5-hvac_git.bb index dda72782b..c0d4c5459 100644 --- a/recipes-demo/html5-hvac/html5-hvac_git.bb +++ b/recipes-demo/html5-hvac/html5-hvac_git.bb @@ -11,21 +11,22 @@ B = "${WORKDIR}/build" SRC_URI = " \ git://gerrit.automotivelinux.org/gerrit/apps/html5-hvac;protocol=https;branch=master \ " -SRCREV = "6abbe876aee09b225af9329e28b4fa2cc4d4c220" +SRCREV = "c323ab8fde212120d8d1914d453afeb55b3576e5" -inherit pythonnative agl-app +inherit agl-app AGL_APP_TEMPLATE = "agl-app-web" AGL_APP_ID = "webapps-hvac" AGL_APP_NAME = "HTML5 HVAC" -DEPENDS = "nodejs-native" +DEPENDS = "nodejs-native protobuf-native" do_compile[network] = "1" do_compile() { cd ${S} rm -rf package node_modules package-lock.json npm install + npm run generate-grpc npm run build }