diff options
Diffstat (limited to 'recipes-demo/html5-background')
-rw-r--r-- | recipes-demo/html5-background/html5-background_git.bb | 1 |
1 files changed, 1 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 |