meta-openembedded/meta-oe
Ruslan Bilovol 2e0fd78621 rapidjson: fix cmake artifacts installation for non-default BASELIB case
If BASELIB is set to non-default value (like lib64),
next 'installed but not shipped' issue happens:
  /usr/lib
  /usr/lib/cmake
  /usr/lib/pkgconfig
  /usr/lib/cmake/RapidJSON
  /usr/lib/cmake/RapidJSON/RapidJSONConfigVersion.cmake
  /usr/lib/cmake/RapidJSON/RapidJSONConfig.cmake
  /usr/lib/pkgconfig/RapidJSON.pc

This is because rapidjson has library installation dir set
to 'lib' by default and hardcoded in another place.
Fix this by next changes:
 - set appropriate LIB_INSTALL_DIR
 - fix hardcoded 'lib' in CMAKECONFIG_INSTALL_DIR case

Signed-off-by: Ruslan Bilovol <rbilovol@cisco.com>
Signed-off-by: Khem Raj <raj.khem@gmail.com>
2019-02-07 10:06:29 -08:00
..
classes meta-oe: remove True option to getVar calls (again) 2019-01-13 10:28:01 -08:00
conf ptest: add addition packagegroups and image for ptests 2018-11-12 10:04:31 -08:00
lib/oeqa/selftest/cases meta-oe: add selftest for sources.oe.org 2018-11-14 21:06:57 -08:00
licenses mongodb: Upgrade to 4.0.6 2019-02-05 16:43:12 -08:00
recipes-benchmark glmark2: update to current git 2019-02-06 08:19:13 -08:00
recipes-bsp efivar: recommend required kernel module 2019-01-26 11:00:07 -08:00
recipes-connectivity libqmi: Update to 1.22.0 2019-02-01 07:01:29 -08:00
recipes-core ell: update to 0.17 2019-01-28 07:06:19 -08:00
recipes-crypto botan: Upgrade to 2.9.0 2019-01-30 17:17:54 -08:00
recipes-dbs mongodb: Fix build with clang 2019-02-05 16:43:12 -08:00
recipes-devtools rapidjson: fix cmake artifacts installation for non-default BASELIB case 2019-02-07 10:06:29 -08:00
recipes-extended pam-ssh-agent-auth: Port to work with openssl 1.1.x 2019-02-03 07:07:51 -08:00
recipes-gnome atkmm: upgrade 2.24.2 -> 2.28.0 2019-01-19 10:06:20 -08:00
recipes-graphics graphviz: Fix cross-build failures with clang 2019-02-05 16:43:12 -08:00
recipes-kernel meta-oe: remove True option to getVar calls (again) 2019-01-13 10:28:01 -08:00
recipes-multimedia jack: Fix build when using libc++ 2019-01-30 13:34:49 -08:00
recipes-navigation gpsd: split one dpg package 2018-09-17 22:23:29 -07:00
recipes-security nmap: Include additional FILES path for certs 2019-02-03 10:46:42 -08:00
recipes-shells mksh: Don't use ${PN} 2019-01-10 09:06:05 -08:00
recipes-support opencv: Upgrade to 3.4.5 2019-02-04 10:11:36 -08:00
recipes-test catch2: Upgrade to 2.6.0 2019-02-05 16:43:12 -08:00
COPYING.MIT
README Update maintainers 2018-08-27 10:53:58 -07:00

meta-oe
=======

This layer depends on:

URI: git://github.com/openembedded/openembedded-core.git
branch: master
revision: HEAD

Send pull requests to openembedded-devel@lists.openembedded.org with '[meta-oe]' in the subject'

When sending single patches, please use something like:
'git send-email -M -1 --to openembedded-devel@lists.openembedded.org --subject-prefix=meta-oe][PATCH'

You are encouraged to fork the mirror on GitHub https://github.com/openembedded/openembedded-core
to share your patches, this is preferred for patch sets consisting of more than one patch.

Other services like gitorious, repo.or.cz or self-hosted setups are of course accepted as well,
'git fetch <remote>' works the same on all of them. We recommend GitHub because it is free, easy
to use, has been proven to be reliable and has a really good web GUI.

layer maintainer: Khem Raj <raj.khem@gmail.com>