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:
049da16
)
subversion-1.6.5: missing dependency to sqlite3 added
author
Steffen Sledz
<sledz@dresearch.de>
Mon, 8 Feb 2010 09:08:32 +0000
(10:08 +0100)
committer
Steffen Sledz
<sledz@dresearch.de>
Mon, 8 Feb 2010 09:08:32 +0000
(10:08 +0100)
Signed-off-by: Steffen Sledz <sledz@dresearch.de>
recipes/subversion/subversion_1.6.5.bb
patch
|
blob
|
history
diff --git
a/recipes/subversion/subversion_1.6.5.bb
b/recipes/subversion/subversion_1.6.5.bb
index
50f5e6e
..
09bf1f3
100644
(file)
--- a/
recipes/subversion/subversion_1.6.5.bb
+++ b/
recipes/subversion/subversion_1.6.5.bb
@@
-1,6
+1,6
@@
DESCRIPTION = "The Subversion (svn) client"
SECTION = "console/network"
-DEPENDS = "apr-util neon"
+DEPENDS = "apr-util neon
sqlite3
"
RDEPENDS = "neon"
LICENSE = "Apache BSD"
HOMEPAGE = "http://subversion.tigris.org/"