Skip to content
Closed
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
17 changes: 17 additions & 0 deletions meta-oe/recipes-support/iksemel/iksemel_1.5.bb
Original file line number Diff line number Diff line change
@@ -0,0 +1,17 @@
SUMMARY = "Fast and portable XML parser and Jabber protocol library"
AUTHOR = "Gurer Ozen <meduketto at gmail.com>"
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"