diff options
author | Richard Purdie <rpurdie@linux.intel.com> | 2009-03-11 15:57:23 +0000 |
---|---|---|
committer | Richard Purdie <rpurdie@linux.intel.com> | 2009-03-11 16:40:36 +0000 |
commit | bdc077bc13e566a888a77c11bee41ef2ea6b7d3a (patch) | |
tree | e757e42832b0bd1c5a542d7845471a457c67eb87 /meta | |
parent | 01b99d5a65cd4cb692d1ba22670afd344085a548 (diff) | |
download | openembedded-core-bdc077bc13e566a888a77c11bee41ef2ea6b7d3a.tar.gz openembedded-core-bdc077bc13e566a888a77c11bee41ef2ea6b7d3a.tar.bz2 openembedded-core-bdc077bc13e566a888a77c11bee41ef2ea6b7d3a.zip |
libsoup-2.4: Add 2.25.29 (still 2.4 ABI)
Diffstat (limited to 'meta')
-rw-r--r-- | meta/packages/libsoup/libsoup-2.4_2.25.91.bb | 14 |
1 files changed, 14 insertions, 0 deletions
diff --git a/meta/packages/libsoup/libsoup-2.4_2.25.91.bb b/meta/packages/libsoup/libsoup-2.4_2.25.91.bb new file mode 100644 index 0000000000..71e11a36c9 --- /dev/null +++ b/meta/packages/libsoup/libsoup-2.4_2.25.91.bb @@ -0,0 +1,14 @@ +DESCRIPTION = "An HTTP library implementation in C" +LICENSE = "GPL" +SECTION = "x11/gnome/libs" + +DEPENDS = "glib-2.0 gnutls libxml2 libproxy" + +SRC_URI = "http://ftp.gnome.org/pub/GNOME/sources/libsoup/2.25/libsoup-${PV}.tar.bz2" +S = "${WORKDIR}/libsoup-${PV}" + +inherit autotools_stage pkgconfig + +do_stage() { + autotools_stage_all +} |