<feed xmlns='http://www.w3.org/2005/Atom'>
<title>linux/meta-openembedded.git/meta-oe/recipes-devtools/luajit/luajit_2.0.3.bb, branch styhead-next</title>
<subtitle>Mirror of git.openembedded.org/meta-openembedded</subtitle>
<id>https://git.enea.com/cgit/linux/meta-openembedded.git/atom?h=styhead-next</id>
<link rel='self' href='https://git.enea.com/cgit/linux/meta-openembedded.git/atom?h=styhead-next'/>
<link rel='alternate' type='text/html' href='https://git.enea.com/cgit/linux/meta-openembedded.git/'/>
<updated>2015-08-24T11:54:01+00:00</updated>
<entry>
<title>luajit: upgrade 2.0.3 -&gt; 2.0.4</title>
<updated>2015-08-24T11:54:01+00:00</updated>
<author>
<name>Li xin</name>
<email>lixin.fnst@cn.fujitsu.com</email>
</author>
<published>2015-08-05T05:35:26+00:00</published>
<link rel='alternate' type='text/html' href='https://git.enea.com/cgit/linux/meta-openembedded.git/commit/?id=fe9d64dbf6a897de6813fe7a69ef305512c3d30b'/>
<id>urn:sha1:fe9d64dbf6a897de6813fe7a69ef305512c3d30b</id>
<content type='text'>
License COPYRIGHT year changed.

Signed-off-by: Li Xin &lt;lixin.fnst@cn.fujitsu.com&gt;
Signed-off-by: Martin Jansa &lt;Martin.Jansa@gmail.com&gt;
</content>
</entry>
<entry>
<title>luajit: pass correct libdir</title>
<updated>2015-06-17T20:36:12+00:00</updated>
<author>
<name>Yi Zhao</name>
<email>yi.zhao@windriver.com</email>
</author>
<published>2015-06-12T09:06:25+00:00</published>
<link rel='alternate' type='text/html' href='https://git.enea.com/cgit/linux/meta-openembedded.git/commit/?id=ce4aa917f0ff0acc740e4493ca9a950880d37fc6'/>
<id>urn:sha1:ce4aa917f0ff0acc740e4493ca9a950880d37fc6</id>
<content type='text'>
When build luajit-native:
/buildarea2/build/tmp/sysroots/x86_64-linux/usr ====
| rmdir: failed to remove '/buildarea2/build/tmp/work/x86_64-linux/luajit-native/2.0.3-r0/image/buildarea2/build/tmp/sysroots/x86_64-linux/usr/lib/lua/5.*': No such file or directory
| rmdir: failed to remove '/buildarea2/build/tmp/work/x86_64-linux/luajit-native/2.0.3-r0/image/buildarea2/build/tmp/sysroots/x86_64-linux/usr/lib/lua': No such file or directory
| WARNING: exit code 1 from a shell command.

Use ${baselib} instead of ${base_libdir} for variable MULTILIB in
Makefile. Otherwise the INSTALL_LIB would extend to wrong path.

Signed-off-by: Yi Zhao &lt;yi.zhao@windriver.com&gt;
Signed-off-by: Martin Jansa &lt;Martin.Jansa@gmail.com&gt;
</content>
</entry>
<entry>
<title>luajit: fix build failure for multilib</title>
<updated>2015-06-08T12:15:24+00:00</updated>
<author>
<name>Yi Zhao</name>
<email>yi.zhao@windriver.com</email>
</author>
<published>2015-06-04T07:48:11+00:00</published>
<link rel='alternate' type='text/html' href='https://git.enea.com/cgit/linux/meta-openembedded.git/commit/?id=44791c221c7542d0c2301cd849afb188859f25e9'/>
<id>urn:sha1:44791c221c7542d0c2301cd849afb188859f25e9</id>
<content type='text'>
Fix libdir in Makefile

