[oe] [meta-oe][PATCH] libp11: Add new recipe

Martin Jansa martin.jansa at gmail.com
Tue Dec 9 10:48:41 UTC 2014


On Thu, Dec 04, 2014 at 01:55:48PM +0800, Qian Lei wrote:
> Libp11 is a library implementing a small layer on top of PKCS
> make using PKCS
> 
> Signed-off-by: Qian Lei <qianl.fnst at cn.fujitsu.com>
> ---
>  meta-oe/recipes-support/libp11/libp11_0.2.8.bb | 23 +++++++++++++++++++++++
>  1 file changed, 23 insertions(+)
>  create mode 100644 meta-oe/recipes-support/libp11/libp11_0.2.8.bb
> 
> diff --git a/meta-oe/recipes-support/libp11/libp11_0.2.8.bb b/meta-oe/recipes-support/libp11/libp11_0.2.8.bb
> new file mode 100644
> index 0000000..cac7062
> --- /dev/null
> +++ b/meta-oe/recipes-support/libp11/libp11_0.2.8.bb
> @@ -0,0 +1,23 @@
> +inherit autotools pkgconfig

Why is inherit the first line? We usually start with
SUMMARY/DESCRIPTION.

inherits go below S
http://www.openembedded.org/wiki/Styleguide

> +
> +SUMMARY = "Library for using PKCS"
> +DESCRIPTION = "\
> +Libp11 is a library implementing a small layer on top of PKCS \
> +make using PKCS"
> +HOMEPAGE = "http://www.opensc-project.org/libp11"
> +SECTION = "Development/Libraries"
> +LICENSE = "LGPLv2+"
> +LIC_FILES_CHKSUM = "file://COPYING;md5=fad9b3332be894bab9bc501572864b29"
> +DEPENDS = "libtool openssl"
> +
> +SRC_URI = "git://github.com/OpenSC/libp11.git"
> +SRCREV = "7d56d89fcad6440d108bbbccfb1ebd958e7eb740"
> +
> +S = "${WORKDIR}/git"
> +
> +EXTRA_OECONF = "--disable-static"
> +
> +do_install_append () {
> +    rm -rf ${D}${libdir}/*.la
> +    rm -rf ${D}${docdir}/${BPN}
> +}
> -- 
> 1.8.3.1
> 
> -- 
> _______________________________________________
> Openembedded-devel mailing list
> Openembedded-devel at lists.openembedded.org
> http://lists.openembedded.org/mailman/listinfo/openembedded-devel

-- 
Martin 'JaMa' Jansa     jabber: Martin.Jansa at gmail.com
-------------- next part --------------
A non-text attachment was scrubbed...
Name: signature.asc
Type: application/pgp-signature
Size: 181 bytes
Desc: Digital signature
URL: <http://lists.openembedded.org/pipermail/openembedded-devel/attachments/20141209/6ee97016/attachment-0002.sig>


More information about the Openembedded-devel mailing list