[oe-commits] Khem Raj : gloox: Upgrade to 1.0

git version control git at git.openembedded.org
Fri Aug 20 15:22:34 UTC 2010


Module: openembedded.git
Branch: org.openembedded.dev
Commit: 538ccedebb57c27ec65379f4d2feec0b3568b82c
URL:    http://gitweb.openembedded.net/?p=openembedded.git&a=commit;h=538ccedebb57c27ec65379f4d2feec0b3568b82c

Author: Khem Raj <raj.khem at gmail.com>
Date:   Fri Aug 20 08:19:19 2010 -0700

gloox: Upgrade to 1.0

* Remove unbuildable old versions.

Signed-off-by: Khem Raj <raj.khem at gmail.com>

---

 recipes/gloox/gloox/gloox-fix-pc.diff |   10 ----------
 recipes/gloox/gloox_0.8.1.bb          |   14 --------------
 recipes/gloox/gloox_0.8.9.bb          |   15 ---------------
 recipes/gloox/gloox_1.0.bb            |   14 ++++++++++++++
 4 files changed, 14 insertions(+), 39 deletions(-)

diff --git a/recipes/gloox/gloox/gloox-fix-pc.diff b/recipes/gloox/gloox/gloox-fix-pc.diff
deleted file mode 100644
index 70cb84e..0000000
--- a/recipes/gloox/gloox/gloox-fix-pc.diff
+++ /dev/null
@@ -1,10 +0,0 @@
-Index: gloox-0.8.9/gloox.pc.in
-===================================================================
---- gloox-0.8.9.orig/gloox.pc.in	2008-11-04 04:20:26.896779618 +0300
-+++ gloox-0.8.9/gloox.pc.in	2008-11-04 04:20:32.665427239 +0300
-@@ -7,4 +7,4 @@ Name: gloox
- Description: A high-level XMPP/Jabber library for C++
- Version: @VERSION@
- Libs: -L${libdir} -lgloox @LIBS@
--Cflags: -I${includedir} @CFLAGS@
-+Cflags: -I${includedir}
diff --git a/recipes/gloox/gloox_0.8.1.bb b/recipes/gloox/gloox_0.8.1.bb
deleted file mode 100644
index cb5c788..0000000
--- a/recipes/gloox/gloox_0.8.1.bb
+++ /dev/null
@@ -1,14 +0,0 @@
-LICENSE     = "GPL"
-DESCRIPTION = "full-featured Jabber/XMPP client library."
-SECTION = "networking"
-PRIORITY    = "optional"
-PR          = "r0"
-
-DEPENDS = "iksemel libidn gnutls"
-
-inherit autotools pkgconfig
-
-SRC_URI = "http://camaya.net/download/${P}.tar.bz2"
-
-SRC_URI[md5sum] = "9054d072f5972d5e567c428531734ad5"
-SRC_URI[sha256sum] = "7f836c8189b55ef4ec8f3387673687d0a5c1a713abc9617144638b28e6857bd2"
diff --git a/recipes/gloox/gloox_0.8.9.bb b/recipes/gloox/gloox_0.8.9.bb
deleted file mode 100644
index a475bbd..0000000
--- a/recipes/gloox/gloox_0.8.9.bb
+++ /dev/null
@@ -1,15 +0,0 @@
-LICENSE     = "GPL"
-DESCRIPTION = "full-featured Jabber/XMPP client library."
-SECTION = "networking"
-PRIORITY    = "optional"
-PR          = "r0"
-
-DEPENDS = "iksemel libidn gnutls"
-
-inherit autotools pkgconfig
-
-SRC_URI = "http://camaya.net/download/${P}.tar.bz2 \
-	   file://gloox-fix-pc.diff"
-
-SRC_URI[md5sum] = "dc590e34107de5cb296c238afa8e843b"
-SRC_URI[sha256sum] = "9d9ef356cc4478499442573556787125dc76c8acd1e55e5001fb11f1e224d27f"
diff --git a/recipes/gloox/gloox_1.0.bb b/recipes/gloox/gloox_1.0.bb
new file mode 100644
index 0000000..d59e166
--- /dev/null
+++ b/recipes/gloox/gloox_1.0.bb
@@ -0,0 +1,14 @@
+DESCRIPTION = "full-featured Jabber/XMPP client library."
+SECTION = "networking"
+PRIORITY = "optional"
+LICENSE = "GPL"
+DEPENDS = "iksemel libidn gnutls"
+PR = "r0"
+
+SRC_URI = "http://camaya.net/download/${P}.tar.bz2 \
+          "
+SRC_URI[md5sum] = "f8eacf1c6476e0a309b453fd04f90e31"
+SRC_URI[sha256sum] = "b53f3e83e97f2f8d46e482620389b7778b7b0d95b2518ce5e1ae6d81bb2bcde8"
+
+inherit autotools pkgconfig
+





More information about the Openembedded-commits mailing list