All of lore.kernel.org
 help / color / mirror / Atom feed
* [meta-oe][PATCH] p11-kit: remove from meta-oe
@ 2015-09-23  9:04 kai.kang
  2015-09-23 13:47 ` Martin Jansa
  0 siblings, 1 reply; 3+ messages in thread
From: kai.kang @ 2015-09-23  9:04 UTC (permalink / raw)
  To: openembedded-devel

From: Kai Kang <kai.kang@windriver.com>

Remove p11-kit from meta-oe that there is a newer version in oe-core.

Signed-off-by: Kai Kang <kai.kang@windriver.com>
---
 meta-oe/recipes-support/p11-kit/p11-kit_0.19.1.bb | 18 ------------------
 1 file changed, 18 deletions(-)
 delete mode 100644 meta-oe/recipes-support/p11-kit/p11-kit_0.19.1.bb

diff --git a/meta-oe/recipes-support/p11-kit/p11-kit_0.19.1.bb b/meta-oe/recipes-support/p11-kit/p11-kit_0.19.1.bb
deleted file mode 100644
index e0ebe7d..0000000
--- a/meta-oe/recipes-support/p11-kit/p11-kit_0.19.1.bb
+++ /dev/null
@@ -1,18 +0,0 @@
-SUMMARY = "Provides a way to load and enumerate PKCS#11 modules"
-LICENSE = "BSD"
-LIC_FILES_CHKSUM = "file://COPYING;md5=02933887f609807fbb57aa4237d14a50"
-
-inherit autotools gettext pkgconfig
-
-DEPENDS = "libtasn1 libffi"
-
-SRC_URI = "http://p11-glue.freedesktop.org/releases/${BP}.tar.gz"
-SRC_URI[md5sum] = "d96046ab6ac00d005342caf416ed76ab"
-SRC_URI[sha256sum] = "94fbed372c11d0a404762aad966e54eb4f44c1d5b871a1b79a1a3b4cf36ed256"
-
-FILES_${PN}-dev += " \
-    ${libdir}/p11-kit-proxy.so \
-    ${libdir}/pkcs11/p11-kit-trust.so \
-"
-FILES_${PN}-dev += "${libdir}/pkcs11/*.la"
-FILES_${PN}-dbg += "${libdir}/pkcs11/.debug"
-- 
2.4.1



^ permalink raw reply related	[flat|nested] 3+ messages in thread

* Re: [meta-oe][PATCH] p11-kit: remove from meta-oe
  2015-09-23  9:04 [meta-oe][PATCH] p11-kit: remove from meta-oe kai.kang
@ 2015-09-23 13:47 ` Martin Jansa
  2015-09-24  2:01   ` Kang Kai
  0 siblings, 1 reply; 3+ messages in thread
From: Martin Jansa @ 2015-09-23 13:47 UTC (permalink / raw)
  To: openembedded-devel

[-- Attachment #1: Type: text/plain, Size: 1980 bytes --]

On Wed, Sep 23, 2015 at 05:04:04PM +0800, kai.kang@windriver.com wrote:
> From: Kai Kang <kai.kang@windriver.com>
> 
> Remove p11-kit from meta-oe that there is a newer version in oe-core.

Duplicates:
commit ad2932486ddf37b28fade4f4fd12c0c3fdb6df7a
Author: Alexander Kanavin <alexander.kanavin@linux.intel.com>
Date:   Mon Sep 14 15:26:44 2015 +0300

    p11-kit: remove the recipe due to its move to oe-core

which was already in master-next and now is in master.

> 
> Signed-off-by: Kai Kang <kai.kang@windriver.com>
> ---
>  meta-oe/recipes-support/p11-kit/p11-kit_0.19.1.bb | 18 ------------------
>  1 file changed, 18 deletions(-)
>  delete mode 100644 meta-oe/recipes-support/p11-kit/p11-kit_0.19.1.bb
> 
> diff --git a/meta-oe/recipes-support/p11-kit/p11-kit_0.19.1.bb b/meta-oe/recipes-support/p11-kit/p11-kit_0.19.1.bb
> deleted file mode 100644
> index e0ebe7d..0000000
> --- a/meta-oe/recipes-support/p11-kit/p11-kit_0.19.1.bb
> +++ /dev/null
> @@ -1,18 +0,0 @@
> -SUMMARY = "Provides a way to load and enumerate PKCS#11 modules"
> -LICENSE = "BSD"
> -LIC_FILES_CHKSUM = "file://COPYING;md5=02933887f609807fbb57aa4237d14a50"
> -
> -inherit autotools gettext pkgconfig
> -
> -DEPENDS = "libtasn1 libffi"
> -
> -SRC_URI = "http://p11-glue.freedesktop.org/releases/${BP}.tar.gz"
> -SRC_URI[md5sum] = "d96046ab6ac00d005342caf416ed76ab"
> -SRC_URI[sha256sum] = "94fbed372c11d0a404762aad966e54eb4f44c1d5b871a1b79a1a3b4cf36ed256"
> -
> -FILES_${PN}-dev += " \
> -    ${libdir}/p11-kit-proxy.so \
> -    ${libdir}/pkcs11/p11-kit-trust.so \
> -"
> -FILES_${PN}-dev += "${libdir}/pkcs11/*.la"
> -FILES_${PN}-dbg += "${libdir}/pkcs11/.debug"
> -- 
> 2.4.1
> 
> -- 
> _______________________________________________
> Openembedded-devel mailing list
> Openembedded-devel@lists.openembedded.org
> http://lists.openembedded.org/mailman/listinfo/openembedded-devel

-- 
Martin 'JaMa' Jansa     jabber: Martin.Jansa@gmail.com

[-- Attachment #2: Digital signature --]
[-- Type: application/pgp-signature, Size: 188 bytes --]

^ permalink raw reply	[flat|nested] 3+ messages in thread

* Re: [meta-oe][PATCH] p11-kit: remove from meta-oe
  2015-09-23 13:47 ` Martin Jansa
