| Submitter | Marcin Juszkiewicz |
|---|---|
| Date | Feb. 7, 2013, 10:50 a.m. |
| Message ID | <1360234263-18278-2-git-send-email-marcin.juszkiewicz@linaro.org> |
| Download | mbox | patch |
| Permalink | /patch/44255/ |
| State | Changes Requested, archived |
| Headers | show |
Comments
On Thu, Feb 07, 2013 at 11:50:56AM +0100, Marcin Juszkiewicz wrote: > Signed-off-by: Marcin Juszkiewicz <marcin.juszkiewicz@linaro.org> > --- > 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}" Please no AUTOREVs > + > +PV = "0.3.2+svn${SRCPV}" > + > +S = "${WORKDIR}/trunk" > + > +inherit autotools pkgconfig > -- > 1.8.0 > > > _______________________________________________ > Openembedded-devel mailing list > Openembedded-devel@lists.openembedded.org > http://lists.linuxtogo.org/cgi-bin/mailman/listinfo/openembedded-devel
Patch
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
Signed-off-by: Marcin Juszkiewicz <marcin.juszkiewicz@linaro.org> --- 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