mirror of
https://github.com/thead-yocto-mirror/meta-openembedded
synced 2026-09-16 20:21:58 +02:00
The glog library implements application-level logging. This library provides logging APIs based on C++-style streams and various helper macros. glog.inc cause meta-linaro has glog_svn.bb recipe as well Signed-off-by: Marcin Juszkiewicz <marcin.juszkiewicz@linaro.org> Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com>
10 lines
335 B
PHP
10 lines
335 B
PHP
DESCRIPTION = "The glog library implements application-level logging. This \
|
|
library provides logging APIs based on C++-style streams and various helper \
|
|
macros."
|
|
HOMEPAGE = "https://code.google.com/p/google-glog/"
|
|
|
|
LICENSE = "BSD"
|
|
LIC_FILES_CHKSUM = "file://COPYING;md5=dc9db360e0bbd4e46672f3fd91dd6c4b"
|
|
|
|
inherit autotools pkgconfig
|