@ 2015-09-24  2:01   ` Kang Kai
  0 siblings, 0 replies; 3+ messages in thread
From: Kang Kai @ 2015-09-24  2:01 UTC (permalink / raw)
  To: openembedded-devel

On 2015年09月23日 21:47, Martin Jansa wrote:
> On Wed, Sep 23, 2015 at 05:04:04PM +0800, kai.kang@windriver.com wrote:
>> From: Kai Kang <kai.kang@windriver.com>
>>
>> Remove p11-kit from meta-oe that there is a newer version in oe-core.
> Duplicates:
> commit ad2932486ddf37b28fade4f4fd12c0c3fdb6df7a
> Author: Alexander Kanavin <alexander.kanavin@linux.intel.com>
> Date:   Mon Sep 14 15:26:44 2015 +0300
>
>      p11-kit: remove the recipe due to its move to oe-core
>
> which was already in master-next and now is in master.

Got it. Thanks

--Kai

>
>> Signed-off-by: Kai Kang <kai.kang@windriver.com>
>> ---
>>   meta-oe/recipes-support/p11-kit/p11-kit_0.19.1.bb | 18 ------------------
>>   1 file changed, 18 deletions(-)
>>   delete mode 100644 meta-oe/recipes-support/p11-kit/p11-kit_0.19.1.bb
>>
>> diff --git a/meta-oe/recipes-support/p11-kit/p11-kit_0.19.1.bb b/meta-oe/recipes-support/p11-kit/p11-kit_0.19.1.bb
>> deleted file mode 100644
>> index e0ebe7d..0000000
>> --- a/meta-oe/recipes-support/p11-kit/p11-kit_0.19.1.bb
>> +++ /dev/null
>> @@ -1,18 +0,0 @@
>> -SUMMARY = "Provides a way to load and enumerate PKCS#11 modules"
>> -LICENSE = "BSD"
>> -LIC_FILES_CHKSUM = "file://COPYING;md5=02933887f609807fbb57aa4237d14a50"
>> -
>> -inherit autotools gettext pkgconfig
>> -
>> -DEPENDS = "libtasn1 libffi"
>> -
>> -SRC_URI = "http://p11-glue.freedesktop.org/releases/${BP}.tar.gz"
>> -SRC_URI[md5sum] = "d96046ab6ac00d005342caf416ed76ab"
>> -SRC_URI[sha256sum] = "94fbed372c11d0a404762aad966e54eb4f44c1d5b871a1b79a1a3b4cf36ed256"
>> -
>> -FILES_${PN}-dev += " \
>> -    ${libdir}/p11-kit-proxy.so \
>> -    ${libdir}/pkcs11/p11-kit-trust.so \
>> -"
>> -FILES_${PN}-dev += "${libdir}/pkcs11/*.la"
>> -FILES_${PN}-dbg += "${libdir}/pkcs11/.debug"
>> -- 
>> 2.4.1
>>
>> -- 
>> _______________________________________________
>> Openembedded-devel mailing list
>> Openembedded-devel@lists.openembedded.org
>> http://lists.openembedded.org/mailman/listinfo/openembedded-devel
>
>


-- 
Regards,
Neil | Kai Kang



^ permalink raw reply	[flat|nested] 3+ messages in thread

end of thread, other threads:[~2015-09-24  2:01 UTC | newest]

Thread overview: 3+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2015-09-23  9:04 [meta-oe][PATCH] p11-kit: remove from meta-oe kai.kang
2015-09-23 13:47 ` Martin Jansa
2015-09-24  2:01   ` Kang Kai

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.