aboutsummaryrefslogtreecommitdiffstats
path: root/packages/scratchbox
diff options
context:
space:
mode:
authorKoen Kooi <koen@openembedded.org>2006-08-10 16:16:32 +0000
committerKoen Kooi <koen@openembedded.org>2006-08-10 16:16:32 +0000
commit9d80bd9902136eaf1e92ebcd646815afdf93d5c3 (patch)
tree88ba04ecf50490f3968c666bb83a1753bc5ea59d /packages/scratchbox
parentce938bdbba1c2a843c6f6f1b2ef2ab58113cf0dc (diff)
downloadopenembedded-9d80bd9902136eaf1e92ebcd646815afdf93d5c3.tar.gz
sbrsh: RRECOMMEND nfs module
Diffstat (limited to 'packages/scratchbox')
-rw-r--r--packages/scratchbox/sbrsh_7.1.bb3
1 files changed, 3 insertions, 0 deletions
diff --git a/packages/scratchbox/sbrsh_7.1.bb b/packages/scratchbox/sbrsh_7.1.bb
index cf333e1b5a..e692d2f242 100644
--- a/packages/scratchbox/sbrsh_7.1.bb
+++ b/packages/scratchbox/sbrsh_7.1.bb
@@ -2,6 +2,9 @@ DESCRIPTION = "Daemon to allow scratchbox to use your device as a CPU tranparenc
HOMEPAGE = "http://scratchbox.org"
LICENSE = "GPLv2"
DEPENDS = "fakeroot"
+PR = "r1"
+RRECOMMENDS = "kernel-module-nfs"
+
SRC_URI = "http://scratchbox.org/download/files/sbox-releases/apophis/src/${P}.tar.gz"