All of lore.kernel.org
 help / color / mirror / Atom feed
* [PATCH] czmq: Conflict resolution for sha1.h
@ 2021-03-12  4:24 Wang Mingyu
  2021-03-12  6:36 ` [oe] " Khem Raj
  0 siblings, 1 reply; 2+ messages in thread
From: Wang Mingyu @ 2021-03-12  4:24 UTC (permalink / raw)
  To: openembedded-devel; +Cc: Wang Mingyu

libmd(oe-core) also uses the doc 'sha1.h', so package it in own subdirs of czmq.

Signed-off-by: Wang Mingyu <wangmy@cn.fujitsu.com>
---
 meta-oe/recipes-connectivity/zeromq/czmq_4.2.1.bb | 4 ++++
 1 file changed, 4 insertions(+)

diff --git a/meta-oe/recipes-connectivity/zeromq/czmq_4.2.1.bb b/meta-oe/recipes-connectivity/zeromq/czmq_4.2.1.bb
index e742d2a1c4..56b688cad1 100644
--- a/meta-oe/recipes-connectivity/zeromq/czmq_4.2.1.bb
+++ b/meta-oe/recipes-connectivity/zeromq/czmq_4.2.1.bb
@@ -30,3 +30,7 @@ PACKAGECONFIG[systemd] = ",-DCMAKE_DISABLE_FIND_PACKAGE_systemd=TRUE,systemd"
 
 BBCLASSEXTEND = "nativesdk"
 
+do_install_append() {
+        mkdir -p ${D}/${includedir}/${PV}
+        mv ${D}/${includedir}/sha1.h ${D}/${includedir}/${PV}/.
+}
-- 
2.25.1


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

* Re: [oe] [PATCH] czmq: Conflict resolution for sha1.h
  2021-03-12  4:24 [PATCH] czmq: Conflict resolution for sha1.h Wang Mingyu
@ 2021-03-12  6:36 ` Khem Raj
  0 siblings, 0 replies; 2+ messages in thread
From: Khem Raj @ 2021-03-12  6:36 UTC (permalink / raw)
  To: Wang Mingyu; +Cc: openembeded-devel

On Thu, Mar 11, 2021 at 8:25 PM Wang Mingyu <wangmy@cn.fujitsu.com> wrote:
>
> libmd(oe-core) also uses the doc 'sha1.h', so package it in own subdirs of czmq.
>
> Signed-off-by: Wang Mingyu <wangmy@cn.fujitsu.com>
> ---
>  meta-oe/recipes-connectivity/zeromq/czmq_4.2.1.bb | 4 ++++
>  1 file changed, 4 insertions(+)
>
> diff --git a/meta-oe/recipes-connectivity/zeromq/czmq_4.2.1.bb b/meta-oe/recipes-connectivity/zeromq/czmq_4.2.1.bb
> index e742d2a1c4..56b688cad1 100644
> --- a/meta-oe/recipes-connectivity/zeromq/czmq_4.2.1.bb
> +++ b/meta-oe/recipes-connectivity/zeromq/czmq_4.2.1.bb
> @@ -30,3 +30,7 @@ PACKAGECONFIG[systemd] = ",-DCMAKE_DISABLE_FIND_PACKAGE_systemd=TRUE,systemd"
>
>  BBCLASSEXTEND = "nativesdk"
>
> +do_install_append() {
> +        mkdir -p ${D}/${includedir}/${PV}
> +        mv ${D}/${includedir}/sha1.h ${D}/${includedir}/${PV}/.

It should be BPN

> +}
> --
> 2.25.1
>
>
> 
>

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

end of thread, other threads:[~2021-03-12  6:36 UTC | newest]

Thread overview: 2+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2021-03-12  4:24 [PATCH] czmq: Conflict resolution for sha1.h Wang Mingyu
2021-03-12  6:36 ` [oe] " Khem Raj

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.