git.openpandora.org
/
openembedded.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
198001c
)
esc-node-demo: add missing index.html file
author
Jason Kridner
<jkridner@beagleboard.org>
Thu, 19 Aug 2010 22:52:08 +0000
(22:52 +0000)
committer
Khem 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
patch
|
blob
|
history
diff --git
a/recipes/esc/esc-node-demo_git.bb
b/recipes/esc/esc-node-demo_git.bb
index
814771b
..
06933e0
100644
(file)
--- 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 = "r
3
"
+PR = "r
4
"
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() {