From bfe74ae3970794cadf069abf924399ea7a745b4d Mon Sep 17 00:00:00 2001 From: Koen Kooi Date: Sun, 9 Oct 2011 13:14:45 +0200 Subject: cloud9: add full gzip to RDEPENDS, stock busybox lacks the --best option Signed-off-by: Koen Kooi --- meta-oe/recipes-devtools/cloud9/cloud9_0.5.1.bb | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'meta-oe/recipes-devtools/cloud9') diff --git a/meta-oe/recipes-devtools/cloud9/cloud9_0.5.1.bb b/meta-oe/recipes-devtools/cloud9/cloud9_0.5.1.bb index 1235d24f6..60506b896 100644 --- a/meta-oe/recipes-devtools/cloud9/cloud9_0.5.1.bb +++ b/meta-oe/recipes-devtools/cloud9/cloud9_0.5.1.bb @@ -3,7 +3,7 @@ HOMEPAGE = "http://c9.io" LICENSE = "GPLv3" LIC_FILES_CHKSUM = "file://LICENSE;md5=4784c3bcff601fd8f9515f52a11e7018" -PR = "r1" +PR = "r2" SRC_URI = "git://github.com/jadonk/cloud9.git;protocol=git" @@ -44,5 +44,5 @@ do_install () { } FILES_${PN}-dbg += "/usr/share/cloud9/support/jsdav/support/node-o3-xml-v4/lib/o3-xml/.debug" -RDEPENDS_${PN} = "nodejs" +RDEPENDS_${PN} = "nodejs gzip" -- cgit v1.2.3-54-g00ecf