git.openpandora.org
/
openembedded.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
b0c8680
)
shfs: fix RDEPENDS version syntax
author
Andreas Oberritter
<obi@opendreambox.org>
Fri, 28 Jan 2011 20:12:35 +0000
(20:12 +0000)
committer
Andreas Oberritter
<obi@opendreambox.org>
Fri, 28 Jan 2011 20:16:47 +0000
(20:16 +0000)
Signed-off-by: Andreas Oberritter <obi@opendreambox.org>
recipes/shfs/shfs-utils_0.35.bb
patch
|
blob
|
history
diff --git
a/recipes/shfs/shfs-utils_0.35.bb
b/recipes/shfs/shfs-utils_0.35.bb
index
6715029
..
c794984
100644
(file)
--- a/
recipes/shfs/shfs-utils_0.35.bb
+++ b/
recipes/shfs/shfs-utils_0.35.bb
@@
-3,7
+3,7
@@
It supports some nice features like number of different caches for access speedu
SECTION = "kernel/userland"
PRIORITY = "optional"
LICENSE = "GPL"
-RDEPENDS_${PN} = "shfs-modules (${PV})"
+RDEPENDS_${PN} = "shfs-modules (
=
${PV})"
DEPENDS = "virtual/kernel"
PR = "r1"