diff options
| author | Andre McCurdy <armccurdy@gmail.com> | 2016-02-02 13:59:35 -0800 |
|---|---|---|
| committer | Richard Purdie <richard.purdie@linuxfoundation.org> | 2016-02-04 23:39:01 +0000 |
| commit | 6251846f45da5d5f37eea5b68911fa2ac2642b31 (patch) | |
| tree | 7e7756531061d6a17839f23210e3a3cc8968b862 | |
| parent | 789463333f6f4a54c1d0099b2a728f67af38c045 (diff) | |
| download | poky-6251846f45da5d5f37eea5b68911fa2ac2642b31.tar.gz | |
libxsettings-client: drop obsolete disable_Os_option.patch
This patch to configure.ac to change the default CFLAGS from -Os to
-O2 was added in 2010 as a workaround for a ppc specific bug which
affected gcc 4.5.x:
http://git.openembedded.org/openembedded-core/commit/?id=ce456306dad3fdf42494830011dacae213c48edf
The bug in gcc was fixed upstream in gcc 4.6.x and backported to the
gcc 4.5.1 recipe in oe-core, making disable_Os_option.patch obsolete.
http://git.openembedded.org/openembedded-core/commit/?id=0fabe078a31591f41c3fdabe5aa9de1111ef82c7
http://git.openembedded.org/openembedded-core/commit/?id=fef385e37e82a0eec743fbd1da11021b9e7158b5
(From OE-Core rev: a3335137c2895e8167d174308dacc0a649896a11)
Signed-off-by: Andre McCurdy <armccurdy@gmail.com>
Signed-off-by: Ross Burton <ross.burton@intel.com>
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
| -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 | ||
