aboutsummaryrefslogtreecommitdiffstats
path: root/recipes/lua/lua5.1_5.1.4.bb
diff options
context:
space:
mode:
Diffstat (limited to 'recipes/lua/lua5.1_5.1.4.bb')
-rw-r--r--recipes/lua/lua5.1_5.1.4.bb3
1 files changed, 2 insertions, 1 deletions
diff --git a/recipes/lua/lua5.1_5.1.4.bb b/recipes/lua/lua5.1_5.1.4.bb
index c4e5c9d34a..75b48f4064 100644
--- a/recipes/lua/lua5.1_5.1.4.bb
+++ b/recipes/lua/lua5.1_5.1.4.bb
@@ -4,8 +4,9 @@ LICENSE = "MIT"
HOMEPAGE = "http://www.lua.org/"
DEPENDS += "readline"
-PR = "r5"
+PR = "r6"
SRC_URI = "http://www.lua.org/ftp/lua-${PV}.tar.gz \
+ file://bitwise_operators.patch \
file://lua5.1.pc"
S = "${WORKDIR}/lua-${PV}"