[oe-commits] Alex Ferguson : jlime-extras-1.0: Change RDEPENDS to RRECOMMENDS.

git version control git at git.openembedded.org
Sat Nov 6 17:38:47 UTC 2010


Module: openembedded.git
Branch: org.openembedded.dev
Commit: 98a11d033bd20c014e1363e9dcbe83a564fd5152
URL:    http://gitweb.openembedded.net/?p=openembedded.git&a=commit;h=98a11d033bd20c014e1363e9dcbe83a564fd5152

Author: Alex Ferguson <thoughtmonster at gmail.com>
Date:   Sat Nov  6 18:53:22 2010 +0200

jlime-extras-1.0: Change RDEPENDS to RRECOMMENDS.

Changed RDEPENDS = "jlime-extras-${MACHINE}" to RRECOMMENDS
because some machines don't have (or need) extras recipes of
their own. It's a more graceful solution.

Signed-off-by: Alex Ferguson <thoughtmonster at gmail.com>
Signed-off-by: Kristoffer Ericson <kristoffer.ericson at gmail.com>

---

 recipes/jlime/jlime-extras_1.0.bb |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)

diff --git a/recipes/jlime/jlime-extras_1.0.bb b/recipes/jlime/jlime-extras_1.0.bb
index 1dc9948..785cfa3 100644
--- a/recipes/jlime/jlime-extras_1.0.bb
+++ b/recipes/jlime/jlime-extras_1.0.bb
@@ -1,7 +1,7 @@
 DESCRIPTION = "Various extras for the Jlime userlands"
 PR = "r0"
 
-RDEPENDS = "jlime-extras-${MACHINE}"
+RRECOMMENDS = "jlime-extras-${MACHINE}"
 
 PACKAGE_ARCH = "all"
 SRC_URI = "http://jlime.com/downloads/development/software/jlime-extras-1.0.tar.gz"





More information about the Openembedded-commits mailing list