diff options
author | Richard Purdie <richard@openedhand.com> | 2007-07-10 14:08:48 +0000 |
---|---|---|
committer | Richard Purdie <richard@openedhand.com> | 2007-07-10 14:08:48 +0000 |
commit | b15ec7a7ffdf8ce5d21b825e2ac67433b0911649 (patch) | |
tree | c90bc3463acd37149f28e912524b6c244188680c /meta | |
parent | e02fb94812ca03db5fea0377661ebde1e3f2222e (diff) | |
download | poky-b15ec7a7ffdf8ce5d21b825e2ac67433b0911649.tar.gz |
Add neon (from OE) for aaina
git-svn-id: https://svn.o-hand.com/repos/poky/trunk@2144 311d38ba-8fff-0310-9ca6-ca027cbcb966
Diffstat (limited to 'meta')
-rw-r--r-- | meta/packages/neon/neon_0.26.0.bb | 15 |
1 files changed, 15 insertions, 0 deletions
diff --git a/meta/packages/neon/neon_0.26.0.bb b/meta/packages/neon/neon_0.26.0.bb new file mode 100644 index 0000000000..705cda8b72 --- /dev/null +++ b/meta/packages/neon/neon_0.26.0.bb | |||
@@ -0,0 +1,15 @@ | |||
1 | DESCRIPTION = "neon is an HTTP and WebDAV client library, with a C interface." | ||
2 | SECTION = "libs" | ||
3 | LICENSE = "LGPL" | ||
4 | DEPENDS = "zlib libxml2 expat time gnutls" | ||
5 | PR = "r2" | ||
6 | |||
7 | SRC_URI = "http://www.webdav.org/${PN}/${P}.tar.gz" | ||
8 | |||
9 | inherit autotools binconfig lib_package pkgconfig | ||
10 | |||
11 | EXTRA_OECONF = "--with-ssl=gnutls --with-libxml2 --with-expat --enable-shared" | ||
12 | |||
13 | do_stage () { | ||
14 | autotools_stage_all | ||
15 | } | ||