mirror of
https://github.com/openembedded/meta-openembedded.git
synced 2026-07-16 04:17:25 +00:00
80805b2daa
* it's autodetected from sysroot and configure doesn't have parameter to explicitly disable it so PACKAGECONFIG won't work OOTB Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com>
12 lines
358 B
PHP
12 lines
358 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"
|
|
|
|
DEPENDS = "libunwind"
|
|
|
|
inherit autotools pkgconfig
|