All of lore.kernel.org
 help / color / mirror / Atom feed
* [PATCH] evtest: Fixed GNU_HASH QA error.
@ 2009-05-11 17:23 Theodore A. Roth
  2009-05-11 17:29 ` Denys Dmytriyenko
  0 siblings, 1 reply; 6+ messages in thread
From: Theodore A. Roth @ 2009-05-11 17:23 UTC (permalink / raw)
  To: OpenEmbedded Development List


Signed-off-by: Theodore A. Roth <taroth@gmail.com>
---
 recipes/evtest/evtest_1.23.bb |    2 ++
 1 files changed, 2 insertions(+), 0 deletions(-)

diff --git a/recipes/evtest/evtest_1.23.bb b/recipes/evtest/evtest_1.23.bb
index 4c5d195..6cf87be 100644
--- a/recipes/evtest/evtest_1.23.bb
+++ b/recipes/evtest/evtest_1.23.bb
@@ -11,6 +11,8 @@ PR = "r0"
 SRC_URI = "http://beagleboard.googlecode.com/files/evtest.c"
 S = "${WORKDIR}"
 
+TARGET_CC_ARCH += "${LDFLAGS}"
+
 do_compile() {
     ${CC} evtest.c -o evtest -I${STAGING_INCDIR} -L${STAGING_LIBDIR}
 }
-- 
1.5.4.3




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

* Re: [PATCH] evtest: Fixed GNU_HASH QA error.
  2009-05-11 17:23 [PATCH] evtest: Fixed GNU_HASH QA error Theodore A. Roth
@ 2009-05-11 17:29 ` Denys Dmytriyenko
  2009-05-12 15:44   ` Theodore A. Roth
  0 siblings, 1 reply; 6+ messages in thread
From: Denys Dmytriyenko @ 2009-05-11 17:29 UTC (permalink / raw)
  To: openembedded-devel

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

On Mon, May 11, 2009 at 10:23:18AM -0700, Theodore A. Roth wrote:
> 
> Signed-off-by: Theodore A. Roth <taroth@gmail.com>

Acked-by: Denys Dmytriyenko <denis@denix.org>

> ---
>  recipes/evtest/evtest_1.23.bb |    2 ++
>  1 files changed, 2 insertions(+), 0 deletions(-)
> 
> diff --git a/recipes/evtest/evtest_1.23.bb b/recipes/evtest/evtest_1.23.bb
> index 4c5d195..6cf87be 100644
> --- a/recipes/evtest/evtest_1.23.bb
> +++ b/recipes/evtest/evtest_1.23.bb
> @@ -11,6 +11,8 @@ PR = "r0"
>  SRC_URI = "http://beagleboard.googlecode.com/files/evtest.c"
>  S = "${WORKDIR}"
>  
> +TARGET_CC_ARCH += "${LDFLAGS}"
> +
>  do_compile() {
>      ${CC} evtest.c -o evtest -I${STAGING_INCDIR} -L${STAGING_LIBDIR}
>  }
> -- 
> 1.5.4.3
> 
> 
> _______________________________________________
> Openembedded-devel mailing list
> Openembedded-devel@lists.openembedded.org
> http://lists.linuxtogo.org/cgi-bin/mailman/listinfo/openembedded-devel

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

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

* Re: [PATCH] evtest: Fixed GNU_HASH QA error.
  2009-05-11 17:29 ` Denys Dmytriyenko
@ 2009-05-12 15:44   ` Theodore A. Roth
  2009-05-18 15:31     ` Denys Dmytriyenko
  0 siblings, 1 reply; 6+ messages in thread
From: Theodore A. Roth @ 2009-05-12 15:44 UTC (permalink / raw)
  To: openembedded-devel

On Mon, May 11, 2009 at 10:29 AM, Denys Dmytriyenko <denis@denix.org> wrote:
> On Mon, May 11, 2009 at 10:23:18AM -0700, Theodore A. Roth wrote:
>>
>> Signed-off-by: Theodore A. Roth <taroth@gmail.com>
>
> Acked-by: Denys Dmytriyenko <denis@denix.org>

I do not have commit access so someone will need to apply this.

Thanks,

Ted Roth

>
>> ---
>>  recipes/evtest/evtest_1.23.bb |    2 ++
>>  1 files changed, 2 insertions(+), 0 deletions(-)
>>
>> diff --git a/recipes/evtest/evtest_1.23.bb b/recipes/evtest/evtest_1.23.bb
>> index 4c5d195..6cf87be 100644
>> --- a/recipes/evtest/evtest_1.23.bb
>> +++ b/recipes/evtest/evtest_1.23.bb
>> @@ -11,6 +11,8 @@ PR = "r0"
>>  SRC_URI = "http://beagleboard.googlecode.com/files/evtest.c"
>>  S = "${WORKDIR}"
>>
>> +TARGET_CC_ARCH += "${LDFLAGS}"
>> +
>>  do_compile() {
>>      ${CC} evtest.c -o evtest -I${STAGING_INCDIR} -L${STAGING_LIBDIR}
>>  }
>> --
>> 1.5.4.3
>>
>>
>> _______________________________________________
>> 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] 6+ messages in thread

