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:
72816b2
)
sqlite: use conditional append, instead of appending to conditional variable :)
author
Denys Dmytriyenko
<denis@denix.org>
Mon, 4 Oct 2010 22:13:58 +0000
(18:13 -0400)
committer
Denys Dmytriyenko
<denis@denix.org>
Mon, 4 Oct 2010 22:13:58 +0000
(18:13 -0400)
While both seem to work in this case, this one is more correct.
Signed-off-by: Denys Dmytriyenko <denis@denix.org>
recipes/sqlite/sqlite3.inc
patch
|
blob
|
history
diff --git
a/recipes/sqlite/sqlite3.inc
b/recipes/sqlite/sqlite3.inc
index
dfd24d2
..
18cdf71
100644
(file)
--- a/
recipes/sqlite/sqlite3.inc
+++ b/
recipes/sqlite/sqlite3.inc
@@
-2,9
+2,9
@@
DESCRIPTION = "An Embeddable SQL Database Engine"
SECTION = "libs"
PRIORITY = "optional"
DEPENDS = "readline ncurses"
-DEPENDS_
virtclass-native_append
= " tcl-native"
+DEPENDS_
append_virtclass-native
= " tcl-native"
LICENSE = "PD"
-INC_PR = "r
2
"
+INC_PR = "r
3
"
SRC_URI = "http://www.sqlite.org/sqlite-${PV}.tar.gz \
file://libtool.patch"