diff options
| -rw-r--r-- | meta/recipes-graphics/libxsettings-client/libxsettings-client/disable_Os_option.patch | 19 | ||||
| -rw-r--r-- | meta/recipes-graphics/libxsettings-client/libxsettings-client_0.10.bb | 1 |
2 files changed, 0 insertions, 20 deletions
diff --git a/meta/recipes-graphics/libxsettings-client/libxsettings-client/disable_Os_option.patch b/meta/recipes-graphics/libxsettings-client/libxsettings-client/disable_Os_option.patch deleted file mode 100644 index 64b7efac23..0000000000 --- a/meta/recipes-graphics/libxsettings-client/libxsettings-client/disable_Os_option.patch +++ /dev/null | |||
| @@ -1,19 +0,0 @@ | |||
| 1 | Upstream-Status: Inappropriate [configuration] | ||
| 2 | |||
| 3 | Do not set Os optimization in target APP CFLAGS, since it may have potential | ||
| 4 | error if "--enable-target-optspace" is not set when configuring GCC. | ||
| 5 | |||
| 6 | Signed-off-by: Dongxiao Xu <dongxiao.xu@intel.com> | ||
| 7 | |||
| 8 | diff -ruN Xsettings-client-0.10-orig/configure.ac Xsettings-client-0.10/configure.ac | ||
| 9 | --- Xsettings-client-0.10-orig/configure.ac 2010-09-21 14:01:47.000000000 +0800 | ||
| 10 | +++ Xsettings-client-0.10/configure.ac 2010-09-21 14:02:01.000000000 +0800 | ||
| 11 | @@ -3,7 +3,7 @@ | ||
| 12 | AM_INIT_AUTOMAKE(Xsettings-client, 0.10) | ||
| 13 | AM_CONFIG_HEADER(config.h) | ||
| 14 | |||
| 15 | -CFLAGS="-Os -Wall" | ||
| 16 | +CFLAGS="-O2 -Wall" | ||
| 17 | |||
| 18 | # Checks for programs. | ||
| 19 | AC_PROG_CC | ||
diff --git a/meta/recipes-graphics/libxsettings-client/libxsettings-client_0.10.bb b/meta/recipes-graphics/libxsettings-client/libxsettings-client_0.10.bb index 670d9fcb9c..67c5e27776 100644 --- a/meta/recipes-graphics/libxsettings-client/libxsettings-client_0.10.bb +++ b/meta/recipes-graphics/libxsettings-client/libxsettings-client_0.10.bb | |||
| @@ -19,7 +19,6 @@ headers = "xsettings-common.h xsettings-client.h" | |||
| 19 | SRC_URI = "http://downloads.yoctoproject.org/releases/matchbox/optional-dependencies/Xsettings-client-0.10.tar.gz \ | 19 | SRC_URI = "http://downloads.yoctoproject.org/releases/matchbox/optional-dependencies/Xsettings-client-0.10.tar.gz \ |
| 20 | file://MIT-style-license \ | 20 | file://MIT-style-license \ |
| 21 | file://link-x11.patch;apply=yes \ | 21 | file://link-x11.patch;apply=yes \ |
| 22 | file://disable_Os_option.patch \ | ||
| 23 | file://obsolete_automake_macros.patch \ | 22 | file://obsolete_automake_macros.patch \ |
| 24 | " | 23 | " |
| 25 | 24 | ||
