X-Git-Url: https://gerrit.automotivelinux.org/gerrit/gitweb?a=blobdiff_plain;f=recipes-demo%2Fhtml5-background%2Fhtml5-background_git.bb;h=1488f2468b08926f208d4dff6b0be4198a920845;hb=26144b14060e8532c8d4e8ad5c59161f41ccd076;hp=c06ece09e6144dcc47e9732ed72f00698231eb53;hpb=860796f3d7fa8ac4c91c15bee14aebcbee48d3f4;p=AGL%2Fmeta-agl-demo.git diff --git a/recipes-demo/html5-background/html5-background_git.bb b/recipes-demo/html5-background/html5-background_git.bb index c06ece09e..1488f2468 100644 --- a/recipes-demo/html5-background/html5-background_git.bb +++ b/recipes-demo/html5-background/html5-background_git.bb @@ -9,13 +9,16 @@ S = "${WORKDIR}/git" B = "${WORKDIR}/build" SRC_URI = " \ - git://github.com/AGL-web-applications/background.git;protocol=https;branch=master \ + git://gerrit.automotivelinux.org/gerrit/apps/html5-background;protocol=https;branch=master \ file://webapps-html5-background.desktop \ " -SRCREV = "3b8dae349d428c0230b9885f86d421d43cda5638" +SRCREV = "e91be225127ddea6be3ddae5cb35e88c2f0aafb8" + +inherit pythonnative DEPENDS = "nodejs-native" +do_compile[network] = "1" do_compile() { cd ${S} rm -rf package node_modules package-lock.json @@ -33,9 +36,9 @@ do_install() { install ${WORKDIR}/webapps-html5-background.desktop ${D}${APPLICATIONS_DIR} } -FILES_${PN} = " \ +FILES:${PN} = " \ ${WAM_APPLICATIONS_DIR}/${PN} \ ${APPLICATIONS_DIR} \ " -RCONFLICTS_${PN} = "homescreen" +RCONFLICTS:${PN} = "homescreen"