[oe-commits] Didier 'Ptitjes : libgee: add git version

git version control git at git.openembedded.org
Sat Jun 6 07:48:45 UTC 2009


Module: openembedded.git
Branch: fso/milestone5.5
Commit: 03717cd39136e6b734fa25e54f47ded11e172a90
URL:    http://gitweb.openembedded.net/?p=openembedded.git&a=commit;h=03717cd39136e6b734fa25e54f47ded11e172a90

Author: Didier 'Ptitjes <ptitjes at free.fr>
Date:   Sat Jun  6 07:47:28 2009 +0000

libgee: add git version

---

 conf/distro/include/sane-srcrevs.inc |    1 +
 recipes/libgee/libgee_git.bb         |   16 ++++++++++++++++
 2 files changed, 17 insertions(+), 0 deletions(-)

diff --git a/conf/distro/include/sane-srcrevs.inc b/conf/distro/include/sane-srcrevs.inc
index a078cc9..09d413c 100644
--- a/conf/distro/include/sane-srcrevs.inc
+++ b/conf/distro/include/sane-srcrevs.inc
@@ -84,6 +84,7 @@ SRCREV_pn-libexalt-dbus ?= "76"
 SRCREV_pn-libfakekey ?= "1455"
 SRCREV_pn-libframeworkd-glib ?= "703017c8f874a325d917931378071c614597110e"
 SRCREV_pn-libgdbus ?= "aeab6e3c0185b271ca343b439470491b99cc587f"
+SRCREV_pn-libgee ?= "97390ee5198938588e3ebf0281aba15e5d778247"
 SRCREV_pn-libgsm0710 ?= "6fdfbc2bb50c6ce49d644b92cd371a1df5942e1d"
 SRCREV_pn-libgsm0710mux ?= "a97b263f939f9a09d0a38c3346807215c72a6197"
 SRCREV_pn-libgsmd ?= "4505"
diff --git a/recipes/libgee/libgee_git.bb b/recipes/libgee/libgee_git.bb
new file mode 100644
index 0000000..474e264
--- /dev/null
+++ b/recipes/libgee/libgee_git.bb
@@ -0,0 +1,16 @@
+DESCRIPTION = "libgee is a collection library providing GObject-based interfaces \
+and classes for commonly used data structures."
+HOMEPAGE = "http://live.gnome.org/Libgee"
+SECTION = "libs"
+DEPENDS = "glib-2.0"
+LICENSE = "LGPL"
+PV = "0.1.5+gitr${SRCREV}"
+PR = "r0"
+
+inherit autotools_stage pkgconfig vala
+
+SRC_URI = "\
+  git://git.gnome.org/cgit/libgee;protocol=http;branch=master \
+  file://no-tests.patch;patch=1 \
+"
+S = "${WORKDIR}/git"





More information about the Openembedded-commits mailing list