diff options
| -rw-r--r-- | meta-efl/recipes-support/libsoup/libsoup-2.4_2.37.2.bb | 23 |
1 files changed, 23 insertions, 0 deletions
diff --git a/meta-efl/recipes-support/libsoup/libsoup-2.4_2.37.2.bb b/meta-efl/recipes-support/libsoup/libsoup-2.4_2.37.2.bb new file mode 100644 index 0000000000..5d9b2b76db --- /dev/null +++ b/meta-efl/recipes-support/libsoup/libsoup-2.4_2.37.2.bb | |||
| @@ -0,0 +1,23 @@ | |||
| 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=5f30f0716dfdd0d91eb439ebec522ec2" | ||
| 7 | |||
| 8 | # unstable version | ||
| 9 | DEFAULT_PREFERENCE = "-1" | ||
| 10 | |||
| 11 | SECTION = "x11/gnome/libs" | ||
| 12 | |||
| 13 | DEPENDS = "glib-2.0 gnutls libxml2 libproxy sqlite3 libgnome-keyring" | ||
| 14 | |||
| 15 | SRC_URI = "${GNOME_MIRROR}/libsoup/2.37/libsoup-${PV}.tar.xz" | ||
| 16 | |||
| 17 | SRC_URI[md5sum] = "7737dd5238efd593452ba3c365e63e8c" | ||
| 18 | SRC_URI[sha256sum] = "df82c51b67f67c3128979d1f3bf20a8ceeea369b6e43aceb16d576d8fc4e8423" | ||
| 19 | |||
| 20 | S = "${WORKDIR}/libsoup-${PV}" | ||
| 21 | |||
| 22 | inherit autotools pkgconfig | ||
| 23 | |||
