[oe-commits] Thomas Zimmermann : elmdentica: add inherit pkgconfig and some cleanup

git version control git at git.openembedded.org
Thu Nov 5 13:22:30 UTC 2009


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

Author: Thomas Zimmermann <zimmermann at vdm-design.de>
Date:   Thu Nov  5 12:18:02 2009 +0000

elmdentica: add inherit pkgconfig and some cleanup

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

---

 recipes/e17/elmdentica_svn.bb |   12 ++++++------
 1 files changed, 6 insertions(+), 6 deletions(-)

diff --git a/recipes/e17/elmdentica_svn.bb b/recipes/e17/elmdentica_svn.bb
index f2cb835..3c053a9 100644
--- a/recipes/e17/elmdentica_svn.bb
+++ b/recipes/e17/elmdentica_svn.bb
@@ -1,15 +1,15 @@
 DESCRIPTION = "A indenti.ca client for E"
-DEPENDS = "glib-2.0 gconf libxml2 curl elementary"
+DEPENDS = "glib-2.0 gconf libxml2 curl elementary sqlite3-native"
 LICENSE = "GPLv3+"
 SECTION = "e/apps"
 HOMEPAGE = "http://elmdentica.googlecode.com"
 AUTHOR = "seabra"
-PV = "0.6.0+svn${SRCREV}"
-PR = "r1"
+PV = "0.7.0+svn${SRCREV}"
+PR = "r0"
  
  
-SRC_URI = "svn://elmdentica.googlecode.com/svn/trunk;module=.;proto=http"
+SRC_URI = "svn://elmdentica.googlecode.com/svn;module=trunk;proto=http"
  
-S = "${WORKDIR}"
+S = "${WORKDIR}/trunk"
  
-inherit autotools
+inherit autotools pkgconfig





More information about the Openembedded-commits mailing list