* [PATCH] libp11: Add recipe for libp11
@ 2015-02-02 20:50 Sam Nelson
2015-02-10 20:18 ` Denys Dmytriyenko
0 siblings, 1 reply; 2+ messages in thread
From: Sam Nelson @ 2015-02-02 20:50 UTC (permalink / raw)
To: meta-ti
- Provides PKCS11 abstraction library
Signed-off-by: Sam Nelson <sam.nelson@ti.com>
---
recipes-ti/libp11/libp11_git.bb | 18 ++++++++++++++++++
1 file changed, 18 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 0000000..87fc10b
--- /dev/null
+++ b/recipes-ti/libp11/libp11_git.bb
@@ -0,0 +1,18 @@
+DESCRIPTION = "PKCS11 abstraction library"
+LICENSE = "LGPL2.1"
+LIC_FILES_CHKSUM = "file://COPYING;md5=fad9b3332be894bab9bc501572864b29"
+SECTION = "libs"
+PROVIDES = "libp11"
+
+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"
--
1.7.9.5
^ permalink raw reply related [flat|nested] 2+ messages in thread* Re: [PATCH] libp11: Add recipe for libp11
2015-02-02 20:50 [PATCH] libp11: Add recipe for libp11 Sam Nelson
@ 2015-02-10 20:18 ` Denys Dmytriyenko
0 siblings, 0 replies; 2+ messages in thread
From: Denys Dmytriyenko @ 2015-02-10 20:18 UTC (permalink / raw)
To: Sam Nelson; +Cc: meta-ti
On Mon, Feb 02, 2015 at 03:50:20PM -0500, Sam Nelson wrote:
> - Provides PKCS11 abstraction library
>
> Signed-off-by: Sam Nelson <sam.nelson@ti.com>
> ---
> recipes-ti/libp11/libp11_git.bb | 18 ++++++++++++++++++
> 1 file changed, 18 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 0000000..87fc10b
> --- /dev/null
> +++ b/recipes-ti/libp11/libp11_git.bb
> @@ -0,0 +1,18 @@
> +DESCRIPTION = "PKCS11 abstraction library"
> +LICENSE = "LGPL2.1"
> +LIC_FILES_CHKSUM = "file://COPYING;md5=fad9b3332be894bab9bc501572864b29"
> +SECTION = "libs"
> +PROVIDES = "libp11"
This line is redundant, although harmless - since the package is called
libp11, it already PROVIDES the same.
> +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"
> --
> 1.7.9.5
>
> --
> _______________________________________________
> meta-ti mailing list
> meta-ti@yoctoproject.org
> https://lists.yoctoproject.org/listinfo/meta-ti
^ permalink raw reply [flat|nested] 2+ messages in thread
end of thread, other threads:[~2015-02-10 20:19 UTC | newest]
Thread overview: 2+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2015-02-02 20:50 [PATCH] libp11: Add recipe for libp11 Sam Nelson
2015-02-10 20:18 ` Denys Dmytriyenko
This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.