diff options
Diffstat (limited to 'recipes-demo')
4 files changed, 4 insertions, 0 deletions
diff --git a/recipes-demo/html5-background/html5-background_git.bb b/recipes-demo/html5-background/html5-background_git.bb index 24888fcc0..1488f2468 100644 --- a/recipes-demo/html5-background/html5-background_git.bb +++ b/recipes-demo/html5-background/html5-background_git.bb @@ -18,6 +18,7 @@ inherit pythonnative DEPENDS = "nodejs-native" +do_compile[network] = "1" do_compile() { cd ${S} rm -rf package node_modules package-lock.json diff --git a/recipes-demo/html5-homescreen/html5-homescreen_git.bb b/recipes-demo/html5-homescreen/html5-homescreen_git.bb index cff6d4734..db659760a 100644 --- a/recipes-demo/html5-homescreen/html5-homescreen_git.bb +++ b/recipes-demo/html5-homescreen/html5-homescreen_git.bb @@ -18,6 +18,7 @@ inherit pythonnative DEPENDS = "nodejs-native" +do_compile[network] = "1" do_compile() { cd ${S} rm -rf package node_modules package-lock.json diff --git a/recipes-demo/html5-hvac/html5-hvac_git.bb b/recipes-demo/html5-hvac/html5-hvac_git.bb index 83b674514..7a1ecce53 100644 --- a/recipes-demo/html5-hvac/html5-hvac_git.bb +++ b/recipes-demo/html5-hvac/html5-hvac_git.bb @@ -18,6 +18,7 @@ inherit pythonnative DEPENDS = "nodejs-native" +do_compile[network] = "1" do_compile() { cd ${S} rm -rf package node_modules package-lock.json diff --git a/recipes-demo/html5-launcher/html5-launcher_git.bb b/recipes-demo/html5-launcher/html5-launcher_git.bb index 59087006f..83e7f8070 100644 --- a/recipes-demo/html5-launcher/html5-launcher_git.bb +++ b/recipes-demo/html5-launcher/html5-launcher_git.bb @@ -18,6 +18,7 @@ inherit pythonnative DEPENDS = "nodejs-native" +do_compile[network] = "1" do_compile() { cd ${S} rm -rf package node_modules package-lock.json |