diff options
| author | Koen Kooi <koen@dominion.thruhere.net> | 2012-05-08 10:33:44 +0200 |
|---|---|---|
| committer | Koen Kooi <koen@dominion.thruhere.net> | 2012-05-08 10:33:44 +0200 |
| commit | 3ea3ee67551b3405dc0355f9f4fa2c2df37bbace (patch) | |
| tree | 0abd482a607fb5ea3f3d42488de8b5fd0d3e4582 /meta-efl | |
| parent | 6889c5370ebabed45567ba4379f2a0fd29d871f1 (diff) | |
| parent | 7e5b1e477a25c3dc661a2c155a22022a07903d0a (diff) | |
| download | meta-openembedded-3ea3ee67551b3405dc0355f9f4fa2c2df37bbace.tar.gz | |
Merge remote-tracking branch 'meta-oe-contrib/jansa/pull2'
Diffstat (limited to 'meta-efl')
| -rw-r--r-- | meta-efl/recipes-support/libsoup/libsoup-2.4_2.37.2.bb | 25 |
1 files changed, 0 insertions, 25 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 deleted file mode 100644 index 4810b3a1eb..0000000000 --- a/meta-efl/recipes-support/libsoup/libsoup-2.4_2.37.2.bb +++ /dev/null | |||
| @@ -1,25 +0,0 @@ | |||
| 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 | PR = "r1" | ||
| 9 | |||
| 10 | # unstable version | ||
| 11 | DEFAULT_PREFERENCE = "-1" | ||
| 12 | |||
| 13 | SECTION = "x11/gnome/libs" | ||
| 14 | |||
| 15 | DEPENDS = "glib-2.0 gnutls libxml2 libproxy sqlite3 libgnome-keyring" | ||
| 16 | |||
| 17 | SRC_URI = "${GNOME_MIRROR}/libsoup/2.37/libsoup-${PV}.tar.xz" | ||
| 18 | |||
| 19 | SRC_URI[md5sum] = "7737dd5238efd593452ba3c365e63e8c" | ||
| 20 | SRC_URI[sha256sum] = "df82c51b67f67c3128979d1f3bf20a8ceeea369b6e43aceb16d576d8fc4e8423" | ||
| 21 | |||
| 22 | S = "${WORKDIR}/libsoup-${PV}" | ||
| 23 | |||
| 24 | inherit autotools pkgconfig | ||
| 25 | |||
