diff options
-rw-r--r-- | meta-oe/recipes-devtools/luajit/luajit_git.bb | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/meta-oe/recipes-devtools/luajit/luajit_git.bb b/meta-oe/recipes-devtools/luajit/luajit_git.bb index 4189217541..6a79ffb897 100644 --- a/meta-oe/recipes-devtools/luajit/luajit_git.bb +++ b/meta-oe/recipes-devtools/luajit/luajit_git.bb | |||
@@ -9,7 +9,7 @@ SRC_URI = "git://luajit.org/git/luajit-2.0.git;protocol=http;branch=v2.1 \ | |||
9 | " | 9 | " |
10 | 10 | ||
11 | PV = "2.1" | 11 | PV = "2.1" |
12 | SRCREV = "c525bcb9024510cad9e170e12b6209aedb330f83" | 12 | SRCREV = "19878ec05c239ccaf5f3d17af27670a963e25b8b" |
13 | 13 | ||
14 | S = "${WORKDIR}/git" | 14 | S = "${WORKDIR}/git" |
15 | 15 | ||