diff options
Diffstat (limited to 'meta-oe/recipes-devtools/luajit/luajit_2.0.1.bb')
| -rw-r--r-- | meta-oe/recipes-devtools/luajit/luajit_2.0.1.bb | 12 |
1 files changed, 9 insertions, 3 deletions
diff --git a/meta-oe/recipes-devtools/luajit/luajit_2.0.1.bb b/meta-oe/recipes-devtools/luajit/luajit_2.0.1.bb index 99a2ca6fbe..6ca5f34943 100644 --- a/meta-oe/recipes-devtools/luajit/luajit_2.0.1.bb +++ b/meta-oe/recipes-devtools/luajit/luajit_2.0.1.bb | |||
| @@ -4,11 +4,17 @@ LIC_FILES_CHKSUM = "file://COPYRIGHT;md5=1793ef52a5d577794cd886a501a7f861" | |||
| 4 | HOMEPAGE = "http://luajit.org" | 4 | HOMEPAGE = "http://luajit.org" |
| 5 | 5 | ||
| 6 | DEPENDS += "lua5.1" | 6 | DEPENDS += "lua5.1" |
| 7 | SRC_URI = "http://luajit.org/download/LuaJIT-${PV}.tar.gz \ | 7 | SRC_URI = "http://luajit.org/download/LuaJIT-${PV}.tar.gz;name=tarball \ |
| 8 | file://0001-Do-not-strip-automatically-this-leaves-the-stripping.patch \ | 8 | file://0001-Do-not-strip-automatically-this-leaves-the-stripping.patch \ |
| 9 | http://luajit.org/download/v2.0.1_hotfix1.patch;name=hotfix1 \ | ||
| 9 | " | 10 | " |
| 10 | SRC_URI[md5sum] = "85e406e8829602988eb1233a82e29f1f" | 11 | SRC_URI_append_fslmachine = " file://ppc-fixplt.patch " |
| 11 | SRC_URI[sha256sum] = "2371cceb53453d8a7b36451e6a0ccdb66236924545d6042ddd4c34e9668990c0" | 12 | |
| 13 | SRC_URI[tarball.md5sum] = "85e406e8829602988eb1233a82e29f1f" | ||
| 14 | SRC_URI[tarball.sha256sum] = "2371cceb53453d8a7b36451e6a0ccdb66236924545d6042ddd4c34e9668990c0" | ||
| 15 | |||
| 16 | SRC_URI[hotfix1.md5sum] = "5186c5901e37679a3c835d7b7cdac88e" | ||
| 17 | SRC_URI[hotfix1.sha256sum] = "143898de3fe84455684fddb92947d36c1a51c6a6e3884813fe5e025bd4652368" | ||
| 12 | 18 | ||
| 13 | S = "${WORKDIR}/LuaJIT-${PV}" | 19 | S = "${WORKDIR}/LuaJIT-${PV}" |
| 14 | 20 | ||
