[oe-commits] Koen Kooi : cloud9: add full gzip to RDEPENDS, stock busybox lacks the --best option

git version control git at git.openembedded.org
Sun Oct 9 17:36:21 UTC 2011


Module: meta-openembedded.git
Branch: master
Commit: bfe74ae3970794cadf069abf924399ea7a745b4d
URL:    http://git.openembedded.org/?p=meta-openembedded.git&a=commit;h=bfe74ae3970794cadf069abf924399ea7a745b4d

Author: Koen Kooi <koen at dominion.thruhere.net>
Date:   Sun Oct  9 13:14:45 2011 +0200

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

Signed-off-by: Koen Kooi <koen at dominion.thruhere.net>

---

 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 1235d24..60506b8 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"
 





More information about the Openembedded-commits mailing list