summaryrefslogtreecommitdiffstats
path: root/meta-oe/recipes-devtools/luajit/luajit_git.bb
Commit message (Collapse)AuthorAgeFilesLines
* luajit: Fix host development packageAlexander Stein2024-08-051-1/+1
| | | | | | | | The 32 Bit host development package needed is libc6-dev:i386, not libc6-dev-i386. Signed-off-by: Alexander Stein <alexander.stein@ew.tq-group.com> Signed-off-by: Khem Raj <raj.khem@gmail.com>
* luajit: allow to build on supported platformsMarkus Volk2024-01-221-4/+1
| | | | | | | | | | | According to documentation mips,mips64 and powerpc are supported platforms. Adjust accordingly This was tested to work for mips64, where luajit compiled without issue. Signed-off-by: Markus Volk <f_l_k@t-online.de> Signed-off-by: Khem Raj <raj.khem@gmail.com>
* luajit: upgrade 2.1beta -> 2.1Markus Volk2024-01-081-5/+3
| | | | | | | | - license checksum changed https://github.com/LuaJIT/LuaJIT/commit/158a284cc9c33ade9054df976018401e4996cfbd Signed-off-by: Markus Volk <f_l_k@t-online.de> Signed-off-by: Khem Raj <raj.khem@gmail.com>
* luajit: Update to latest on v2.1 branchKhem Raj2023-01-071-2/+2
| | | | Signed-off-by: Khem Raj <raj.khem@gmail.com>
* luajit: Use builtin for __clear_cache on clangKhem Raj2022-09-111-0/+1
| | | | | | Fixed build on mips Signed-off-by: Khem Raj <raj.khem@gmail.com>
* luajit: Upgrade to latest on v2.1 branchKhem Raj2022-03-211-3/+3
| | | | | | | | | License-Update: Copyright years and date updated [1] [2] [1] https://repo.or.cz/luajit-2.0.git/commit/f47c864b0186fc92a2264e68e1151d0d2b24969e [2] https://repo.or.cz/luajit-2.0.git/commit/c4dfb625bad8937d72074852a977738ec3eb1ab7 Signed-off-by: Khem Raj <raj.khem@gmail.com>
* luajit: Fix override syntaxKhem Raj2021-08-061-3/+3
| | | | | | | | Do not convert the variable name resembling override setups passed to makefile Fix some of missed overrides Signed-off-by: Khem Raj <raj.khem@gmail.com> Cc: Martin Jansa <Martin.Jansa@gmail.com>
* Convert to new override syntaxMartin Jansa2021-08-031-15/+15
| | | | | | | | | | This is the result of automated script (0.9.1) conversion: oe-core/scripts/contrib/convert-overrides.py . converting the metadata to use ":" as the override character instead of "_". Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com>
* luajit: Upgrade to latest on v2.1 releaseKhem Raj2021-02-241-4/+4
| | | | | | | | brings in bugfixes [1] [1] https://github.com/LuaJIT/LuaJIT/compare/94d4abcca966df2cc423e821bcacd04898f73117...ec6edc5c39c25e4eb3fca51b753f9995e97215da Signed-off-by: Khem Raj <raj.khem@gmail.com>
* luajit: advance SRCREV to fix two CVE'sSlater, Joseph2020-09-151-2/+4
| | | | | | | | | | | | Fix CVE-2020-15890 and CVE-2020-24372. Also change PV format because the reference to 2.1.0-beta3 was already far behind the SRCREV. Now, base PV on a tag and date of SRCREV commit if it is later. Sort order is 2.1.0~beta3 -> 2.1.0~beta-yymmdd -> 2.1.0 -> 2.1.0-yymmdd. Signed-off-by: Joe Slater <joe.slater@windriver.com> Signed-off-by: Khem Raj <raj.khem@gmail.com>
* luajit: Disable on rv32Khem Raj2020-04-291-0/+1
| | | | | | Not ported to rv32 yet Signed-off-by: Khem Raj <raj.khem@gmail.com>
* luajit: Upgrade to 2.1.0-beta3Leo Yan2020-02-271-0/+99
Since luajit 2.1.0-beta3 can support architecture aarch64 and the old misses to support aarch64, the patch upgrades to luajit 2.1.0-beta3. Also updated clang.patch to dismiss patch warning: "Hunk #1 succeeded at 436 with fuzz 1 (offset 123 lines)." Signed-off-by: Leo Yan <leo.yan@linaro.org> Signed-off-by: Khem Raj <raj.khem@gmail.com>