[oe] [PATCH] esc-node-demo: add missing index.html file

Jason Kridner jkridner at beagleboard.org
Fri Aug 20 08:52:08 UTC 2010


Signed-off-by: Jason Kridner <jkridner at beagleboard.org>
---
 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 814771b..06933e0 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() {
-- 
1.5.6.4





More information about the Openembedded-devel mailing list