summaryrefslogtreecommitdiff
path: root/meta/packages/loudmouth/loudmouth_1.0.1.bb
diff options
context:
space:
mode:
authorMarcin Juszkiewicz <hrw@openedhand.com>2007-04-24 13:14:19 +0000
committerMarcin Juszkiewicz <hrw@openedhand.com>2007-04-24 13:14:19 +0000
commit43dace159ae76e05df3f2b43deebc0d4d3b0cde1 (patch)
tree6a18c597fcc1b1f0fa92447ddb6a4810b07a86bd /meta/packages/loudmouth/loudmouth_1.0.1.bb
parent71d13b7efcb1cde12ca6c305d395e81eb04fe12b (diff)
downloadopenembedded-core-43dace159ae76e05df3f2b43deebc0d4d3b0cde1.tar.gz
openembedded-core-43dace159ae76e05df3f2b43deebc0d4d3b0cde1.tar.bz2
openembedded-core-43dace159ae76e05df3f2b43deebc0d4d3b0cde1.tar.xz
openembedded-core-43dace159ae76e05df3f2b43deebc0d4d3b0cde1.zip
loudmouth: update to 1.1.1 (from OE)
git-svn-id: https://svn.o-hand.com/repos/poky/trunk@1543 311d38ba-8fff-0310-9ca6-ca027cbcb966
Diffstat (limited to 'meta/packages/loudmouth/loudmouth_1.0.1.bb')
-rwxr-xr-xmeta/packages/loudmouth/loudmouth_1.0.1.bb12
1 files changed, 0 insertions, 12 deletions
diff --git a/meta/packages/loudmouth/loudmouth_1.0.1.bb b/meta/packages/loudmouth/loudmouth_1.0.1.bb
deleted file mode 100755
index 01de00511..000000000
--- a/meta/packages/loudmouth/loudmouth_1.0.1.bb
+++ /dev/null
@@ -1,12 +0,0 @@
-LICENSE = "LGPL"
-DEPENDS = "glib-2.0 gnutls"
-DESCRIPTION = "Loudmouth is a lightweight and easy-to-use C library for programming with the Jabber protocol."
-PR = "r1"
-
-SRC_URI = "http://ftp.imendio.com/pub/imendio/${PN}/src/${PN}-${PV}.tar.gz"
-
-inherit autotools pkgconfig
-
-do_stage() {
- autotools_stage_all
-}