All of lore.kernel.org
 help / color / mirror / Atom feed
* Install headers to /usr/include/
@ 2020-09-12  9:58 majid.nasiry65
  2020-09-13  2:28 ` [yocto] " Khem Raj
  0 siblings, 1 reply; 4+ messages in thread
From: majid.nasiry65 @ 2020-09-12  9:58 UTC (permalink / raw)
  To: yocto

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

Hi
I have a recipe for a library. It install .so files correctly but headers not installed. It can install files any where except /usr/inclue/ directory.
> 
> 
> SUMMARY = "An open source library for DNP3"
> HOMEPAGE = "http://dnp3.github.io/"
> SECTION = "libs"
> DEPENDS = ""
> LICENSE = "Apache-2.0"
> LIC_FILES_CHKSUM = "file://LICENSE;md5=3b83ef96387f14655fc854ddc3c6bd57"
> 
> 
> SRCREV = "639edaf1a5d2d74bc04efdd9ddf165bc14a06390"
> SRC_URI = "git://github.com/dnp3/opendnp3.git;branch=release"
> 
> S = " ${WORKDIR} /git"
> 
> EXTRA_OECMAKE += "-DNP3_TLS=ON"
> 
> do_install_append (){
> install -d ${D}${includedir}
> cp -r ${S} /cpp/lib/include/opendnp3 ${D}${includedir}
> }
> 
> FILES_${PN} += " ${includedir} "
> 
> inherit cmake
> 

Where is my mistake?
Thanks.

> 
> 
>

[-- Attachment #2: Type: text/html, Size: 2706 bytes --]

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

end of thread, other threads:[~2020-09-13  8:47 UTC | newest]

Thread overview: 4+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2020-09-12  9:58 Install headers to /usr/include/ majid.nasiry65
2020-09-13  2:28 ` [yocto] " Khem Raj
     [not found]   ` <CABnAseLDo+L59bNtfaGSSFcf-NC==-ZK78zZD9-xHWPMfX0PdQ@mail.gmail.com>
     [not found]     ` <CAMKF1srH8=6KuhVruQqFo3ZvQsogyKmdHjapdcJaAzcHN7Ls0w@mail.gmail.com>
     [not found]       ` <CABnAseJ-+AdwjKi9oG5rSKXrBin5FksyjOouwgX7pKeJmDFD+A@mail.gmail.com>
     [not found]         ` <CAMKF1spUGNAtq8JMb39N1FFi=z-faxEnNcWWw1GxLoAje-5xxQ@mail.gmail.com>
     [not found]           ` <CABnAseJZ2Dz9AMcUVQXSRmsxm_qv4OSqe+xrcox8EozQYB8Q9w@mail.gmail.com>
2020-09-13  7:52             ` Khem Raj
2020-09-13  8:47               ` majid.nasiry65

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.