From 6251846f45da5d5f37eea5b68911fa2ac2642b31 Mon Sep 17 00:00:00 2001 From: Andre McCurdy Date: Tue, 2 Feb 2016 13:59:35 -0800 Subject: 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 Signed-off-by: Ross Burton Signed-off-by: Richard Purdie --- meta/recipes-graphics/libxsettings-client/libxsettings-client_0.10.bb | 1 - 1 file changed, 1 deletion(-) (limited to 'meta/recipes-graphics/libxsettings-client/libxsettings-client_0.10.bb') 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" SRC_URI = "http://downloads.yoctoproject.org/releases/matchbox/optional-dependencies/Xsettings-client-0.10.tar.gz \ file://MIT-style-license \ file://link-x11.patch;apply=yes \ - file://disable_Os_option.patch \ file://obsolete_automake_macros.patch \ " -- cgit v1.2.3-54-g00ecf