hc
2023-02-13 e440ec23c5a540cdd3f7464e8779219be6fd3d95
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
SUMMARY = "Fast and portable XML parser and Jabber protocol library"
HOMEPAGE = "https://github.com/meduketto/iksemel"
SECTION = "libs"
LICENSE = "LGPLv2.1"
LIC_FILES_CHKSUM = "file://COPYING;md5=d8045f3b8f929c1cb29a1e3fd737b499"
 
SRCREV = "978b733462e41efd5db72bc9974cb3b0d1d5f6fa"
PV = "1.5+git${SRCPV}"
 
SRC_URI = "git://github.com/meduketto/iksemel.git;protocol=https;branch=master \
           file://fix-configure-option-parsing.patch \
           file://avoid-obsolete-gnutls-apis.patch"
 
S = "${WORKDIR}/git"
 
inherit autotools pkgconfig lib_package texinfo
 
# TLS support requires either openssl or gnutls (if both are enabled openssl will be used).
PACKAGECONFIG ?= "gnutls"
 
PACKAGECONFIG[gnutls] = "--with-gnutls,--without-gnutls,gnutls"
PACKAGECONFIG[openssl] = "--with-openssl,--without-openssl,openssl"
 
EXTRA_OECONF = "--disable-python"