]> code.ossystems Code Review - openembedded-core.git/commit
nspr, nss: use ${includedir}/nspr like e.g. ubuntu does
authorMartin Jansa <martin.jansa@gmail.com>
Mon, 27 Jan 2020 15:43:30 +0000 (16:43 +0100)
committerRichard Purdie <richard.purdie@linuxfoundation.org>
Tue, 28 Jan 2020 11:07:54 +0000 (11:07 +0000)
commit274128830a9d52bdd2827cc0a323d575025ce62f
treef3174b7315f9180bda2a4dc12e451125387b03cb
parent96c286a1b2f9fc8e8bf4fb29ae62551a323af5c3
nspr, nss: use ${includedir}/nspr like e.g. ubuntu does

* instead of installing all 51 nspr header files directly in ${includedir}

* ubuntu uses /usr/include/nspr as well as shown in:
  https://packages.ubuntu.com/xenial/amd64/libnspr4-dev/filelist
  and some components assume the same path

* update nss configure to find them, similar change might be needed in
  mozjs and ecryptfs-utils

Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com>
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
meta/recipes-support/nspr/nspr/nspr.pc.in
meta/recipes-support/nspr/nspr_4.24.bb
meta/recipes-support/nss/nss/nss.pc.in
meta/recipes-support/nss/nss_3.49.1.bb