diff options
| author | Sam Nelson <sam.nelson@ti.com> | 2015-02-11 02:50:56 +0000 |
|---|---|---|
| committer | Denys Dmytriyenko <denys@ti.com> | 2015-02-10 15:30:25 -0500 |
| commit | 665779f5d7aeafe7f8033c62d92393434b6b218d (patch) | |
| tree | 741ec02331f2dc1f88718bc5b1469a14b772d729 /recipes-ti/libp11 | |
| parent | fc80f04360d5c67e4501eb8b292b67864b2a3aad (diff) | |
| download | meta-ti-665779f5d7aeafe7f8033c62d92393434b6b218d.tar.gz | |
libp11: Add recipe for libp11
- Provides PKCS11 abstraction library
Signed-off-by: Sam Nelson <sam.nelson@ti.com>
Signed-off-by: Denys Dmytriyenko <denys@ti.com>
Diffstat (limited to 'recipes-ti/libp11')
| -rw-r--r-- | recipes-ti/libp11/libp11_git.bb | 17 |
1 files changed, 17 insertions, 0 deletions
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 @@ | |||
| 1 | DESCRIPTION = "PKCS11 abstraction library" | ||
| 2 | LICENSE = "LGPL2.1" | ||
| 3 | LIC_FILES_CHKSUM = "file://COPYING;md5=fad9b3332be894bab9bc501572864b29" | ||
| 4 | SECTION = "libs" | ||
| 5 | |||
| 6 | inherit autotools pkgconfig | ||
| 7 | |||
| 8 | DEPENDS = "openssl libtool" | ||
| 9 | RDEPENDS_${PN} = "ti-softhsmv2" | ||
| 10 | |||
| 11 | SRC_URI = "git://git.ti.com/keystone-linux/libp11.git;protocol=git;branch=${BRANCH}" | ||
| 12 | BRANCH="master" | ||
| 13 | # Following commit corresponds to DEV.LIBP11-01.03.00.00 | ||
| 14 | SRCREV = "43c4f63a8d803fde2bcd8e4f8969e5fe9edf0e33" | ||
| 15 | PV = "1.3.0.0" | ||
| 16 | |||
| 17 | S = "${WORKDIR}/git" | ||
