From: Richard Purdie Date: Wed, 11 Mar 2009 15:57:23 +0000 (+0000) Subject: libsoup-2.4: Add 2.25.29 (still 2.4 ABI) X-Git-Tag: lucaceresoli/bug-15201-perf-libtraceevent-missing~51702^2~32 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=bdc077bc13e566a888a77c11bee41ef2ea6b7d3a;p=thirdparty%2Fopenembedded%2Fopenembedded-core-contrib.git libsoup-2.4: Add 2.25.29 (still 2.4 ABI) --- 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 00000000000..71e11a36c94 --- /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 +}