diff options
| -rw-r--r-- | meta-oe/recipes-devtools/luajit/luajit_2.0.5.bb | 9 |
1 files changed, 4 insertions, 5 deletions
diff --git a/meta-oe/recipes-devtools/luajit/luajit_2.0.5.bb b/meta-oe/recipes-devtools/luajit/luajit_2.0.5.bb index 1d69b3c12c..3052eb0484 100644 --- a/meta-oe/recipes-devtools/luajit/luajit_2.0.5.bb +++ b/meta-oe/recipes-devtools/luajit/luajit_2.0.5.bb | |||
| @@ -3,14 +3,14 @@ LICENSE = "MIT" | |||
| 3 | LIC_FILES_CHKSUM = "file://COPYRIGHT;md5=10a96c93403affcc34765f4c2612bc22" | 3 | LIC_FILES_CHKSUM = "file://COPYRIGHT;md5=10a96c93403affcc34765f4c2612bc22" |
| 4 | HOMEPAGE = "http://luajit.org" | 4 | HOMEPAGE = "http://luajit.org" |
| 5 | 5 | ||
| 6 | SRC_URI = "http://luajit.org/download/LuaJIT-${PV}.tar.gz \ | 6 | PV .= "+git${SRCPV}" |
| 7 | SRCREV = "02b521981a1ab919ff2cd4d9bcaee80baf77dce2" | ||
| 8 | SRC_URI = "git://luajit.org/git/luajit-2.0.git;protocol=http \ | ||
| 7 | file://0001-Do-not-strip-automatically-this-leaves-the-stripping.patch \ | 9 | file://0001-Do-not-strip-automatically-this-leaves-the-stripping.patch \ |
| 8 | file://clang.patch \ | 10 | file://clang.patch \ |
| 9 | " | 11 | " |
| 10 | SRC_URI[md5sum] = "48353202cbcacab84ee41a5a70ea0a2c" | ||
| 11 | SRC_URI[sha256sum] = "874b1f8297c697821f561f9b73b57ffd419ed8f4278c82e05b48806d30c1e979" | ||
| 12 | 12 | ||
| 13 | S = "${WORKDIR}/LuaJIT-${PV}" | 13 | S = "${WORKDIR}/git" |
| 14 | 14 | ||
| 15 | inherit pkgconfig binconfig siteinfo | 15 | inherit pkgconfig binconfig siteinfo |
| 16 | 16 | ||
| @@ -49,7 +49,6 @@ EXTRA_OEMAKE = "\ | |||
| 49 | 'TARGET_SHLDFLAGS=${LDFLAGS}' \ | 49 | 'TARGET_SHLDFLAGS=${LDFLAGS}' \ |
| 50 | 'HOST_CC=${BUILD_CC}' \ | 50 | 'HOST_CC=${BUILD_CC}' \ |
| 51 | 'HOST_CFLAGS=${BUILD_CFLAGS}' \ | 51 | 'HOST_CFLAGS=${BUILD_CFLAGS}' \ |
| 52 | 'HOST_LDFLAGS=${BUILD_LDFLAGS}' \ | ||
| 53 | \ | 52 | \ |
| 54 | 'PREFIX=${prefix}' \ | 53 | 'PREFIX=${prefix}' \ |
| 55 | 'MULTILIB=${baselib}' \ | 54 | 'MULTILIB=${baselib}' \ |
