aboutsummaryrefslogtreecommitdiffstats
path: root/packages/gpephone
diff options
context:
space:
mode:
authorFlorian Boor <florian.boor@kernelconcepts.de>2007-04-11 16:31:13 +0000
committerFlorian Boor <florian.boor@kernelconcepts.de>2007-04-11 16:31:13 +0000
commitbfabca4f4b8ca51687ad0be1fea286903c47d63c (patch)
treecb00fcd8f478401595b7981f23b72a25f3fae77f /packages/gpephone
parent7f2f33a19771f9944d2e49b84ebbcc9a39d055fc (diff)
downloadopenembedded-bfabca4f4b8ca51687ad0be1fea286903c47d63c.tar.gz
gloox: Move to its own directory
Diffstat (limited to 'packages/gpephone')
-rw-r--r--packages/gpephone/gloox_0.8.1.bb15
1 files changed, 0 insertions, 15 deletions
diff --git a/packages/gpephone/gloox_0.8.1.bb b/packages/gpephone/gloox_0.8.1.bb
deleted file mode 100644
index 09004a8182..0000000000
--- a/packages/gpephone/gloox_0.8.1.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"
-
-do_stage () {
- autotools_stage_all
-}