aboutsummaryrefslogtreecommitdiffstats
path: root/meta-oe/recipes-support/pidgin/whatsapp-purple.bb
diff options
context:
space:
mode:
Diffstat (limited to 'meta-oe/recipes-support/pidgin/whatsapp-purple.bb')
-rw-r--r--meta-oe/recipes-support/pidgin/whatsapp-purple.bb27
1 files changed, 0 insertions, 27 deletions
diff --git a/meta-oe/recipes-support/pidgin/whatsapp-purple.bb b/meta-oe/recipes-support/pidgin/whatsapp-purple.bb
deleted file mode 100644
index 99e1bb5a9b..0000000000
--- a/meta-oe/recipes-support/pidgin/whatsapp-purple.bb
+++ /dev/null
@@ -1,27 +0,0 @@
-SUMMARY = "WhatsApp LibPurple Plugin"
-SECTION = "webos/services"
-LICENSE = "GPLv2.0+"
-LIC_FILES_CHKSUM = "file://debian/copyright;md5=6b066e36c765e83968e71478f54618f3"
-
-DEPENDS = "pidgin protobuf-native protobuf freeimage"
-
-SRCREV = "07ed931a3dd04c98a5f36e52129aa2cfe743a024"
-
-inherit pkgconfig
-
-SRC_URI = "git://github.com/davidgfnet/whatsapp-purple"
-PV = "0.9.0+git${SRCPV}"
-S = "${WORKDIR}/git"
-
-do_compile() {
- oe_runmake CC="${CC}" CXX="${CXX}" EXTRA_INCLUDES="${TARGET_CFLAGS}" AR="${AR}";
-}
-
-do_install() {
- oe_runmake DESTDIR="${D}" install;
-}
-
-FILES_${PN} += " \
- ${libdir} \
- ${datadir} \
-"