aboutsummaryrefslogtreecommitdiffstats
path: root/recipes
diff options
context:
space:
mode:
authorAlex Ferguson <thoughtmonster@gmail.com>2010-11-06 18:53:22 +0200
committerKristoffer Ericson <kristoffer.ericson@gmail.com>2010-11-06 18:33:03 +0100
commit98a11d033bd20c014e1363e9dcbe83a564fd5152 (patch)
tree77995d40cf68dddfc7a96b7024a2e154f1cdec46 /recipes
parenta9c764173846012ae0b784c2aac268b435e31f11 (diff)
downloadopenembedded-98a11d033bd20c014e1363e9dcbe83a564fd5152.tar.gz
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@gmail.com> Signed-off-by: Kristoffer Ericson <kristoffer.ericson@gmail.com>
Diffstat (limited to 'recipes')
-rw-r--r--recipes/jlime/jlime-extras_1.0.bb2
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 1dc9948505..785cfa36b5 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"