From 1219bf8a90a7bf8cd3a5363551ef635d51e8fc8e Mon Sep 17 00:00:00 2001 From: Tudor Florea Date: Thu, 8 Oct 2015 22:51:41 +0200 Subject: initial commit for Enea Linux 5.0 arm Signed-off-by: Tudor Florea --- meta-oe/recipes-support/glog/glog.inc | 11 +++++++++++ meta-oe/recipes-support/glog/glog_0.3.3.bb | 6 ++++++ 2 files changed, 17 insertions(+) create mode 100644 meta-oe/recipes-support/glog/glog.inc create mode 100644 meta-oe/recipes-support/glog/glog_0.3.3.bb (limited to 'meta-oe/recipes-support/glog') diff --git a/meta-oe/recipes-support/glog/glog.inc b/meta-oe/recipes-support/glog/glog.inc new file mode 100644 index 000000000..8a1fb4250 --- /dev/null +++ b/meta-oe/recipes-support/glog/glog.inc @@ -0,0 +1,11 @@ +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 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 @@ +require glog.inc + +SRC_URI = "http://google-glog.googlecode.com/files/glog-${PV}.tar.gz" + +SRC_URI[md5sum] = "a6fd2c22f8996846e34c763422717c18" +SRC_URI[sha256sum] = "fbf90c2285ba0561db7a40f8a4eefb9aa963e7d399bd450363e959929fe849d0" -- cgit v1.2.3-54-g00ecf