meta-openembedded/meta-oe
Vyacheslav Yurkov 2d842ee7a3 glog: upgrade 0.3.4 -> 0.3.5
Upgraded glog recipe to a new stable version in favor of cmake configuration
Old configure.ac patch is removed.

Another cmake patch is added. When UNWIND_LIBRARY is used directly as a public
dependency then absolute path is stored in cmake config file.
This is an issue when glog is used as part of generated SDK, which was built
on another machine. When SDK is installed on developer's machine,
cmake config contains a full path to non-existent location.
The solution is to find libunwind during configure stage and store target
name as a dependency, not a full path

Signed-off-by: Vyacheslav Yurkov <uvv.mail@gmail.com>
Signed-off-by: Khem Raj <raj.khem@gmail.com>
2018-10-08 09:52:04 -07:00
..
classes dos2unix: Remove after move to core 2018-08-21 11:39:07 -07:00
conf layers: Update layer compatibility to thud 2018-09-30 10:17:48 -07:00
licenses libmxml: add recipe 2018-06-05 18:17:21 -07:00
recipes-benchmark libhugetlbfs: Update to 2.21 2018-10-04 20:01:19 -07:00
recipes-bsp efivar: make CC_FOR_BUILD value complete 2018-09-27 08:34:24 -07:00
recipes-connectivity umip: fix recipe location typo 2018-10-07 21:45:20 -07:00
recipes-core ell: update to 0.8 2018-08-24 08:58:13 -07:00
recipes-crypto botan: Add recipe 2018-09-29 02:10:12 -07:00
recipes-dbs mongodb: Consolidate COMPATIBLE_HOST 2018-09-29 02:10:12 -07:00
recipes-devtools nodejs: Revert unintended changes (not ready yet) 2018-10-08 08:35:34 -07:00
recipes-extended libcec: update to 4.0.2 2018-10-05 14:51:14 -07:00
recipes-gnome pyxdg: Add new package 2018-07-12 07:19:43 -07:00
recipes-graphics openjpeg: cmake fixes to prepare update of poppler 2018-10-04 08:52:54 -07:00
recipes-kernel kernel-selftest: Remove bpf on x86/32bit 2018-09-26 21:15:21 -07:00
recipes-multimedia libmms: drop obsolete "Requires:glib-2.0" from pkg-config file 2018-09-26 07:35:44 -07:00
recipes-navigation gpsd: split one dpg package 2018-09-17 22:23:29 -07:00
recipes-security nmap: install ndiff 2018-08-22 11:32:58 -07:00
recipes-shells zsh: Delete ${D}/usr if empty 2018-08-28 09:36:28 -07:00
recipes-support glog: upgrade 0.3.4 -> 0.3.5 2018-10-08 09:52:04 -07:00
recipes-test recipes: Exclude non-buildable recipes from world for musl build 2018-08-20 23:58:58 -07: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>