diff options
author | Koen Kooi <koen@dominion.thruhere.net> | 2011-10-09 13:14:45 +0200 |
---|---|---|
committer | Koen Kooi <koen@dominion.thruhere.net> | 2011-10-09 19:34:05 +0200 |
commit | bfe74ae3970794cadf069abf924399ea7a745b4d (patch) | |
tree | 5530e66bb1ec28890e8b334dcfe8c6aba2da1ba2 /meta-oe/recipes-devtools | |
parent | f94e91dafcf3ebbbbdabbad1a89f7bf235b3aa81 (diff) | |
download | meta-openembedded-bfe74ae3970794cadf069abf924399ea7a745b4d.tar.gz |
cloud9: add full gzip to RDEPENDS, stock busybox lacks the --best option
Signed-off-by: Koen Kooi <koen@dominion.thruhere.net>
Diffstat (limited to 'meta-oe/recipes-devtools')
-rw-r--r-- | meta-oe/recipes-devtools/cloud9/cloud9_0.5.1.bb | 4 |
1 files changed, 2 insertions, 2 deletions
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" | |||
3 | LICENSE = "GPLv3" | 3 | LICENSE = "GPLv3" |
4 | LIC_FILES_CHKSUM = "file://LICENSE;md5=4784c3bcff601fd8f9515f52a11e7018" | 4 | LIC_FILES_CHKSUM = "file://LICENSE;md5=4784c3bcff601fd8f9515f52a11e7018" |
5 | 5 | ||
6 | PR = "r1" | 6 | PR = "r2" |
7 | 7 | ||
8 | SRC_URI = "git://github.com/jadonk/cloud9.git;protocol=git" | 8 | SRC_URI = "git://github.com/jadonk/cloud9.git;protocol=git" |
9 | 9 | ||
@@ -44,5 +44,5 @@ do_install () { | |||
44 | } | 44 | } |
45 | 45 | ||
46 | FILES_${PN}-dbg += "/usr/share/cloud9/support/jsdav/support/node-o3-xml-v4/lib/o3-xml/.debug" | 46 | FILES_${PN}-dbg += "/usr/share/cloud9/support/jsdav/support/node-o3-xml-v4/lib/o3-xml/.debug" |
47 | RDEPENDS_${PN} = "nodejs" | 47 | RDEPENDS_${PN} = "nodejs gzip" |
48 | 48 | ||