esc-node-demo: add missing index.html file
authorJason Kridner <jkridner@beagleboard.org>
Thu, 19 Aug 2010 22:52:08 +0000 (22:52 +0000)
committerKhem Raj <raj.khem@gmail.com>
Mon, 6 Sep 2010 04:00:45 +0000 (21:00 -0700)
Signed-off-by: Jason Kridner <jkridner@beagleboard.org>
Signed-off-by: Khem Raj <raj.khem@gmail.com>
recipes/esc/esc-node-demo_git.bb

index 814771b..06933e0 100644 (file)
@@ -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() {