[oe-commits] Klaus Kurzmann : libhito: remove shr inherit

git version control git at git.openembedded.org
Mon Sep 14 10:48:45 UTC 2009


Module: openembedded.git
Branch: shr/import
Commit: 424994c32d00f2b9ade59af7dde6d5c2e6334fde
URL:    http://gitweb.openembedded.net/?p=openembedded.git&a=commit;h=424994c32d00f2b9ade59af7dde6d5c2e6334fde

Author: Klaus Kurzmann <mok at fluxnetz.de>
Date:   Mon Sep 14 12:48:41 2009 +0200

libhito: remove shr inherit

Signed-off-by: Klaus Kurzmann <mok at fluxnetz.de>

---

 recipes/libhito/libhito_git.bb |    5 +++--
 1 files changed, 3 insertions(+), 2 deletions(-)

diff --git a/recipes/libhito/libhito_git.bb b/recipes/libhito/libhito_git.bb
index 6967b68..e446e6c 100644
--- a/recipes/libhito/libhito_git.bb
+++ b/recipes/libhito/libhito_git.bb
@@ -2,10 +2,11 @@ DESCRIPTION = "A Contact View for GTK+"
 SECTION = "x11/libs"
 DEPENDS += " glib-2.0 gtk+ eds-dbus"
 # eds-dbus provides libebook
-SHR_PV = "0.6.0"
 PR = "r1"
 
-inherit shr pkgconfig autotools
+SRC_URI = "git://git.shr-project.org/repo/libhito.git;protocol=git;branch=master"
+
+inherit pkgconfig autotools
 
 do_stage () {
         oe_libinstall -so libhito ${STAGING_LIBDIR}





More information about the Openembedded-commits mailing list