aboutsummaryrefslogtreecommitdiffstats
path: root/recipes/lua/lua5.1_5.1.4.bb
diff options
context:
space:
mode:
authorPetr Štetiar <ynezz@true.cz>2010-10-03 02:11:21 +0000
committerEric Bénard <eric@eukrea.com>2010-10-04 21:57:26 +0200
commit80ff6c590f1ece6b6c1652ed345c93b4739a363f (patch)
treeca9841bb28d06d046d41f95a86a2ab0f3a6d9a51 /recipes/lua/lua5.1_5.1.4.bb
parente2f261e5e0a1d3a9f2ed0decdbbc31d7e459056c (diff)
downloadopenembedded-80ff6c590f1ece6b6c1652ed345c93b4739a363f.tar.gz
lua5.1: add bitwise operators patch and fix version in pkg-config file
Signed-off-by: Petr Štetiar <ynezz@true.cz> Signed-off-by: Eric Bénard <eric@eukrea.com>
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}"