All of lore.kernel.org
 help / color / mirror / Atom feed
* Re: [oe-commits] Frans Meulenbroeks : tinylogin/tinylogin_1.4.bb: removed unneeded EXTRA_OEMAKE
       [not found] <E1P9vMr-0005nc-48@melo.openembedded.org>
@ 2010-10-24 23:25 ` Andrea Adami
  2010-10-25  6:27   ` Dallas Foley
  0 siblings, 1 reply; 2+ messages in thread
From: Andrea Adami @ 2010-10-24 23:25 UTC (permalink / raw)
  To: openembedded-devel

build breaks on do_compile after that commit

Needs investigation

Andrea



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

* Re: [oe-commits] Frans Meulenbroeks : tinylogin/tinylogin_1.4.bb: removed unneeded EXTRA_OEMAKE
  2010-10-24 23:25 ` [oe-commits] Frans Meulenbroeks : tinylogin/tinylogin_1.4.bb: removed unneeded EXTRA_OEMAKE Andrea Adami
@ 2010-10-25  6:27   ` Dallas Foley
  0 siblings, 0 replies; 2+ messages in thread
From: Dallas Foley @ 2010-10-25  6:27 UTC (permalink / raw)
  To: openembedded-devel

On 10-10-24 04:25 PM, Andrea Adami wrote:
> build breaks on do_compile after that commit
>
> Needs investigation
>
> Andrea

This seems to unbreak the build.
Haven't tested runtime though.

diff --git a/recipes/tinylogin/tinylogin_1.4.bb b/recipes/tinylogin/tinylogin_1.4.bb
index bbc7dd2..a15e9a7 100644
--- a/recipes/tinylogin/tinylogin_1.4.bb
+++ b/recipes/tinylogin/tinylogin_1.4.bb
@@ -15,6 +15,7 @@ SRC_URI = "http://limpens.net/trac/at91-kit-trac/export/4/trunk/sources/tinylogi
         file://remove-index.patch"

  do_compile () {
+       unset CFLAGS STRIP
         oe_runmake 'CC=${CC}' 'CROSS=${HOST_PREFIX}'
  }





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

end of thread, other threads:[~2010-10-25  6:28 UTC | newest]

Thread overview: 2+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
     [not found] <E1P9vMr-0005nc-48@melo.openembedded.org>
2010-10-24 23:25 ` [oe-commits] Frans Meulenbroeks : tinylogin/tinylogin_1.4.bb: removed unneeded EXTRA_OEMAKE Andrea Adami
2010-10-25  6:27   ` Dallas Foley

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.