DESCRIPTION = "A secure sockets library" SECTION = "libs" LICENSE = "GPL" PR = "r1" SRC_URI = "http://wiki.openembedded.org/dl/matrixssl-1-1-1.tar.gz \ file://cross.patch" S = "${WORKDIR}/matrixssl/src" require matrixssl.inc CFLAGS_append = " ${@define_os(d)}" do_install () { install -d ${D}${includedir} install -m 0644 ${S}/../matrixSsl.h ${D}${includedir}/ oe_libinstall -so libmatrixssl ${D}${libdir}/ } SRC_URI[md5sum] = "0f867a7b5ce70650f36caf00c4941ebf" SRC_URI[sha256sum] = "b46ade42d080851ba4c5a10d3c520eb169fc33ab5c259ee8ca147eff57741246"