[oe-commits] Marcin Juszkiewicz : glog: add 0.3.3 version

git at git.openembedded.org git at git.openembedded.org
Fri Mar 29 12:14:23 UTC 2013


Module: meta-openembedded.git
Branch: master
Commit: 4732d727a1225be3e02b74114c4317f8b5495e2b
URL:    http://git.openembedded.org/?p=meta-openembedded.git&a=commit;h=4732d727a1225be3e02b74114c4317f8b5495e2b

Author: Marcin Juszkiewicz <marcin.juszkiewicz at linaro.org>
Date:   Mon Mar 25 09:03:38 2013 +0000

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 at linaro.org>
Signed-off-by: Martin Jansa <Martin.Jansa at gmail.com>

---

 meta-oe/recipes-support/glog/glog.inc      |    9 +++++++++
 meta-oe/recipes-support/glog/glog_0.3.3.bb |    6 ++++++
 2 files changed, 15 insertions(+), 0 deletions(-)

diff --git a/meta-oe/recipes-support/glog/glog.inc b/meta-oe/recipes-support/glog/glog.inc
new file mode 100644
index 0000000..97f3728
--- /dev/null
+++ b/meta-oe/recipes-support/glog/glog.inc
@@ -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
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 0000000..de3f076
--- /dev/null
+++ b/meta-oe/recipes-support/glog/glog_0.3.3.bb
@@ -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"





More information about the Openembedded-commits mailing list