cloud9: add full gzip to RDEPENDS, stock busybox lacks the --best option

Signed-off-by: Koen Kooi <koen@dominion.thruhere.net>
This commit is contained in:
Koen Kooi
2011-10-09 13:14:45 +02:00
parent f94e91dafc
commit bfe74ae397

View File

@@ -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"