summaryrefslogtreecommitdiffstats
path: root/meta-oe/recipes-devtools/luajit/luajit_git.bb
diff options
context:
space:
mode:
Diffstat (limited to 'meta-oe/recipes-devtools/luajit/luajit_git.bb')
-rw-r--r--meta-oe/recipes-devtools/luajit/luajit_git.bb7
1 files changed, 3 insertions, 4 deletions
diff --git a/meta-oe/recipes-devtools/luajit/luajit_git.bb b/meta-oe/recipes-devtools/luajit/luajit_git.bb
index 240271d410..f4a1345ab2 100644
--- a/meta-oe/recipes-devtools/luajit/luajit_git.bb
+++ b/meta-oe/recipes-devtools/luajit/luajit_git.bb
@@ -1,6 +1,6 @@
1SUMMARY = "Just-In-Time Compiler for Lua" 1SUMMARY = "Just-In-Time Compiler for Lua"
2LICENSE = "MIT" 2LICENSE = "MIT"
3LIC_FILES_CHKSUM = "file://COPYRIGHT;md5=076b97f5c7e61532f7f6f3865f04da57" 3LIC_FILES_CHKSUM = "file://COPYRIGHT;md5=d421a5e2a24207f5e260537399a9a38b"
4HOMEPAGE = "http://luajit.org" 4HOMEPAGE = "http://luajit.org"
5 5
6SRC_URI = "git://luajit.org/git/luajit-2.0.git;protocol=http;branch=v2.1 \ 6SRC_URI = "git://luajit.org/git/luajit-2.0.git;protocol=http;branch=v2.1 \
@@ -9,9 +9,8 @@ SRC_URI = "git://luajit.org/git/luajit-2.0.git;protocol=http;branch=v2.1 \
9 " 9 "
10 10
11PV = "2.1" 11PV = "2.1"
12SRCREV = "c525bcb9024510cad9e170e12b6209aedb330f83" 12SRCREV = "538a82133ad6fddfd0ca64de167c4aca3bc1a2da"
13 13
14S = "${WORKDIR}/git"
15 14
16inherit pkgconfig binconfig siteinfo 15inherit pkgconfig binconfig siteinfo
17 16
@@ -21,7 +20,7 @@ BBCLASSEXTEND = "native"
21# Host luajit needs to be compiled with the same pointer size 20# Host luajit needs to be compiled with the same pointer size
22# If you want to cross-compile to any 32 bit target on an x64 OS, 21# If you want to cross-compile to any 32 bit target on an x64 OS,
23# you need to install the multilib development package (e.g. 22# you need to install the multilib development package (e.g.
24# libc6-dev-i386 on Debian/Ubuntu) and build a 32 bit host part 23# libc6-dev:i386 on Debian/Ubuntu) and build a 32 bit host part
25# (HOST_CC="gcc -m32"). 24# (HOST_CC="gcc -m32").
26BUILD_CC_ARCH:append = " ${@['-m32',''][d.getVar('SITEINFO_BITS') != '32']}" 25BUILD_CC_ARCH:append = " ${@['-m32',''][d.getVar('SITEINFO_BITS') != '32']}"
27 26