aboutsummaryrefslogtreecommitdiffstats
path: root/meta/recipes-support/libsoup/libsoup_2.2.105.bb
diff options
context:
space:
mode:
Diffstat (limited to 'meta/recipes-support/libsoup/libsoup_2.2.105.bb')
-rw-r--r--meta/recipes-support/libsoup/libsoup_2.2.105.bb20
1 files changed, 0 insertions, 20 deletions
diff --git a/meta/recipes-support/libsoup/libsoup_2.2.105.bb b/meta/recipes-support/libsoup/libsoup_2.2.105.bb
deleted file mode 100644
index 9b5d4f8174..0000000000
--- a/meta/recipes-support/libsoup/libsoup_2.2.105.bb
+++ /dev/null
@@ -1,20 +0,0 @@
-DESCRIPTION = "An HTTP library implementation in C"
-SECTION = "x11/gnome/libs"
-LICENSE = "LGPLv2+"
-LIC_FILES_CHKSUM = "file://COPYING;md5=55ca817ccb7d5b5b66355690e9abc605"
-PR = "r4"
-
-DEPENDS = "glib-2.0 gnutls libxml2"
-
-SRC_URI = "${GNOME_MIRROR}/${BPN}/2.2/${BPN}-${PV}.tar.bz2 \
- file://dprintf_conflict_with_eglibc.patch \
- file://fix-for-new-glib.patch"
-
-SRC_URI[md5sum] = "7fa48b06a0e2b0ff3d2fa45cf331f169"
-SRC_URI[sha256sum] = "3760a127ee810cfd0fda257ff615d19a2dd8aeece199dad0d18690446df72e8f"
-
-inherit autotools pkgconfig
-
-#FILES_${PN} = "${libdir}/lib*.so.*"
-#FILES_${PN}-dev = "${includedir}/ ${libdir}/"
-#FILES_${PN}-doc = "${datadir}/"