aboutsummaryrefslogtreecommitdiffstats
path: root/meta-oe/recipes-devtools/luajit/luajit
diff options
context:
space:
mode:
authorKhem Raj <raj.khem@gmail.com>2015-10-19 21:29:19 -0700
committerMartin Jansa <Martin.Jansa@gmail.com>2015-10-23 12:56:06 +0200
commit2ce3086aa859178fb5f7d6db9876229c8ed5a6eb (patch)
tree3bc20709537b570e1efe4e8c8c882a8f7eee76f1 /meta-oe/recipes-devtools/luajit/luajit
parent77582ef1bedd7c36c6aa708ffd474d613e55ad9d (diff)
downloadmeta-openembedded-contrib-2ce3086aa859178fb5f7d6db9876229c8ed5a6eb.tar.gz
luajit: Upgrade to 2.1 beta1
Signed-off-by: Khem Raj <raj.khem@gmail.com> Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com>
Diffstat (limited to 'meta-oe/recipes-devtools/luajit/luajit')
-rw-r--r--meta-oe/recipes-devtools/luajit/luajit/0001-Do-not-strip-automatically-this-leaves-the-stripping.patch33
1 files changed, 0 insertions, 33 deletions
diff --git a/meta-oe/recipes-devtools/luajit/luajit/0001-Do-not-strip-automatically-this-leaves-the-stripping.patch b/meta-oe/recipes-devtools/luajit/luajit/0001-Do-not-strip-automatically-this-leaves-the-stripping.patch
deleted file mode 100644
index f123b3f55a..0000000000
--- a/meta-oe/recipes-devtools/luajit/luajit/0001-Do-not-strip-automatically-this-leaves-the-stripping.patch
+++ /dev/null
@@ -1,33 +0,0 @@
-From 528009f5ca0685c95ef27f6c8957160499c0576a Mon Sep 17 00:00:00 2001
-From: Khem Raj <raj.khem@gmail.com>
-Date: Fri, 10 May 2013 10:42:45 -0700
-Subject: [PATCH] Do not strip automatically, this leaves the stripping
- busines to OE
-
-Upstream-Status: Inappropriate [OE-Specific]
-
-Signed-off-by: Khem Raj <raj.khem@gmail.com>
----
- src/Makefile | 2 --
- 1 file changed, 2 deletions(-)
-
-diff --git a/src/Makefile b/src/Makefile
-index 278324a..5ecd6d5 100644
---- a/src/Makefile
-+++ b/src/Makefile
-@@ -665,12 +665,10 @@ $(LUAJIT_A): $(LJVMCORE_O)
- $(LUAJIT_SO): $(LJVMCORE_O)
- $(E) "DYNLINK $@"
- $(Q)$(TARGET_LD) $(TARGET_ASHLDFLAGS) -o $@ $(LJVMCORE_DYNO) $(TARGET_ALIBS)
-- $(Q)$(TARGET_STRIP) $@
-
- $(LUAJIT_T): $(TARGET_O) $(LUAJIT_O) $(TARGET_DEP)
- $(E) "LINK $@"
- $(Q)$(TARGET_LD) $(TARGET_ALDFLAGS) -o $@ $(LUAJIT_O) $(TARGET_O) $(TARGET_ALIBS)
-- $(Q)$(TARGET_STRIP) $@
- $(E) "OK Successfully built LuaJIT"
-
- ##############################################################################
---
-1.7.9.5
-