diff options
Diffstat (limited to 'meta/recipes-support/js')
-rw-r--r-- | meta/recipes-support/js/files/buildcc.patch | 2 | ||||
-rw-r--r-- | meta/recipes-support/js/files/link_with_gcc.patch | 2 | ||||
-rw-r--r-- | meta/recipes-support/js/files/usepic.patch | 2 |
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 @@ | |||
1 | Upstream-Status: Pending | ||
2 | |||
1 | jskwgen should be built by BUILD_CC in cross environment | 3 | jskwgen should be built by BUILD_CC in cross environment |
2 | 4 | ||
3 | 7/23/2010 - created by Qing He <qing.he@intel.com> | 5 | 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 @@ | |||
1 | Upstream-Status: Pending | ||
2 | |||
1 | Index: src/config/Linux_All.mk | 3 | Index: src/config/Linux_All.mk |
2 | =================================================================== | 4 | =================================================================== |
3 | --- src.orig/config/Linux_All.mk 2005-05-10 19:53:44.000000000 +0000 | 5 | --- 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 @@ | |||
1 | Upstream-Status: Inappropriate [embedded specific] | ||
2 | |||
1 | Mips needs -fPIC to compile properly. These tests are broken anyway as they test | 3 | Mips needs -fPIC to compile properly. These tests are broken anyway as they test |
2 | the build system architecture, not the target. This is a hack. | 4 | the build system architecture, not the target. This is a hack. |
3 | 5 | ||