* Re: [PATCH] evtest: Fixed GNU_HASH QA error.
  2009-05-12 15:44   ` Theodore A. Roth
@ 2009-05-18 15:31     ` Denys Dmytriyenko
  2009-05-19 19:48       ` Theodore A. Roth
  0 siblings, 1 reply; 6+ messages in thread
From: Denys Dmytriyenko @ 2009-05-18 15:31 UTC (permalink / raw)
  To: openembedded-devel

On Tue, May 12, 2009 at 08:44:42AM -0700, Theodore A. Roth wrote:
> On Mon, May 11, 2009 at 10:29 AM, Denys Dmytriyenko <denis@denix.org> wrote:
> > On Mon, May 11, 2009 at 10:23:18AM -0700, Theodore A. Roth wrote:
> >>
> >> Signed-off-by: Theodore A. Roth <taroth@gmail.com>
> >
> > Acked-by: Denys Dmytriyenko <denis@denix.org>
> 
> I do not have commit access so someone will need to apply this.

Theodore,

I believe Mickey offered you a commit access last time. Not sure if it went 
through though:

http://thread.gmane.org/gmane.comp.handhelds.openembedded/21915/focus=21920

-- 
Denys



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

* Re: [PATCH] evtest: Fixed GNU_HASH QA error.
  2009-05-18 15:31     ` Denys Dmytriyenko
@ 2009-05-19 19:48       ` Theodore A. Roth
  2009-05-19 21:15         ` Denys Dmytriyenko
  0 siblings, 1 reply; 6+ messages in thread
From: Theodore A. Roth @ 2009-05-19 19:48 UTC (permalink / raw)
  To: openembedded-devel

On Mon, May 18, 2009 at 8:31 AM, Denys Dmytriyenko <denis@denix.org> wrote:
> On Tue, May 12, 2009 at 08:44:42AM -0700, Theodore A. Roth wrote:
>> On Mon, May 11, 2009 at 10:29 AM, Denys Dmytriyenko <denis@denix.org> wrote:
>> > On Mon, May 11, 2009 at 10:23:18AM -0700, Theodore A. Roth wrote:
>> >>
>> >> Signed-off-by: Theodore A. Roth <taroth@gmail.com>
>> >
>> > Acked-by: Denys Dmytriyenko <denis@denix.org>
>>
>> I do not have commit access so someone will need to apply this.
>
> Theodore,
>
> I believe Mickey offered you a commit access last time. Not sure if it went
> through though:
>
> http://thread.gmane.org/gmane.comp.handhelds.openembedded/21915/focus=21920

Yes. I sent him my public ssh key, but got no response.

Ted Roth



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

* Re: [PATCH] evtest: Fixed GNU_HASH QA error.
  2009-05-19 19:48       ` Theodore A. Roth
@ 2009-05-19 21:15         ` Denys Dmytriyenko
  0 siblings, 0 replies; 6+ messages in thread
From: Denys Dmytriyenko @ 2009-05-19 21:15 UTC (permalink / raw)
  To: openembedded-devel

On Tue, May 19, 2009 at 12:48:40PM -0700, Theodore A. Roth wrote:
> On Mon, May 18, 2009 at 8:31 AM, Denys Dmytriyenko <denis@denix.org> wrote:
> > On Tue, May 12, 2009 at 08:44:42AM -0700, Theodore A. Roth wrote:
> >> On Mon, May 11, 2009 at 10:29 AM, Denys Dmytriyenko <denis@denix.org> wrote:
> >> > On Mon, May 11, 2009 at 10:23:18AM -0700, Theodore A. Roth wrote:
> >> >>
> >> >> Signed-off-by: Theodore A. Roth <taroth@gmail.com>
> >> >
> >> > Acked-by: Denys Dmytriyenko <denis@denix.org>
> >>
> >> I do not have commit access so someone will need to apply this.
> >
> > Theodore,
> >
> > I believe Mickey offered you a commit access last time. Not sure if it went
> > through though:
> >
> > http://thread.gmane.org/gmane.comp.handhelds.openembedded/21915/focus=21920
> 
> Yes. I sent him my public ssh key, but got no response.

Ah, lets ping admin people then... :)

-- 
Denys



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

end of thread, other threads:[~2009-05-19 21:23 UTC | newest]

Thread overview: 6+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2009-05-11 17:23 [PATCH] evtest: Fixed GNU_HASH QA error Theodore A. Roth
2009-05-11 17:29 ` Denys Dmytriyenko
2009-05-12 15:44   ` Theodore A. Roth
2009-05-18 15:31     ` Denys Dmytriyenko
2009-05-19 19:48       ` Theodore A. Roth
2009-05-19 21:15         ` Denys Dmytriyenko

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.