All of lore.kernel.org
 help / color / mirror / Atom feed
* [meta-oe][PATCH] tclap: initial add 1.2.1
@ 2013-03-13  3:50 b28495
  2013-03-13  4:54 ` Khem Raj
  2013-03-13 16:20 ` Martin Jansa
  0 siblings, 2 replies; 9+ messages in thread
From: b28495 @ 2013-03-13  3:50 UTC (permalink / raw)
  To: openembedded-devel

From: Ting Liu <b28495@freescale.com>

TCLAP (Templatized C++ Command Line Parser Library ) is a small,
flexible library that provides a simple interface for defining
and accessing command line arguments. Templatized C++ Command
Line Parser Library.

Use the commit of tag tclap-1-2-1-release-final.

Signed-off-by: Ting Liu <b28495@freescale.com>
---
 meta-oe/recipes-devtools/tclap/tclap_1.2.1.bb |   13 +++++++++++++
 1 files changed, 13 insertions(+), 0 deletions(-)
 create mode 100644 meta-oe/recipes-devtools/tclap/tclap_1.2.1.bb

diff --git a/meta-oe/recipes-devtools/tclap/tclap_1.2.1.bb b/meta-oe/recipes-devtools/tclap/tclap_1.2.1.bb
new file mode 100644
index 0000000..c2b03a4
--- /dev/null
+++ b/meta-oe/recipes-devtools/tclap/tclap_1.2.1.bb
@@ -0,0 +1,13 @@
+DESCRIPTION = "Templatized C++ Command Line Parser" 
+HOMEPAGE = "http://tclap.sourceforge.net/" 
+SECTION = "tclap" 
+LICENSE = "MIT" 
+LIC_FILES_CHKSUM = "file://COPYING;md5=c8ab0ff134bcc584d0e6b5b9f8732453"
+
+SRCREV = "3627d9402e529770df9b0edf2aa8c0e0d6c6bb41"
+SRC_URI = "git://tclap.git.sourceforge.net/gitroot/tclap/tclap" 
+
+S = "${WORKDIR}/git"
+inherit autotools
+
+BBCLASSEXTEND = "native nativesdk"
-- 
1.7.3.4





^ permalink raw reply related	[flat|nested] 9+ messages in thread

* Re: [meta-oe][PATCH] tclap: initial add 1.2.1
  2013-03-13  3:50 [meta-oe][PATCH] tclap: initial add 1.2.1 b28495
@ 2013-03-13  4:54 ` Khem Raj
  2013-03-13  5:31   ` Liu Ting-B28495
  2013-03-13 16:20 ` Martin Jansa
  1 sibling, 1 reply; 9+ messages in thread
From: Khem Raj @ 2013-03-13  4:54 UTC (permalink / raw)
  To: openembedded-devel


On Mar 12, 2013, at 8:50 PM, b28495@freescale.com wrote:

> From: Ting Liu <b28495@freescale.com>
> 
> TCLAP (Templatized C++ Command Line Parser Library ) is a small,
> flexible library that provides a simple interface for defining
> and accessing command line arguments. Templatized C++ Command
> Line Parser Library.
> 
> Use the commit of tag tclap-1-2-1-release-final.
> 
> Signed-off-by: Ting Liu <b28495@freescale.com>
> ---
> meta-oe/recipes-devtools/tclap/tclap_1.2.1.bb |   13 +++++++++++++
> 1 files changed, 13 insertions(+), 0 deletions(-)
> create mode 100644 meta-oe/recipes-devtools/tclap/tclap_1.2.1.bb
> 
> diff --git a/meta-oe/recipes-devtools/tclap/tclap_1.2.1.bb b/meta-oe/recipes-devtools/tclap/tclap_1.2.1.bb
> new file mode 100644
> index 0000000..c2b03a4
> --- /dev/null
> +++ b/meta-oe/recipes-devtools/tclap/tclap_1.2.1.bb
> @@ -0,0 +1,13 @@
> +DESCRIPTION = "Templatized C++ Command Line Parser" 
> +HOMEPAGE = "http://tclap.sourceforge.net/" 
> +SECTION = "tclap" 

why a special section dedicated to it.?

> +LICENSE = "MIT" 
> +LIC_FILES_CHKSUM = "file://COPYING;md5=c8ab0ff134bcc584d0e6b5b9f8732453"
> +
> +SRCREV = "3627d9402e529770df9b0edf2aa8c0e0d6c6bb41"
> +SRC_URI = "git://tclap.git.sourceforge.net/gitroot/tclap/tclap" 
> +
> +S = "${WORKDIR}/git"
> +inherit autotools
> +
> +BBCLASSEXTEND = "native nativesdk"
> -- 
> 1.7.3.4
> 
> 
> 
> _______________________________________________
> Openembedded-devel mailing list
> Openembedded-devel@lists.openembedded.org
> http://lists.linuxtogo.org/cgi-bin/mailman/listinfo/openembedded-devel




^ permalink raw reply	[flat|nested] 9+ messages in thread

* Re: [meta-oe][PATCH] tclap: initial add 1.2.1
  2013-03-13  4:54 ` Khem Raj
