mirror of
https://github.com/openembedded/meta-openembedded.git
synced 2026-05-30 00:50:00 +00:00
4732d727a1
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
|