[oe] [PATCH 04/23] esc-node-demo_git.bb: Do not RDEPEND on a recipe yet which is under review

Khem Raj raj.khem at gmail.com
Sat Aug 28 20:24:14 UTC 2010


Signed-off-by: Khem Raj <raj.khem at gmail.com>
---
 recipes/esc/esc-node-demo_git.bb |    4 ++--
 1 files changed, 2 insertions(+), 2 deletions(-)

diff --git a/recipes/esc/esc-node-demo_git.bb b/recipes/esc/esc-node-demo_git.bb
index 814771b..f29b7ba 100644
--- a/recipes/esc/esc-node-demo_git.bb
+++ b/recipes/esc/esc-node-demo_git.bb
@@ -23,7 +23,7 @@ do_install() {
         install -m 0755 ${S}/${i} ${D}${datadir}/esc-training
     done
 }
-
-RDEPENDS_${PN} = "nodejs"
+# disable for now until nodejs recipe is committed
+#RDEPENDS_${PN} = "nodejs"
 FILES_${PN} += "${datadir}/esc-training"
 
-- 
1.7.1





More information about the Openembedded-devel mailing list