@ 2013-03-13  5:31   ` Liu Ting-B28495
  0 siblings, 0 replies; 9+ messages in thread
From: Liu Ting-B28495 @ 2013-03-13  5:31 UTC (permalink / raw)
  To: openembedded-devel@lists.openembedded.org

> -----Original Message-----
> From: openembedded-devel-bounces@lists.openembedded.org
> [mailto:openembedded-devel-bounces@lists.openembedded.org] On Behalf Of
> Khem Raj
> Sent: Wednesday, March 13, 2013 12:55 PM
> To: openembedded-devel@lists.openembedded.org
> Subject: Re: [oe] [meta-oe][PATCH] tclap: initial add 1.2.1
> 
> 
> On Mar 12, 2013, at 8:50 PM, b28495@freescale.com wrote:
> 
> > From: Ting Liu <b28495@freescale.com>
> >
> > TCLAP (Templatized C++ Command Line Parser Library ) is a small,
> > flexible library that provides a simple interface for defining and
> > accessing command line arguments. Templatized C++ Command Line Parser
> > Library.
> >
> > Use the commit of tag tclap-1-2-1-release-final.
> >
> > Signed-off-by: Ting Liu <b28495@freescale.com>
> > ---
> > meta-oe/recipes-devtools/tclap/tclap_1.2.1.bb |   13 +++++++++++++
> > 1 files changed, 13 insertions(+), 0 deletions(-) create mode 100644
> > meta-oe/recipes-devtools/tclap/tclap_1.2.1.bb
> >
> > diff --git a/meta-oe/recipes-devtools/tclap/tclap_1.2.1.bb
> > b/meta-oe/recipes-devtools/tclap/tclap_1.2.1.bb
> > new file mode 100644
> > index 0000000..c2b03a4
> > --- /dev/null
> > +++ b/meta-oe/recipes-devtools/tclap/tclap_1.2.1.bb
> > @@ -0,0 +1,13 @@
> > +DESCRIPTION = "Templatized C++ Command Line Parser"
> > +HOMEPAGE = "http://tclap.sourceforge.net/"
> > +SECTION = "tclap"
> 
> why a special section dedicated to it.?

thanks for the finding. Will remove it.

-Ting

> 
> > +LICENSE = "MIT"
> > +LIC_FILES_CHKSUM =
> "file://COPYING;md5=c8ab0ff134bcc584d0e6b5b9f8732453"
> > +
> > +SRCREV = "3627d9402e529770df9b0edf2aa8c0e0d6c6bb41"
> > +SRC_URI = "git://tclap.git.sourceforge.net/gitroot/tclap/tclap"
> > +
> > +S = "${WORKDIR}/git"
> > +inherit autotools
> > +
> > +BBCLASSEXTEND = "native nativesdk"
> > --
> > 1.7.3.4
> >
> >
> >
> > _______________________________________________
> > Openembedded-devel mailing list
> > Openembedded-devel@lists.openembedded.org
> > http://lists.linuxtogo.org/cgi-bin/mailman/listinfo/openembedded-devel
> 
> 
> _______________________________________________
> Openembedded-devel mailing list
> Openembedded-devel@lists.openembedded.org
> http://lists.linuxtogo.org/cgi-bin/mailman/listinfo/openembedded-devel





^ permalink raw reply	[flat|nested] 9+ messages in thread

* Re: [meta-oe][PATCH] tclap: initial add 1.2.1
  2013-03-13  3:50 [meta-oe][PATCH] tclap: initial add 1.2.1 b28495
  2013-03-13  4:54 ` Khem Raj
@ 2013-03-13 16:20 ` Martin Jansa
  2013-03-14  2:38   ` Liu Ting-B28495
  1 sibling, 1 reply; 9+ messages in thread
From: Martin Jansa @ 2013-03-13 16:20 UTC (permalink / raw)
  To: openembedded-devel

