From patchwork Thu Feb 7 10:50:56 2013 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit Subject: [meta-oe,1/8] google-glog: added svn version Date: Thu, 07 Feb 2013 10:50:56 -0000 From: Marcin Juszkiewicz X-Patchwork-Id: 44255 Message-Id: <1360234263-18278-2-git-send-email-marcin.juszkiewicz@linaro.org> To: openembedded-devel@lists.openembedded.org Signed-off-by: Marcin Juszkiewicz --- meta-oe/recipes-support/google-glog/google-glog_svn.bb | 17 +++++++++++++++++ 1 file changed, 17 insertions(+) create mode 100644 meta-oe/recipes-support/google-glog/google-glog_svn.bb diff --git a/meta-oe/recipes-support/google-glog/google-glog_svn.bb b/meta-oe/recipes-support/google-glog/google-glog_svn.bb new file mode 100644 index 0000000..b70aa82 --- /dev/null +++ b/meta-oe/recipes-support/google-glog/google-glog_svn.bb @@ -0,0 +1,17 @@ +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" + +SRC_URI = "svn://google-glog.googlecode.com/svn/;module=trunk;protocol=http" + +SRCREV = "${AUTOREV}" + +PV = "0.3.2+svn${SRCPV}" + +S = "${WORKDIR}/trunk" + +inherit autotools pkgconfig