diff options
author | Koen Kooi <koen@openembedded.org> | 2006-08-10 16:16:32 +0000 |
---|---|---|
committer | Koen Kooi <koen@openembedded.org> | 2006-08-10 16:16:32 +0000 |
commit | 9d80bd9902136eaf1e92ebcd646815afdf93d5c3 (patch) | |
tree | 88ba04ecf50490f3968c666bb83a1753bc5ea59d | |
parent | ce938bdbba1c2a843c6f6f1b2ef2ab58113cf0dc (diff) |
sbrsh: RRECOMMEND nfs module
-rw-r--r-- | packages/scratchbox/sbrsh_7.1.bb | 3 |
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" |