diff options
Diffstat (limited to 'meta/recipes-support/libsoup/libsoup-2.4_2.38.1.bb')
-rw-r--r-- | meta/recipes-support/libsoup/libsoup-2.4_2.38.1.bb | 21 |
1 files changed, 21 insertions, 0 deletions
diff --git a/meta/recipes-support/libsoup/libsoup-2.4_2.38.1.bb b/meta/recipes-support/libsoup/libsoup-2.4_2.38.1.bb new file mode 100644 index 0000000000..c04918e47e --- /dev/null +++ b/meta/recipes-support/libsoup/libsoup-2.4_2.38.1.bb | |||
@@ -0,0 +1,21 @@ | |||
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 | SECTION = "x11/gnome/libs" | ||
9 | |||
10 | DEPENDS = "glib-2.0 gnutls libxml2 libproxy sqlite3 libgnome-keyring" | ||
11 | |||
12 | SHRT_VER = "${@bb.data.getVar('PV',d,1).split('.')[0]}.${@bb.data.getVar('PV',d,1).split('.')[1]}" | ||
13 | SRC_URI = "${GNOME_MIRROR}/libsoup/${SHRT_VER}/libsoup-${PV}.tar.xz" | ||
14 | |||
15 | SRC_URI[md5sum] = "d13fb4968acea24c26b83268a308f580" | ||
16 | SRC_URI[sha256sum] = "71b8923fc7a5fef9abc5420f7f3d666fdb589f43a8c50892d584d58b3c513f9a" | ||
17 | |||
18 | S = "${WORKDIR}/libsoup-${PV}" | ||
19 | |||
20 | inherit autotools pkgconfig | ||
21 | |||