Skip to content

Commit

Permalink
czmq: Conflict resolution for sha1.h
Browse files Browse the repository at this point in the history
libmd(oe-core) also uses the doc 'sha1.h', so package it in own subdirs of czmq.

Signed-off-by: Wang Mingyu <[email protected]>
Signed-off-by: Khem Raj <[email protected]>
  • Loading branch information
wangmingyu84 authored and kraj committed Mar 12, 2021
1 parent 2266a8a commit f40beb1
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions meta-oe/recipes-connectivity/zeromq/czmq_4.2.1.bb
Original file line number Diff line number Diff line change
Expand Up @@ -30,3 +30,7 @@ PACKAGECONFIG[systemd] = ",-DCMAKE_DISABLE_FIND_PACKAGE_systemd=TRUE,systemd"

BBCLASSEXTEND = "nativesdk"

do_install_append() {
mkdir -p ${D}/${includedir}/${BPN}
mv ${D}/${includedir}/sha1.h ${D}/${includedir}/${BPN}/.
}

0 comments on commit f40beb1

Please sign in to comment.