Signed-off-by: Yi Zhao &lt;yi.zhao@windriver.com&gt;
Signed-off-by: Martin Jansa &lt;Martin.Jansa@gmail.com&gt;
</content>
</entry>
<entry>
<title>luajit: use x86 over-ride instead of i586</title>
<updated>2015-06-08T12:15:23+00:00</updated>
<author>
<name>Andre McCurdy</name>
<email>armccurdy@gmail.com</email>
</author>
<published>2015-06-04T19:21:04+00:00</published>
<link rel='alternate' type='text/html' href='https://git.enea.com/cgit/linux/meta-openembedded.git/commit/?id=88837f187f7a67e420e28ffdef517bc20bd268d5'/>
<id>urn:sha1:88837f187f7a67e420e28ffdef517bc20bd268d5</id>
<content type='text'>
Support i686 without needing to duplicate the i586 over-ride.

Signed-off-by: Andre McCurdy &lt;armccurdy@gmail.com&gt;
Signed-off-by: Martin Jansa &lt;Martin.Jansa@gmail.com&gt;
</content>
</entry>
<entry>
<title>luajit, acpitests: Fix build on hardfloat arm</title>
<updated>2014-09-26T03:41:53+00:00</updated>
<author>
<name>Khem Raj</name>
<email>raj.khem@gmail.com</email>
</author>
<published>2014-09-04T07:32:35+00:00</published>
<link rel='alternate' type='text/html' href='https://git.enea.com/cgit/linux/meta-openembedded.git/commit/?id=add0ba41de8930d726067b95a0d1dfa1b37e21c5'/>
<id>urn:sha1:add0ba41de8930d726067b95a0d1dfa1b37e21c5</id>
<content type='text'>
luajit as well as acpitests build system has mind of its own and does not
respect CC and friends in makefiles so we have to inject
the CFLAGS via EXTRA_OEMAKE, some of ABI defining params
e.g. float-abi selection is mentioned in TUNE_CCARGS and
not in TOOLCHAIN_OPTIONS. This causes build to go for softfloat
build and that is not what we want.

Signed-off-by: Khem Raj &lt;raj.khem@gmail.com&gt;
Signed-off-by: Martin Jansa &lt;Martin.Jansa@gmail.com&gt;
</content>
</entry>
<entry>
<title>luajit: remove fsl ppc specfic patch</title>
<updated>2014-07-21T22:01:50+00:00</updated>
<author>
<name>Ting Liu</name>
<email>b28495@freescale.com</email>
</author>
<published>2014-07-16T10:14:22+00:00</published>
<link rel='alternate' type='text/html' href='https://git.enea.com/cgit/linux/meta-openembedded.git/commit/?id=e2bf5590eacd636cdba71fb7c03cab8addd767c2'/>
<id>urn:sha1:e2bf5590eacd636cdba71fb7c03cab8addd767c2</id>
<content type='text'>
Will add this patch in meta-fsl-ppc layer via bbappend.

Signed-off-by: Ting Liu &lt;b28495@freescale.com&gt;
Signed-off-by: Martin Jansa &lt;Martin.Jansa@gmail.com&gt;
</content>
</entry>
<entry>
<title>luajit: upgrade to 2.0.3, add native support</title>
<updated>2014-06-10T10:30:09+00:00</updated>
<author>
<name>Martin Jansa</name>
<email>Martin.Jansa@gmail.com</email>
</author>
<published>2014-06-02T10:19:49+00:00</published>
<link rel='alternate' type='text/html' href='https://git.enea.com/cgit/linux/meta-openembedded.git/commit/?id=440ccdf152c846572bf2b7636177181a9134a83f'/>
<id>urn:sha1:440ccdf152c846572bf2b7636177181a9134a83f</id>
<content type='text'>
* http://luajit.org/changes.html says:
  This release has the new PS4 port and various important bugfixes over
  2.0.2 - an update is recommended.
* add native support (used by efl-native)
* drop lua dependency, it doesn't need lua to be built before luajit
* LIC_FILES_CHKSUM change is only from copyright year update
  &lt; Copyright (C) 2005-2013 Mike Pall. All rights reserved.
  ---
  &gt; Copyright (C) 2005-2014 Mike Pall. All rights reserved.

Signed-off-by: Martin Jansa &lt;Martin.Jansa@gmail.com&gt;
</content>
</entry>
</feed>
