diff options
-rw-r--r-- | recipes/esc/esc-node-demo_git.bb | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/recipes/esc/esc-node-demo_git.bb b/recipes/esc/esc-node-demo_git.bb index 814771b53b..06933e0565 100644 --- a/recipes/esc/esc-node-demo_git.bb +++ b/recipes/esc/esc-node-demo_git.bb @@ -4,7 +4,7 @@ SECTION = "devel" PRIORITY = "optional" PV = "0" -PR = "r3" +PR = "r4" SRC_URI = "git://gist.github.com/397547.git;protocol=git \ " @@ -15,6 +15,7 @@ S = "${WORKDIR}/git" DEMO_FILES = " \ matrix_command_shell.js \ hello_world.js \ + index.html \ " do_install() { |