mirror of
https://github.com/openembedded/meta-openembedded.git
synced 2026-06-05 02:50:46 +00:00
glog: add 0.3.3 version
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>
This commit is contained in:
committed by
Martin Jansa
parent
525306f575
commit
4732d727a1
@@ -0,0 +1,9 @@
|
||||
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
|
||||
@@ -0,0 +1,6 @@
|
||||
require glog.inc
|
||||
|
||||
SRC_URI = "http://google-glog.googlecode.com/files/glog-${PV}.tar.gz"
|
||||
|
||||
SRC_URI[md5sum] = "a6fd2c22f8996846e34c763422717c18"
|
||||
SRC_URI[sha256sum] = "fbf90c2285ba0561db7a40f8a4eefb9aa963e7d399bd450363e959929fe849d0"
|
||||
Reference in New Issue
Block a user