diff options
| author | Richard Purdie <rpurdie@linux.intel.com> | 2010-09-01 19:09:11 +0100 |
|---|---|---|
| committer | Richard Purdie <rpurdie@linux.intel.com> | 2010-09-01 19:09:57 +0100 |
| commit | d62ee7eaf2ba025c3f64b2d4e10dc7cec4637612 (patch) | |
| tree | f36fe3008f36ff75cbdd31b630f8f13f1f205ebb /meta/recipes-support/libsoup | |
| parent | caab7fc509bf27706ff3248689f6afd04225cfda (diff) | |
| download | poky-d62ee7eaf2ba025c3f64b2d4e10dc7cec4637612.tar.gz | |
packages: Separate out most of the remaining packages into recipes
Signed-off-by: Richard Purdie <rpurdie@linux.intel.com>
Diffstat (limited to 'meta/recipes-support/libsoup')
| -rw-r--r-- | meta/recipes-support/libsoup/libsoup-2.4_2.31.2.bb | 17 | ||||
| -rw-r--r-- | meta/recipes-support/libsoup/libsoup-2.4_2.4.1.bb | 11 | ||||
| -rw-r--r-- | meta/recipes-support/libsoup/libsoup_2.2.100.bb | 14 |
3 files changed, 42 insertions, 0 deletions
diff --git a/meta/recipes-support/libsoup/libsoup-2.4_2.31.2.bb b/meta/recipes-support/libsoup/libsoup-2.4_2.31.2.bb new file mode 100644 index 0000000000..9a00e07da0 --- /dev/null +++ b/meta/recipes-support/libsoup/libsoup-2.4_2.31.2.bb | |||
| @@ -0,0 +1,17 @@ | |||
| 1 | DESCRIPTION = "An HTTP library implementation in C" | ||
| 2 | HOMEPAGE = "http://www.gnome.org/" | ||
| 3 | BUGTRACKER = "https://bugzilla.gnome.org/" | ||
| 4 | |||
| 5 | LICENSE = "LGPLv2" | ||
| 6 | LIC_FILES_CHKSUM = "file://COPYING;md5=55ca817ccb7d5b5b66355690e9abc605" | ||
| 7 | |||
| 8 | SECTION = "x11/gnome/libs" | ||
| 9 | PR = "r0" | ||
| 10 | |||
| 11 | DEPENDS = "glib-2.0 gnutls libxml2 libproxy sqlite3 libgnome-keyring" | ||
| 12 | |||
| 13 | SRC_URI = "http://ftp.gnome.org/pub/GNOME/sources/libsoup/2.31/libsoup-${PV}.tar.bz2" | ||
| 14 | S = "${WORKDIR}/libsoup-${PV}" | ||
| 15 | |||
| 16 | inherit autotools pkgconfig | ||
| 17 | |||
diff --git a/meta/recipes-support/libsoup/libsoup-2.4_2.4.1.bb b/meta/recipes-support/libsoup/libsoup-2.4_2.4.1.bb new file mode 100644 index 0000000000..f48ac3d6c9 --- /dev/null +++ b/meta/recipes-support/libsoup/libsoup-2.4_2.4.1.bb | |||
| @@ -0,0 +1,11 @@ | |||
| 1 | DESCRIPTION = "An HTTP library implementation in C" | ||
| 2 | LICENSE = "GPL" | ||
| 3 | SECTION = "x11/gnome/libs" | ||
| 4 | |||
| 5 | DEPENDS = "glib-2.0 gnutls libxml2" | ||
| 6 | |||
| 7 | SRC_URI = "http://ftp.gnome.org/pub/GNOME/sources/libsoup/2.4/libsoup-${PV}.tar.bz2" | ||
| 8 | S = "${WORKDIR}/libsoup-${PV}" | ||
| 9 | |||
| 10 | inherit autotools pkgconfig | ||
| 11 | |||
diff --git a/meta/recipes-support/libsoup/libsoup_2.2.100.bb b/meta/recipes-support/libsoup/libsoup_2.2.100.bb new file mode 100644 index 0000000000..94efb7f676 --- /dev/null +++ b/meta/recipes-support/libsoup/libsoup_2.2.100.bb | |||
| @@ -0,0 +1,14 @@ | |||
| 1 | DESCRIPTION = "An HTTP library implementation in C" | ||
| 2 | LICENSE = "GPL" | ||
| 3 | SECTION = "x11/gnome/libs" | ||
| 4 | PR = "r1" | ||
| 5 | |||
| 6 | DEPENDS = "glib-2.0 gnutls libxml2" | ||
| 7 | |||
| 8 | SRC_URI = "http://ftp.gnome.org/pub/GNOME/sources/${PN}/2.2/${PN}-${PV}.tar.bz2" | ||
| 9 | |||
| 10 | inherit autotools pkgconfig | ||
| 11 | |||
| 12 | FILES_${PN} = "${libdir}/lib*.so.*" | ||
| 13 | FILES_${PN}-dev = "${includedir}/ ${libdir}/" | ||
| 14 | FILES_${PN}-doc = "${datadir}/" | ||
