summaryrefslogtreecommitdiffstats
path: root/meta/recipes-support/js
diff options
context:
space:
mode:
Diffstat (limited to 'meta/recipes-support/js')
-rw-r--r--meta/recipes-support/js/files/buildcc.patch2
-rw-r--r--meta/recipes-support/js/files/link_with_gcc.patch2
-rw-r--r--meta/recipes-support/js/files/usepic.patch2
3 files changed, 6 insertions, 0 deletions
diff --git a/meta/recipes-support/js/files/buildcc.patch b/meta/recipes-support/js/files/buildcc.patch
index 26eef218d6..19daf7210c 100644
--- a/meta/recipes-support/js/files/buildcc.patch
+++ b/meta/recipes-support/js/files/buildcc.patch
@@ -1,3 +1,5 @@
+Upstream-Status: Pending
+
jskwgen should be built by BUILD_CC in cross environment
7/23/2010 - created by Qing He <qing.he@intel.com>
diff --git a/meta/recipes-support/js/files/link_with_gcc.patch b/meta/recipes-support/js/files/link_with_gcc.patch
index d74b94f378..988df61567 100644
--- a/meta/recipes-support/js/files/link_with_gcc.patch
+++ b/meta/recipes-support/js/files/link_with_gcc.patch
@@ -1,3 +1,5 @@
+Upstream-Status: Pending
+
Index: src/config/Linux_All.mk
===================================================================
--- src.orig/config/Linux_All.mk 2005-05-10 19:53:44.000000000 +0000
diff --git a/meta/recipes-support/js/files/usepic.patch b/meta/recipes-support/js/files/usepic.patch
index ddd31be9cb..91b092305d 100644
--- a/meta/recipes-support/js/files/usepic.patch
+++ b/meta/recipes-support/js/files/usepic.patch
@@ -1,3 +1,5 @@
+Upstream-Status: Inappropriate [embedded specific]
+
Mips needs -fPIC to compile properly. These tests are broken anyway as they test
the build system architecture, not the target. This is a hack.