summaryrefslogtreecommitdiffstats
path: root/meta/recipes-support/js/files/usepic.patch
diff options
context:
space:
mode:
authorPaul Eggleton <paul.eggleton@linux.intel.com>2014-03-06 15:26:01 +0000
committerRichard Purdie <richard.purdie@linuxfoundation.org>2014-03-07 14:49:31 +0000
commit7056054f61b354adcafb8957fe166fda88ca58c0 (patch)
treec764b60dc35c3aee269eb9d68ce84c853b2c805a /meta/recipes-support/js/files/usepic.patch
parentc7f0d76faf79947ff48e07c807e71120f08a1142 (diff)
downloadpoky-7056054f61b354adcafb8957fe166fda88ca58c0.tar.gz
js: remove
This is a very old version of Mozilla's Javascript engine, isn't actually used by anything in OE-Core now that web is gone, and in public layers outside of OE-Core is apparently only used by mediatomb within meta-baryon. (From OE-Core rev: 8b94925adf4428c4e155ef9fd79d33703968d9da) Signed-off-by: Paul Eggleton <paul.eggleton@linux.intel.com> Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
Diffstat (limited to 'meta/recipes-support/js/files/usepic.patch')
-rw-r--r--meta/recipes-support/js/files/usepic.patch26
1 files changed, 0 insertions, 26 deletions
diff --git a/meta/recipes-support/js/files/usepic.patch b/meta/recipes-support/js/files/usepic.patch
deleted file mode 100644
index 91b092305d..0000000000
--- a/meta/recipes-support/js/files/usepic.patch
+++ /dev/null
@@ -1,26 +0,0 @@
1Upstream-Status: Inappropriate [embedded specific]
2
3Mips needs -fPIC to compile properly. These tests are broken anyway as they test
4the build system architecture, not the target. This is a hack.
5
6RP 10/6/2010
7
8Index: src/config/Linux_All.mk
9===================================================================
10--- src.orig/config/Linux_All.mk 2010-06-10 22:09:43.000000000 +0100
11+++ src/config/Linux_All.mk 2010-06-10 22:09:55.000000000 +0100
12@@ -90,14 +90,10 @@
13 # Use the editline library to provide line-editing support.
14 JS_EDITLINE = 1
15
16-ifeq ($(CPU_ARCH),x86_64)
17 # Use VA_COPY() standard macro on x86-64
18 # FIXME: better use it everywhere
19 OS_CFLAGS += -DHAVE_VA_COPY -DVA_COPY=va_copy
20-endif
21
22-ifeq ($(CPU_ARCH),x86_64)
23 # We need PIC code for shared libraries
24 # FIXME: better patch rules.mk & fdlibm/Makefile*
25 OS_CFLAGS += -DPIC -fPIC
26-endif