From 665779f5d7aeafe7f8033c62d92393434b6b218d Mon Sep 17 00:00:00 2001 From: Sam Nelson Date: Wed, 11 Feb 2015 02:50:56 +0000 Subject: [PATCH] libp11: Add recipe for libp11 - Provides PKCS11 abstraction library Signed-off-by: Sam Nelson Signed-off-by: Denys Dmytriyenko --- recipes-ti/libp11/libp11_git.bb | 17 +++++++++++++++++ 1 file changed, 17 insertions(+) create mode 100644 recipes-ti/libp11/libp11_git.bb diff --git a/recipes-ti/libp11/libp11_git.bb b/recipes-ti/libp11/libp11_git.bb new file mode 100644 index 00000000..459c7519 --- /dev/null +++ b/recipes-ti/libp11/libp11_git.bb @@ -0,0 +1,17 @@ +DESCRIPTION = "PKCS11 abstraction library" +LICENSE = "LGPL2.1" +LIC_FILES_CHKSUM = "file://COPYING;md5=fad9b3332be894bab9bc501572864b29" +SECTION = "libs" + +inherit autotools pkgconfig + +DEPENDS = "openssl libtool" +RDEPENDS_${PN} = "ti-softhsmv2" + +SRC_URI = "git://git.ti.com/keystone-linux/libp11.git;protocol=git;branch=${BRANCH}" +BRANCH="master" +# Following commit corresponds to DEV.LIBP11-01.03.00.00 +SRCREV = "43c4f63a8d803fde2bcd8e4f8969e5fe9edf0e33" +PV = "1.3.0.0" + +S = "${WORKDIR}/git"