aboutsummaryrefslogtreecommitdiffstats
path: root/meta-oe/recipes-support/pidgin/purple-skypeweb_git.bb
blob: 65e8e988e3750d8f0b5b2adbd57b17531a726523 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
SUMMARY = "Skype protocol plug-in for libpurple"
SECTION = "webos/services"
LICENSE = "GPL-3.0-only"
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=https"
SRCREV = "b226d1c457d73900ae89b8a7469247fbe33677a6"

S = "${WORKDIR}/git"
PV = "1.7+git"

do_compile() {
    oe_runmake -C skypeweb;
}

do_install() {
    oe_runmake -C skypeweb DESTDIR="${D}" install;
}

FILES:${PN} += " \
    ${libdir} \
"

# skypeweb_contacts.c:975:17: error: 'return' with no value, in function returning non-void [-Wreturn-mismatch]
CFLAGS += "-Wno-error=return-mismatch"