diff --git a/meta-oe/recipes-support/iksemel/iksemel_1.5.bb b/meta-oe/recipes-support/iksemel/iksemel_1.5.bb new file mode 100644 index 00000000000..ba5b190931c --- /dev/null +++ b/meta-oe/recipes-support/iksemel/iksemel_1.5.bb @@ -0,0 +1,17 @@ +SUMMARY = "Fast and portable XML parser and Jabber protocol library" +AUTHOR = "Gurer Ozen " +HOMEPAGE = "http://iksemel.googlecode.com" +SECTION = "libs" +LICENSE = "LGPLv2.1" +LIC_FILES_CHKSUM = "file://COPYING;md5=d8045f3b8f929c1cb29a1e3fd737b499" +DEPENDS = "gnutls" +RDEPENDS_${PN} = "libcrypto libssl" + +SRCREV = "${AUTOREV}" +SRC_URI = "git://github.com/meduketto/iksemel.git;protocol=https;branch=master" + +S = "${WORKDIR}/git" + +inherit autotools pkgconfig + +EXTRA_OECONF += "--disable-python"