[oe-commits] Thomas Zimmermann : webkit-efl: depend on sqlite3 instead of sqlite

git version control git at git.openembedded.org
Wed Nov 4 22:40:28 UTC 2009


Module: openembedded.git
Branch: shr/merge
Commit: 29f03c5d5c5dd8f82a3538e997ae92703a1a2b71
URL:    http://gitweb.openembedded.net/?p=openembedded.git&a=commit;h=29f03c5d5c5dd8f82a3538e997ae92703a1a2b71

Author: Thomas Zimmermann <zimmermann at vdm-design.de>
Date:   Wed Nov  4 21:37:53 2009 +0000

webkit-efl: depend on sqlite3 instead of sqlite

Signed-off-by: Martin Jansa <Martin.Jansa at gmail.com>

---

 recipes/webkit/webkit-efl_git.bb |    6 ++++--
 1 files changed, 4 insertions(+), 2 deletions(-)

diff --git a/recipes/webkit/webkit-efl_git.bb b/recipes/webkit/webkit-efl_git.bb
index 15506e5..42d6fc8 100644
--- a/recipes/webkit/webkit-efl_git.bb
+++ b/recipes/webkit/webkit-efl_git.bb
@@ -1,9 +1,11 @@
 DESCRIPTION = " Webkit browser engine, EFL edition"
 LICENSE = "GPL"
 PV="0.1+gitr${SRCREV}"
-PR="r0"
+PR="r1"
 
-DEPENDS = "icu flex gst-plugins-base gstreamer jpeg libpng libxml2 pango libsoup-2.4 eina ecore evas edje cairo fontconfig freetype curl sqlite libxslt gperf-native libxt"
+DEPENDS = "icu flex gst-plugins-base gstreamer jpeg libpng libxml2 pango \
+           libsoup-2.4 eina ecore evas edje cairo fontconfig freetype curl \
+           sqlite3 libxslt gperf-native libxt"
 
 SRC_URI = "git://gitorious.org/webkit-efl/webkit-efl.git;protocol=git;branch=master"
 





More information about the Openembedded-commits mailing list