[oe] [oe-commits] Frans Meulenbroeks : tinylogin/tinylogin_1.4.bb: removed unneeded EXTRA_OEMAKE

Dallas Foley dfoley at telus.net
Mon Oct 25 06:27:36 UTC 2010


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}'
  }






More information about the Openembedded-devel mailing list