aboutsummaryrefslogtreecommitdiffstats
path: root/meta-oe/recipes-support/pidgin/purple-skypeweb_git.bb
diff options
context:
space:
mode:
Diffstat (limited to 'meta-oe/recipes-support/pidgin/purple-skypeweb_git.bb')
-rw-r--r--meta-oe/recipes-support/pidgin/purple-skypeweb_git.bb26
1 files changed, 0 insertions, 26 deletions
diff --git a/meta-oe/recipes-support/pidgin/purple-skypeweb_git.bb b/meta-oe/recipes-support/pidgin/purple-skypeweb_git.bb
deleted file mode 100644
index c4ed0358ab..0000000000
--- a/meta-oe/recipes-support/pidgin/purple-skypeweb_git.bb
+++ /dev/null
@@ -1,26 +0,0 @@
-SUMMARY = "Skype protocol plug-in for libpurple"
-SECTION = "webos/services"
-LICENSE = "GPLv3"
-LIC_FILES_CHKSUM = "file://skypeweb/gpl3.txt;md5=d90260d32cef39f3c8d6c0f05d3adb8e"
-
-DEPENDS = "pidgin json-glib glib-2.0 zlib"
-
-inherit pkgconfig
-
-SRC_URI = "git://github.com/EionRobb/skype4pidgin;branch=master;protocol=git"
-SRCREV = "2b42d110708837d757b09ebc71e9e7053f259458"
-
-S = "${WORKDIR}/git"
-PV = "1.2.0+git${SRCPV}"
-
-do_compile() {
- oe_runmake -C skypeweb;
-}
-
-do_install() {
- oe_runmake -C skypeweb DESTDIR="${D}" install;
-}
-
-FILES_${PN} += " \
- ${libdir} \
-"