diff options
author | Marcin Juszkiewicz <marcin.juszkiewicz@linaro.org> | 2013-03-25 09:03:38 +0000 |
---|---|---|
committer | Martin Jansa <Martin.Jansa@gmail.com> | 2013-03-29 13:16:38 +0100 |
commit | 4732d727a1225be3e02b74114c4317f8b5495e2b (patch) | |
tree | 7742cd081aa9e597b56737a23a097d51c0058e84 /meta-oe/recipes-support/glog/glog_0.3.3.bb | |
parent | 525306f575eaa9c85309efade27450214359a780 (diff) | |
download | meta-openembedded-4732d727a1225be3e02b74114c4317f8b5495e2b.tar.gz |
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>
Diffstat (limited to 'meta-oe/recipes-support/glog/glog_0.3.3.bb')
-rw-r--r-- | meta-oe/recipes-support/glog/glog_0.3.3.bb | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/meta-oe/recipes-support/glog/glog_0.3.3.bb b/meta-oe/recipes-support/glog/glog_0.3.3.bb new file mode 100644 index 000000000..de3f0765d --- /dev/null +++ b/meta-oe/recipes-support/glog/glog_0.3.3.bb | |||
@@ -0,0 +1,6 @@ | |||
1 | require glog.inc | ||
2 | |||
3 | SRC_URI = "http://google-glog.googlecode.com/files/glog-${PV}.tar.gz" | ||
4 | |||
5 | SRC_URI[md5sum] = "a6fd2c22f8996846e34c763422717c18" | ||
6 | SRC_URI[sha256sum] = "fbf90c2285ba0561db7a40f8a4eefb9aa963e7d399bd450363e959929fe849d0" | ||