[-- Attachment #1: Type: text/plain, Size: 3416 bytes --]

On Wed, Mar 13, 2013 at 11:50:43AM +0800, b28495@freescale.com wrote:
> From: Ting Liu <b28495@freescale.com>
> 
> TCLAP (Templatized C++ Command Line Parser Library ) is a small,
> flexible library that provides a simple interface for defining
> and accessing command line arguments. Templatized C++ Command
> Line Parser Library.
> 
> Use the commit of tag tclap-1-2-1-release-final.
> 

fails in do_install:

| /bin/mkdir -p /home/jenkins/oe/shr-core-branches/shr-core/tmp-eglibc/work/armv5te-oe-linux-gnueabi/tclap/1.2.1-r0/image/usr/share/doc/tclap
| cp -R /home/jenkins/oe/shr-core-branches/shr-core/tmp-eglibc/work/armv5te-oe-linux-gnueabi/tclap/1.2.1-r0/git/docs/html /home/jenkins/oe/shr-core-branches/shr-core/tmp-eglibc/work/armv5te-oe-linux-gnueabi/tclap/1.2.1-r0/image/usr/share/doc/tclap
|  /bin/mkdir -p '/home/jenkins/oe/shr-core-branches/shr-core/tmp-eglibc/work/armv5te-oe-linux-gnueabi/tclap/1.2.1-r0/image/usr/share/doc/tclap'
| cp: cannot stat `/home/jenkins/oe/shr-core-branches/shr-core/tmp-eglibc/work/armv5te-oe-linux-gnueabi/tclap/1.2.1-r0/git/docs/html': No such file or directory
| make[2]: *** [install-data-local] Error 1
| make[2]: *** Waiting for unfinished jobs....
|  /usr/bin/install -c -m 644 index.html manual.html style.css '/home/jenkins/oe/shr-core-branches/shr-core/tmp-eglibc/work/armv5te-oe-linux-gnueabi/tclap/1.2.1-r0/image/usr/share/doc/tclap'
| make[2]: Leaving directory `/home/jenkins/oe/shr-core-branches/shr-core/tmp-eglibc/work/armv5te-oe-linux-gnueabi/tclap/1.2.1-r0/git/docs'
| make[1]: *** [install-am] Error 2
| make[1]: Leaving directory `/home/jenkins/oe/shr-core-branches/shr-core/tmp-eglibc/work/armv5te-oe-linux-gnueabi/tclap/1.2.1-r0/git/docs'
| make: *** [install-recursive] Error 1
| ERROR: oe_runmake failed
| ERROR: Function failed: do_install (see /home/jenkins/oe/shr-core-branches/shr-core/tmp-eglibc/work/armv5te-oe-linux-gnueabi/tclap/1.2.1-r0/temp/log.do_install.29945 for further information)
NOTE: recipe tclap-1.2.1-r0: task do_install: Failed

Whole log in:
http://logs.nslu2-linux.org/buildlogs/oe/oe-shr-core-branches/log.world.20130313_114357.log/

> Signed-off-by: Ting Liu <b28495@freescale.com>
> ---
>  meta-oe/recipes-devtools/tclap/tclap_1.2.1.bb |   13 +++++++++++++
>  1 files changed, 13 insertions(+), 0 deletions(-)
>  create mode 100644 meta-oe/recipes-devtools/tclap/tclap_1.2.1.bb
> 
> diff --git a/meta-oe/recipes-devtools/tclap/tclap_1.2.1.bb b/meta-oe/recipes-devtools/tclap/tclap_1.2.1.bb
> new file mode 100644
> index 0000000..c2b03a4
> --- /dev/null
> +++ b/meta-oe/recipes-devtools/tclap/tclap_1.2.1.bb
> @@ -0,0 +1,13 @@
> +DESCRIPTION = "Templatized C++ Command Line Parser" 
> +HOMEPAGE = "http://tclap.sourceforge.net/" 
> +SECTION = "tclap" 
> +LICENSE = "MIT" 
> +LIC_FILES_CHKSUM = "file://COPYING;md5=c8ab0ff134bcc584d0e6b5b9f8732453"
> +
> +SRCREV = "3627d9402e529770df9b0edf2aa8c0e0d6c6bb41"
> +SRC_URI = "git://tclap.git.sourceforge.net/gitroot/tclap/tclap" 
> +
> +S = "${WORKDIR}/git"
> +inherit autotools
> +
> +BBCLASSEXTEND = "native nativesdk"
> -- 
> 1.7.3.4
> 
> 
> 
> _______________________________________________
> Openembedded-devel mailing list
> Openembedded-devel@lists.openembedded.org
> http://lists.linuxtogo.org/cgi-bin/mailman/listinfo/openembedded-devel

-- 
Martin 'JaMa' Jansa     jabber: Martin.Jansa@gmail.com

[-- Attachment #2: Digital signature --]
[-- Type: application/pgp-signature, Size: 205 bytes --]

^ permalink raw reply	[flat|nested] 9+ messages in thread

* Re: [meta-oe][PATCH] tclap: initial add 1.2.1
  2013-03-13 16:20 ` Martin Jansa
@ 2013-03-14  2:38   ` Liu Ting-B28495
  2013-03-14  6:40     ` Martin Jansa
  0 siblings, 1 reply; 9+ messages in thread
From: Liu Ting-B28495 @ 2013-03-14  2:38 UTC (permalink / raw)
  To: openembedded-devel@lists.openembedded.org

> -----Original Message-----
> From: openembedded-devel-bounces@lists.openembedded.org
> [mailto:openembedded-devel-bounces@lists.openembedded.org] On Behalf Of
> Martin Jansa
> Sent: Thursday, March 14, 2013 12:20 AM
> To: openembedded-devel@lists.openembedded.org
> Subject: Re: [oe] [meta-oe][PATCH] tclap: initial add 1.2.1
> 
> On Wed, Mar 13, 2013 at 11:50:43AM +0800, b28495@freescale.com wrote:
> > From: Ting Liu <b28495@freescale.com>
> >
> > TCLAP (Templatized C++ Command Line Parser Library ) is a small,
> > flexible library that provides a simple interface for defining and
> > accessing command line arguments. Templatized C++ Command Line Parser
> > Library.
> >
> > Use the commit of tag tclap-1-2-1-release-final.
> >
> 
> fails in do_install:
> 
> | /bin/mkdir -p
> | /home/jenkins/oe/shr-core-branches/shr-core/tmp-eglibc/work/armv5te-oe
> | -linux-gnueabi/tclap/1.2.1-r0/image/usr/share/doc/tclap
> | cp -R
> | /home/jenkins/oe/shr-core-branches/shr-core/tmp-eglibc/work/armv5te-oe
> | -linux-gnueabi/tclap/1.2.1-r0/git/docs/html
> | /home/jenkins/oe/shr-core-branches/shr-core/tmp-eglibc/work/armv5te-oe
> | -linux-gnueabi/tclap/1.2.1-r0/image/usr/share/doc/tclap
> |  /bin/mkdir -p '/home/jenkins/oe/shr-core-branches/shr-core/tmp-
> eglibc/work/armv5te-oe-linux-gnueabi/tclap/1.2.1-
> r0/image/usr/share/doc/tclap'
> | cp: cannot stat
> | `/home/jenkins/oe/shr-core-branches/shr-core/tmp-eglibc/work/armv5te-o
> | e-linux-gnueabi/tclap/1.2.1-r0/git/docs/html': No such file or
> | directory
> | make[2]: *** [install-data-local] Error 1
> | make[2]: *** Waiting for unfinished jobs....
> |  /usr/bin/install -c -m 644 index.html manual.html style.css
> '/home/jenkins/oe/shr-core-branches/shr-core/tmp-eglibc/work/armv5te-oe-
> linux-gnueabi/tclap/1.2.1-r0/image/usr/share/doc/tclap'
> | make[2]: Leaving directory `/home/jenkins/oe/shr-core-branches/shr-
> core/tmp-eglibc/work/armv5te-oe-linux-gnueabi/tclap/1.2.1-r0/git/docs'
> | make[1]: *** [install-am] Error 2
> | make[1]: Leaving directory `/home/jenkins/oe/shr-core-branches/shr-
> core/tmp-eglibc/work/armv5te-oe-linux-gnueabi/tclap/1.2.1-r0/git/docs'
> | make: *** [install-recursive] Error 1
> | ERROR: oe_runmake failed
> | ERROR: Function failed: do_install (see
> | /home/jenkins/oe/shr-core-branches/shr-core/tmp-eglibc/work/armv5te-oe
> | -linux-gnueabi/tclap/1.2.1-r0/temp/log.do_install.29945 for further
> | information)
> NOTE: recipe tclap-1.2.1-r0: task do_install: Failed
> 
> Whole log in:
> http://logs.nslu2-linux.org/buildlogs/oe/oe-shr-core-
> branches/log.world.20130313_114357.log/
> 

I did tests before sending the patch :-(
Patch v3 has been sent. Please review. Thanks.

-Ting

> > Signed-off-by: Ting Liu <b28495@freescale.com>
> > ---
> >  meta-oe/recipes-devtools/tclap/tclap_1.2.1.bb |   13 +++++++++++++
> >  1 files changed, 13 insertions(+), 0 deletions(-)  create mode 100644
> > meta-oe/recipes-devtools/tclap/tclap_1.2.1.bb
> >
> > diff --git a/meta-oe/recipes-devtools/tclap/tclap_1.2.1.bb
> > b/meta-oe/recipes-devtools/tclap/tclap_1.2.1.bb
> > new file mode 100644
> > index 0000000..c2b03a4
> > --- /dev/null
> > +++ b/meta-oe/recipes-devtools/tclap/tclap_1.2.1.bb
> > @@ -0,0 +1,13 @@
> > +DESCRIPTION = "Templatized C++ Command Line Parser"
> > +HOMEPAGE = "http://tclap.sourceforge.net/"
> > +SECTION = "tclap"
> > +LICENSE = "MIT"
> > +LIC_FILES_CHKSUM =
> "file://COPYING;md5=c8ab0ff134bcc584d0e6b5b9f8732453"
> > +
> > +SRCREV = "3627d9402e529770df9b0edf2aa8c0e0d6c6bb41"
> > +SRC_URI = "git://tclap.git.sourceforge.net/gitroot/tclap/tclap"
> > +
> > +S = "${WORKDIR}/git"
> > +inherit autotools
> > +
> > +BBCLASSEXTEND = "native nativesdk"
> > --
> > 1.7.3.4
> >
> >
> >
> > _______________________________________________
> > Openembedded-devel mailing list
> > Openembedded-devel@lists.openembedded.org
> > http://lists.linuxtogo.org/cgi-bin/mailman/listinfo/openembedded-devel
> 
> --
> Martin 'JaMa' Jansa     jabber: Martin.Jansa@gmail.com




^ permalink raw reply	[flat|nested] 9+ messages in thread

* Re: [meta-oe][PATCH] tclap: initial add 1.2.1
  2013-03-14  2:38   ` Liu Ting-B28495
@ 2013-03-14  6:40     ` Martin Jansa
  2013-03-18 10:08       ` Liu Ting-B28495
  0 siblings, 1 reply; 9+ messages in thread
From: Martin Jansa @ 2013-03-14  6:40 UTC (permalink / raw)
  To: openembedded-devel

If it generates doc/html on your host, then it's probably autodetecting
some doc generating tool from host which isn't on my. It would be better to
disable docs completely (I'll let you know if it builds and doc is empty).


On Thu, Mar 14, 2013 at 3:38 AM, Liu Ting-B28495 <B28495@freescale.com>wrote:

> > -----Original Message-----
> > From: openembedded-devel-bounces@lists.openembedded.org
> > [mailto:openembedded-devel-bounces@lists.openembedded.org] On Behalf Of
> > Martin Jansa
> > Sent: Thursday, March 14, 2013 12:20 AM
> > To: openembedded-devel@lists.openembedded.org
> > Subject: Re: [oe] [meta-oe][PATCH] tclap: initial add 1.2.1
> >
> > On Wed, Mar 13, 2013 at 11:50:43AM +0800, b28495@freescale.com wrote:
> > > From: Ting Liu <b28495@freescale.com>
> > >
> > > TCLAP (Templatized C++ Command Line Parser Library ) is a small,
> > > flexible library that provides a simple interface for defining and
> > > accessing command line arguments. Templatized C++ Command Line Parser
> > > Library.
> > >
> > > Use the commit of tag tclap-1-2-1-release-final.
> > >
> >
> > fails in do_install:
> >
> > | /bin/mkdir -p
> > | /home/jenkins/oe/shr-core-branches/shr-core/tmp-eglibc/work/armv5te-oe
> > | -linux-gnueabi/tclap/1.2.1-r0/image/usr/share/doc/tclap
> > | cp -R
> > | /home/jenkins/oe/shr-core-branches/shr-core/tmp-eglibc/work/armv5te-oe
> > | -linux-gnueabi/tclap/1.2.1-r0/git/docs/html
> > | /home/jenkins/oe/shr-core-branches/shr-core/tmp-eglibc/work/armv5te-oe
> > | -linux-gnueabi/tclap/1.2.1-r0/image/usr/share/doc/tclap
> > |  /bin/mkdir -p '/home/jenkins/oe/shr-core-branches/shr-core/tmp-
> > eglibc/work/armv5te-oe-linux-gnueabi/tclap/1.2.1-
> > r0/image/usr/share/doc/tclap'
> > | cp: cannot stat
> > | `/home/jenkins/oe/shr-core-branches/shr-core/tmp-eglibc/work/armv5te-o
> > | e-linux-gnueabi/tclap/1.2.1-r0/git/docs/html': No such file or
> > | directory
> > | make[2]: *** [install-data-local] Error 1
> > | make[2]: *** Waiting for unfinished jobs....
> > |  /usr/bin/install -c -m 644 index.html manual.html style.css
> > '/home/jenkins/oe/shr-core-branches/shr-core/tmp-eglibc/work/armv5te-oe-
> > linux-gnueabi/tclap/1.2.1-r0/image/usr/share/doc/tclap'
> > | make[2]: Leaving directory `/home/jenkins/oe/shr-core-branches/shr-
> > core/tmp-eglibc/work/armv5te-oe-linux-gnueabi/tclap/1.2.1-r0/git/docs'
> > | make[1]: *** [install-am] Error 2
> > | make[1]: Leaving directory `/home/jenkins/oe/shr-core-branches/shr-
> > core/tmp-eglibc/work/armv5te-oe-linux-gnueabi/tclap/1.2.1-r0/git/docs'
> > | make: *** [install-recursive] Error 1
> > | ERROR: oe_runmake failed
> > | ERROR: Function failed: do_install (see
> > | /home/jenkins/oe/shr-core-branches/shr-core/tmp-eglibc/work/armv5te-oe
> > | -linux-gnueabi/tclap/1.2.1-r0/temp/log.do_install.29945 for further
> > | information)
> > NOTE: recipe tclap-1.2.1-r0: task do_install: Failed
> >
> > Whole log in:
> > http://logs.nslu2-linux.org/buildlogs/oe/oe-shr-core-
> > branches/log.world.20130313_114357.log/
> >
>
> I did tests before sending the patch :-(
> Patch v3 has been sent. Please review. Thanks.
>
> -Ting
>
> > > Signed-off-by: Ting Liu <b28495@freescale.com>
> > > ---
> > >  meta-oe/recipes-devtools/tclap/tclap_1.2.1.bb |   13 +++++++++++++
> > >  1 files changed, 13 insertions(+), 0 deletions(-)  create mode 100644
> > > meta-oe/recipes-devtools/tclap/tclap_1.2.1.bb
> > >
> > > diff --git a/meta-oe/recipes-devtools/tclap/tclap_1.2.1.bb
> > > b/meta-oe/recipes-devtools/tclap/tclap_1.2.1.bb
> > > new file mode 100644
> > > index 0000000..c2b03a4
> > > --- /dev/null
> > > +++ b/meta-oe/recipes-devtools/tclap/tclap_1.2.1.bb
> > > @@ -0,0 +1,13 @@
> > > +DESCRIPTION = "Templatized C++ Command Line Parser"
> > > +HOMEPAGE = "http://tclap.sourceforge.net/"
> > > +SECTION = "tclap"
> > > +LICENSE = "MIT"
> > > +LIC_FILES_CHKSUM =
> > "file://COPYING;md5=c8ab0ff134bcc584d0e6b5b9f8732453"
> > > +
> > > +SRCREV = "3627d9402e529770df9b0edf2aa8c0e0d6c6bb41"
> > > +SRC_URI = "git://tclap.git.sourceforge.net/gitroot/tclap/tclap"
> > > +
> > > +S = "${WORKDIR}/git"
> > > +inherit autotools
> > > +
> > > +BBCLASSEXTEND = "native nativesdk"
> > > --
> > > 1.7.3.4
> > >
> > >
> > >
> > > _______________________________________________
> > > Openembedded-devel mailing list
> > > Openembedded-devel@lists.openembedded.org
> > > http://lists.linuxtogo.org/cgi-bin/mailman/listinfo/openembedded-devel
> >
> > --
> > Martin 'JaMa' Jansa     jabber: Martin.Jansa@gmail.com
>
>
> _______________________________________________
> Openembedded-devel mailing list
> Openembedded-devel@lists.openembedded.org
> http://lists.linuxtogo.org/cgi-bin/mailman/listinfo/openembedded-devel
>


^ permalink raw reply	[flat|nested] 9+ messages in thread

* Re: [meta-oe][PATCH] tclap: initial add 1.2.1
  2013-03-14  6:40     ` Martin Jansa
@ 2013-03-18 10:08       ` Liu Ting-B28495
  2013-03-18 10:20         ` Martin Jansa
  0 siblings, 1 reply; 9+ messages in thread
From: Liu Ting-B28495 @ 2013-03-18 10:08 UTC (permalink / raw)
  To: openembedded-devel@lists.openembedded.org

> -----Original Message-----
> From: openembedded-devel-bounces@lists.openembedded.org
> [mailto:openembedded-devel-bounces@lists.openembedded.org] On Behalf Of
> Martin Jansa
> Sent: Thursday, March 14, 2013 2:40 PM
> To: openembedded-devel
> Subject: Re: [oe] [meta-oe][PATCH] tclap: initial add 1.2.1
> 
> If it generates doc/html on your host, then it's probably autodetecting
> some doc generating tool from host which isn't on my. It would be better
> to disable docs completely (I'll let you know if it builds and doc is
> empty).
> 

Any update?

-Ting

> 
> On Thu, Mar 14, 2013 at 3:38 AM, Liu Ting-B28495
> <B28495@freescale.com>wrote:
> 
> > > -----Original Message-----
> > > From: openembedded-devel-bounces@lists.openembedded.org
> > > [mailto:openembedded-devel-bounces@lists.openembedded.org] On Behalf
> > > Of Martin Jansa
> > > Sent: Thursday, March 14, 2013 12:20 AM
> > > To: openembedded-devel@lists.openembedded.org
> > > Subject: Re: [oe] [meta-oe][PATCH] tclap: initial add 1.2.1
> > >
> > > On Wed, Mar 13, 2013 at 11:50:43AM +0800, b28495@freescale.com wrote:
> > > > From: Ting Liu <b28495@freescale.com>
> > > >
> > > > TCLAP (Templatized C++ Command Line Parser Library ) is a small,
> > > > flexible library that provides a simple interface for defining and
> > > > accessing command line arguments. Templatized C++ Command Line
> > > > Parser Library.
> > > >
> > > > Use the commit of tag tclap-1-2-1-release-final.
> > > >
> > >
> > > fails in do_install:
> > >
> > > | /bin/mkdir -p
> > > | /home/jenkins/oe/shr-core-branches/shr-core/tmp-eglibc/work/armv5t
> > > | e-oe -linux-gnueabi/tclap/1.2.1-r0/image/usr/share/doc/tclap
> > > | cp -R
> > > | /home/jenkins/oe/shr-core-branches/shr-core/tmp-eglibc/work/armv5t
> > > | e-oe -linux-gnueabi/tclap/1.2.1-r0/git/docs/html
> > > | /home/jenkins/oe/shr-core-branches/shr-core/tmp-eglibc/work/armv5t
> > > | e-oe -linux-gnueabi/tclap/1.2.1-r0/image/usr/share/doc/tclap
> > > |  /bin/mkdir -p '/home/jenkins/oe/shr-core-branches/shr-core/tmp-
> > > eglibc/work/armv5te-oe-linux-gnueabi/tclap/1.2.1-
> > > r0/image/usr/share/doc/tclap'
> > > | cp: cannot stat
> > > | `/home/jenkins/oe/shr-core-branches/shr-core/tmp-eglibc/work/armv5
> > > | te-o
> > > | e-linux-gnueabi/tclap/1.2.1-r0/git/docs/html': No such file or
> > > | directory
> > > | make[2]: *** [install-data-local] Error 1
> > > | make[2]: *** Waiting for unfinished jobs....
> > > |  /usr/bin/install -c -m 644 index.html manual.html style.css
> > > '/home/jenkins/oe/shr-core-branches/shr-core/tmp-eglibc/work/armv5te
> > > -oe- linux-gnueabi/tclap/1.2.1-r0/image/usr/share/doc/tclap'
> > > | make[2]: Leaving directory
> > > | `/home/jenkins/oe/shr-core-branches/shr-
> > > core/tmp-eglibc/work/armv5te-oe-linux-gnueabi/tclap/1.2.1-
> r0/git/docs'
> > > | make[1]: *** [install-am] Error 2
> > > | make[1]: Leaving directory
> > > | `/home/jenkins/oe/shr-core-branches/shr-
> > > core/tmp-eglibc/work/armv5te-oe-linux-gnueabi/tclap/1.2.1-
> r0/git/docs'
> > > | make: *** [install-recursive] Error 1
> > > | ERROR: oe_runmake failed
> > > | ERROR: Function failed: do_install (see
> > > | /home/jenkins/oe/shr-core-branches/shr-core/tmp-eglibc/work/armv5t
> > > | e-oe
> > > | -linux-gnueabi/tclap/1.2.1-r0/temp/log.do_install.29945 for
> > > | further
> > > | information)
> > > NOTE: recipe tclap-1.2.1-r0: task do_install: Failed
> > >
> > > Whole log in:
> > > http://logs.nslu2-linux.org/buildlogs/oe/oe-shr-core-
> > > branches/log.world.20130313_114357.log/
> > >
> >
> > I did tests before sending the patch :-( Patch v3 has been sent.
> > Please review. Thanks.
> >
> > -Ting
> >
> > > > Signed-off-by: Ting Liu <b28495@freescale.com>
> > > > ---
> > > >  meta-oe/recipes-devtools/tclap/tclap_1.2.1.bb |   13 +++++++++++++
> > > >  1 files changed, 13 insertions(+), 0 deletions(-)  create mode
> > > > 100644 meta-oe/recipes-devtools/tclap/tclap_1.2.1.bb
> > > >
> > > > diff --git a/meta-oe/recipes-devtools/tclap/tclap_1.2.1.bb
> > > > b/meta-oe/recipes-devtools/tclap/tclap_1.2.1.bb
> > > > new file mode 100644
> > > > index 0000000..c2b03a4
> > > > --- /dev/null
> > > > +++ b/meta-oe/recipes-devtools/tclap/tclap_1.2.1.bb
> > > > @@ -0,0 +1,13 @@
> > > > +DESCRIPTION = "Templatized C++ Command Line Parser"
> > > > +HOMEPAGE = "http://tclap.sourceforge.net/"
> > > > +SECTION = "tclap"
> > > > +LICENSE = "MIT"
> > > > +LIC_FILES_CHKSUM =
> > > "file://COPYING;md5=c8ab0ff134bcc584d0e6b5b9f8732453"
> > > > +
> > > > +SRCREV = "3627d9402e529770df9b0edf2aa8c0e0d6c6bb41"
> > > > +SRC_URI = "git://tclap.git.sourceforge.net/gitroot/tclap/tclap"
> > > > +
> > > > +S = "${WORKDIR}/git"
> > > > +inherit autotools
> > > > +
> > > > +BBCLASSEXTEND = "native nativesdk"
> > > > --
> > > > 1.7.3.4
> > > >
> > > >
> > > >
> > > > _______________________________________________
> > > > Openembedded-devel mailing list
> > > > Openembedded-devel@lists.openembedded.org
> > > > http://lists.linuxtogo.org/cgi-bin/mailman/listinfo/openembedded-d
> > > > evel
> > >
> > > --
> > > Martin 'JaMa' Jansa     jabber: Martin.Jansa@gmail.com
> >
> >
> > _______________________________________________
> > Openembedded-devel mailing list
> > Openembedded-devel@lists.openembedded.org
> > http://lists.linuxtogo.org/cgi-bin/mailman/listinfo/openembedded-devel
> >
> _______________________________________________
> Openembedded-devel mailing list
> Openembedded-devel@lists.openembedded.org
> http://lists.linuxtogo.org/cgi-bin/mailman/listinfo/openembedded-devel





^ permalink raw reply	[flat|nested] 9+ messages in thread

* Re: [meta-oe][PATCH] tclap: initial add 1.2.1
  2013-03-18 10:08       ` Liu Ting-B28495
@ 2013-03-18 10:20         ` Martin Jansa
  2013-04-15  9:04           ` Liu Ting-B28495
  0 siblings, 1 reply; 9+ messages in thread
From: Martin Jansa @ 2013-03-18 10:20 UTC (permalink / raw)
  To: openembedded-devel

[-- Attachment #1: Type: text/plain, Size: 6332 bytes --]

On Mon, Mar 18, 2013 at 10:08:25AM +0000, Liu Ting-B28495 wrote:
> > -----Original Message-----
> > From: openembedded-devel-bounces@lists.openembedded.org
> > [mailto:openembedded-devel-bounces@lists.openembedded.org] On Behalf Of
> > Martin Jansa
> > Sent: Thursday, March 14, 2013 2:40 PM
> > To: openembedded-devel
> > Subject: Re: [oe] [meta-oe][PATCH] tclap: initial add 1.2.1
> > 
> > If it generates doc/html on your host, then it's probably autodetecting
> > some doc generating tool from host which isn't on my. It would be better
> > to disable docs completely (I'll let you know if it builds and doc is
> > empty).
> > 
> 
> Any update?

I don't know, do you know why it builds docs on your host?

> > On Thu, Mar 14, 2013 at 3:38 AM, Liu Ting-B28495
> > <B28495@freescale.com>wrote:
> > 
> > > > -----Original Message-----
> > > > From: openembedded-devel-bounces@lists.openembedded.org
> > > > [mailto:openembedded-devel-bounces@lists.openembedded.org] On Behalf
> > > > Of Martin Jansa
> > > > Sent: Thursday, March 14, 2013 12:20 AM
> > > > To: openembedded-devel@lists.openembedded.org
> > > > Subject: Re: [oe] [meta-oe][PATCH] tclap: initial add 1.2.1
> > > >
> > > > On Wed, Mar 13, 2013 at 11:50:43AM +0800, b28495@freescale.com wrote:
> > > > > From: Ting Liu <b28495@freescale.com>
> > > > >
> > > > > TCLAP (Templatized C++ Command Line Parser Library ) is a small,
> > > > > flexible library that provides a simple interface for defining and
> > > > > accessing command line arguments. Templatized C++ Command Line
> > > > > Parser Library.
> > > > >
> > > > > Use the commit of tag tclap-1-2-1-release-final.
> > > > >
> > > >
> > > > fails in do_install:
> > > >
> > > > | /bin/mkdir -p
> > > > | /home/jenkins/oe/shr-core-branches/shr-core/tmp-eglibc/work/armv5t
> > > > | e-oe -linux-gnueabi/tclap/1.2.1-r0/image/usr/share/doc/tclap
> > > > | cp -R
> > > > | /home/jenkins/oe/shr-core-branches/shr-core/tmp-eglibc/work/armv5t
> > > > | e-oe -linux-gnueabi/tclap/1.2.1-r0/git/docs/html
> > > > | /home/jenkins/oe/shr-core-branches/shr-core/tmp-eglibc/work/armv5t
> > > > | e-oe -linux-gnueabi/tclap/1.2.1-r0/image/usr/share/doc/tclap
> > > > |  /bin/mkdir -p '/home/jenkins/oe/shr-core-branches/shr-core/tmp-
> > > > eglibc/work/armv5te-oe-linux-gnueabi/tclap/1.2.1-
> > > > r0/image/usr/share/doc/tclap'
> > > > | cp: cannot stat
> > > > | `/home/jenkins/oe/shr-core-branches/shr-core/tmp-eglibc/work/armv5
> > > > | te-o
> > > > | e-linux-gnueabi/tclap/1.2.1-r0/git/docs/html': No such file or
> > > > | directory
> > > > | make[2]: *** [install-data-local] Error 1
> > > > | make[2]: *** Waiting for unfinished jobs....
> > > > |  /usr/bin/install -c -m 644 index.html manual.html style.css
> > > > '/home/jenkins/oe/shr-core-branches/shr-core/tmp-eglibc/work/armv5te
> > > > -oe- linux-gnueabi/tclap/1.2.1-r0/image/usr/share/doc/tclap'
> > > > | make[2]: Leaving directory
> > > > | `/home/jenkins/oe/shr-core-branches/shr-
> > > > core/tmp-eglibc/work/armv5te-oe-linux-gnueabi/tclap/1.2.1-
> > r0/git/docs'
> > > > | make[1]: *** [install-am] Error 2
> > > > | make[1]: Leaving directory
> > > > | `/home/jenkins/oe/shr-core-branches/shr-
> > > > core/tmp-eglibc/work/armv5te-oe-linux-gnueabi/tclap/1.2.1-
> > r0/git/docs'
> > > > | make: *** [install-recursive] Error 1
> > > > | ERROR: oe_runmake failed
> > > > | ERROR: Function failed: do_install (see
> > > > | /home/jenkins/oe/shr-core-branches/shr-core/tmp-eglibc/work/armv5t
> > > > | e-oe
> > > > | -linux-gnueabi/tclap/1.2.1-r0/temp/log.do_install.29945 for
> > > > | further
> > > > | information)
> > > > NOTE: recipe tclap-1.2.1-r0: task do_install: Failed
> > > >
> > > > Whole log in:
> > > > http://logs.nslu2-linux.org/buildlogs/oe/oe-shr-core-
> > > > branches/log.world.20130313_114357.log/
> > > >
> > >
> > > I did tests before sending the patch :-( Patch v3 has been sent.
> > > Please review. Thanks.
> > >
> > > -Ting
> > >
> > > > > Signed-off-by: Ting Liu <b28495@freescale.com>
> > > > > ---
> > > > >  meta-oe/recipes-devtools/tclap/tclap_1.2.1.bb |   13 +++++++++++++
> > > > >  1 files changed, 13 insertions(+), 0 deletions(-)  create mode
> > > > > 100644 meta-oe/recipes-devtools/tclap/tclap_1.2.1.bb
> > > > >
> > > > > diff --git a/meta-oe/recipes-devtools/tclap/tclap_1.2.1.bb
> > > > > b/meta-oe/recipes-devtools/tclap/tclap_1.2.1.bb
> > > > > new file mode 100644
> > > > > index 0000000..c2b03a4
> > > > > --- /dev/null
> > > > > +++ b/meta-oe/recipes-devtools/tclap/tclap_1.2.1.bb
> > > > > @@ -0,0 +1,13 @@
> > > > > +DESCRIPTION = "Templatized C++ Command Line Parser"
> > > > > +HOMEPAGE = "http://tclap.sourceforge.net/"
> > > > > +SECTION = "tclap"
> > > > > +LICENSE = "MIT"
> > > > > +LIC_FILES_CHKSUM =
> > > > "file://COPYING;md5=c8ab0ff134bcc584d0e6b5b9f8732453"
> > > > > +
> > > > > +SRCREV = "3627d9402e529770df9b0edf2aa8c0e0d6c6bb41"
> > > > > +SRC_URI = "git://tclap.git.sourceforge.net/gitroot/tclap/tclap"
> > > > > +
> > > > > +S = "${WORKDIR}/git"
> > > > > +inherit autotools
> > > > > +
> > > > > +BBCLASSEXTEND = "native nativesdk"
> > > > > --
> > > > > 1.7.3.4
> > > > >
> > > > >
> > > > >
> > > > > _______________________________________________
> > > > > Openembedded-devel mailing list
> > > > > Openembedded-devel@lists.openembedded.org
> > > > > http://lists.linuxtogo.org/cgi-bin/mailman/listinfo/openembedded-d
> > > > > evel
> > > >
> > > > --
> > > > Martin 'JaMa' Jansa     jabber: Martin.Jansa@gmail.com
> > >
> > >
> > > _______________________________________________
> > > Openembedded-devel mailing list
> > > Openembedded-devel@lists.openembedded.org
> > > http://lists.linuxtogo.org/cgi-bin/mailman/listinfo/openembedded-devel
> > >
> > _______________________________________________
> > Openembedded-devel mailing list
> > Openembedded-devel@lists.openembedded.org
> > http://lists.linuxtogo.org/cgi-bin/mailman/listinfo/openembedded-devel
> 
> 
> 
> _______________________________________________
> Openembedded-devel mailing list
> Openembedded-devel@lists.openembedded.org
> http://lists.linuxtogo.org/cgi-bin/mailman/listinfo/openembedded-devel

-- 
Martin 'JaMa' Jansa     jabber: Martin.Jansa@gmail.com

[-- Attachment #2: Digital signature --]
[-- Type: application/pgp-signature, Size: 205 bytes --]

^ permalink raw reply	[flat|nested] 9+ messages in thread

* Re: [meta-oe][PATCH] tclap: initial add 1.2.1
  2013-03-18 10:20         ` Martin Jansa
@ 2013-04-15  9:04           ` Liu Ting-B28495
  0 siblings, 0 replies; 9+ messages in thread
From: Liu Ting-B28495 @ 2013-04-15  9:04 UTC (permalink / raw)
  To: openembedded-devel@lists.openembedded.org

> -----Original Message-----
> From: openembedded-devel-bounces@lists.openembedded.org
> [mailto:openembedded-devel-bounces@lists.openembedded.org] On Behalf Of
> Martin Jansa
> Sent: Monday, March 18, 2013 6:21 PM
> To: openembedded-devel@lists.openembedded.org
> Subject: Re: [oe] [meta-oe][PATCH] tclap: initial add 1.2.1
> 
> On Mon, Mar 18, 2013 at 10:08:25AM +0000, Liu Ting-B28495 wrote:
> > > -----Original Message-----
> > > From: openembedded-devel-bounces@lists.openembedded.org
> > > [mailto:openembedded-devel-bounces@lists.openembedded.org] On Behalf
> > > Of Martin Jansa
> > > Sent: Thursday, March 14, 2013 2:40 PM
> > > To: openembedded-devel
> > > Subject: Re: [oe] [meta-oe][PATCH] tclap: initial add 1.2.1
> > >
> > > If it generates doc/html on your host, then it's probably
> > > autodetecting some doc generating tool from host which isn't on my.
> > > It would be better to disable docs completely (I'll let you know if
> > > it builds and doc is empty).
> > >
> >
> > Any update?
> 
> I don't know, do you know why it builds docs on your host?

Check if doxygen is available:
$ rpm -qf /usr/bin/doxygen
doxygen-1.4.7-1.1

v4 patch has been sent out. Please have a look.

-Ting

> 
> > > On Thu, Mar 14, 2013 at 3:38 AM, Liu Ting-B28495
> > > <B28495@freescale.com>wrote:
> > >
> > > > > -----Original Message-----
> > > > > From: openembedded-devel-bounces@lists.openembedded.org
> > > > > [mailto:openembedded-devel-bounces@lists.openembedded.org] On
> > > > > Behalf Of Martin Jansa
> > > > > Sent: Thursday, March 14, 2013 12:20 AM
> > > > > To: openembedded-devel@lists.openembedded.org
> > > > > Subject: Re: [oe] [meta-oe][PATCH] tclap: initial add 1.2.1
> > > > >
> > > > > On Wed, Mar 13, 2013 at 11:50:43AM +0800, b28495@freescale.com
> wrote:
> > > > > > From: Ting Liu <b28495@freescale.com>
> > > > > >
> > > > > > TCLAP (Templatized C++ Command Line Parser Library ) is a
> > > > > > small, flexible library that provides a simple interface for
> > > > > > defining and accessing command line arguments. Templatized C++
> > > > > > Command Line Parser Library.
> > > > > >
> > > > > > Use the commit of tag tclap-1-2-1-release-final.
> > > > > >
> > > > >
> > > > > fails in do_install:
> > > > >
> > > > > | /bin/mkdir -p
> > > > > | /home/jenkins/oe/shr-core-branches/shr-core/tmp-eglibc/work/ar
> > > > > | mv5t e-oe
> > > > > | -linux-gnueabi/tclap/1.2.1-r0/image/usr/share/doc/tclap
> > > > > | cp -R
> > > > > | /home/jenkins/oe/shr-core-branches/shr-core/tmp-eglibc/work/ar
> > > > > | mv5t e-oe -linux-gnueabi/tclap/1.2.1-r0/git/docs/html
> > > > > | /home/jenkins/oe/shr-core-branches/shr-core/tmp-eglibc/work/ar
> > > > > | mv5t e-oe
> > > > > | -linux-gnueabi/tclap/1.2.1-r0/image/usr/share/doc/tclap
> > > > > |  /bin/mkdir -p
> > > > > | '/home/jenkins/oe/shr-core-branches/shr-core/tmp-
> > > > > eglibc/work/armv5te-oe-linux-gnueabi/tclap/1.2.1-
> > > > > r0/image/usr/share/doc/tclap'
> > > > > | cp: cannot stat
> > > > > | `/home/jenkins/oe/shr-core-branches/shr-core/tmp-eglibc/work/a
> > > > > | rmv5
> > > > > | te-o
> > > > > | e-linux-gnueabi/tclap/1.2.1-r0/git/docs/html': No such file or
> > > > > | directory
> > > > > | make[2]: *** [install-data-local] Error 1
> > > > > | make[2]: *** Waiting for unfinished jobs....
> > > > > |  /usr/bin/install -c -m 644 index.html manual.html style.css
> > > > > '/home/jenkins/oe/shr-core-branches/shr-core/tmp-eglibc/work/arm
> > > > > v5te
> > > > > -oe- linux-gnueabi/tclap/1.2.1-r0/image/usr/share/doc/tclap'
> > > > > | make[2]: Leaving directory
> > > > > | `/home/jenkins/oe/shr-core-branches/shr-
> > > > > core/tmp-eglibc/work/armv5te-oe-linux-gnueabi/tclap/1.2.1-
> > > r0/git/docs'
> > > > > | make[1]: *** [install-am] Error 2
> > > > > | make[1]: Leaving directory
> > > > > | `/home/jenkins/oe/shr-core-branches/shr-
> > > > > core/tmp-eglibc/work/armv5te-oe-linux-gnueabi/tclap/1.2.1-
> > > r0/git/docs'
> > > > > | make: *** [install-recursive] Error 1
> > > > > | ERROR: oe_runmake failed
> > > > > | ERROR: Function failed: do_install (see
> > > > > | /home/jenkins/oe/shr-core-branches/shr-core/tmp-eglibc/work/ar
> > > > > | mv5t
> > > > > | e-oe
> > > > > | -linux-gnueabi/tclap/1.2.1-r0/temp/log.do_install.29945 for
> > > > > | further
> > > > > | information)
> > > > > NOTE: recipe tclap-1.2.1-r0: task do_install: Failed
> > > > >
> > > > > Whole log in:
> > > > > http://logs.nslu2-linux.org/buildlogs/oe/oe-shr-core-
> > > > > branches/log.world.20130313_114357.log/
> > > > >
> > > >
> > > > I did tests before sending the patch :-( Patch v3 has been sent.
> > > > Please review. Thanks.
> > > >
> > > > -Ting
> > > >
> > > > > > Signed-off-by: Ting Liu <b28495@freescale.com>
> > > > > > ---
> > > > > >  meta-oe/recipes-devtools/tclap/tclap_1.2.1.bb |   13
> +++++++++++++
> > > > > >  1 files changed, 13 insertions(+), 0 deletions(-)  create
> > > > > > mode
> > > > > > 100644 meta-oe/recipes-devtools/tclap/tclap_1.2.1.bb
> > > > > >
> > > > > > diff --git a/meta-oe/recipes-devtools/tclap/tclap_1.2.1.bb
> > > > > > b/meta-oe/recipes-devtools/tclap/tclap_1.2.1.bb
> > > > > > new file mode 100644
> > > > > > index 0000000..c2b03a4
> > > > > > --- /dev/null
> > > > > > +++ b/meta-oe/recipes-devtools/tclap/tclap_1.2.1.bb
> > > > > > @@ -0,0 +1,13 @@
> > > > > > +DESCRIPTION = "Templatized C++ Command Line Parser"
> > > > > > +HOMEPAGE = "http://tclap.sourceforge.net/"
> > > > > > +SECTION = "tclap"
> > > > > > +LICENSE = "MIT"
> > > > > > +LIC_FILES_CHKSUM =
> > > > > "file://COPYING;md5=c8ab0ff134bcc584d0e6b5b9f8732453"
> > > > > > +
> > > > > > +SRCREV = "3627d9402e529770df9b0edf2aa8c0e0d6c6bb41"
> > > > > > +SRC_URI =
> "git://tclap.git.sourceforge.net/gitroot/tclap/tclap"
> > > > > > +
> > > > > > +S = "${WORKDIR}/git"
> > > > > > +inherit autotools
> > > > > > +
> > > > > > +BBCLASSEXTEND = "native nativesdk"
> > > > > > --
> > > > > > 1.7.3.4
> > > > > >
> > > > > >
> > > > > >
> > > > > > _______________________________________________
> > > > > > Openembedded-devel mailing list
> > > > > > Openembedded-devel@lists.openembedded.org
> > > > > > http://lists.linuxtogo.org/cgi-bin/mailman/listinfo/openembedd
> > > > > > ed-d
> > > > > > evel
> > > > >
> > > > > --
> > > > > Martin 'JaMa' Jansa     jabber: Martin.Jansa@gmail.com
> > > >
> > > >
> > > > _______________________________________________
> > > > Openembedded-devel mailing list
> > > > Openembedded-devel@lists.openembedded.org
> > > > http://lists.linuxtogo.org/cgi-bin/mailman/listinfo/openembedded-d
> > > > evel
> > > >
> > > _______________________________________________
> > > Openembedded-devel mailing list
> > > Openembedded-devel@lists.openembedded.org
> > > http://lists.linuxtogo.org/cgi-bin/mailman/listinfo/openembedded-dev
> > > el
> >
> >
> >
> > _______________________________________________
> > Openembedded-devel mailing list
> > Openembedded-devel@lists.openembedded.org
> > http://lists.linuxtogo.org/cgi-bin/mailman/listinfo/openembedded-devel
> 
> --
> Martin 'JaMa' Jansa     jabber: Martin.Jansa@gmail.com




^ permalink raw reply	[flat|nested] 9+ messages in thread

end of thread, other threads:[~2013-04-15 10:07 UTC | newest]

Thread overview: 9+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2013-03-13  3:50 [meta-oe][PATCH] tclap: initial add 1.2.1 b28495
2013-03-13  4:54 ` Khem Raj
2013-03-13  5:31   ` Liu Ting-B28495
2013-03-13 16:20 ` Martin Jansa
2013-03-14  2:38   ` Liu Ting-B28495
2013-03-14  6:40     ` Martin Jansa
2013-03-18 10:08       ` Liu Ting-B28495
2013-03-18 10:20         ` Martin Jansa
2013-04-15  9:04           ` Liu Ting-B28495

This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.