From ce456306dad3fdf42494830011dacae213c48edf Mon Sep 17 00:00:00 2001 From: Dongxiao Xu Date: Sat, 25 Sep 2010 10:16:26 +0800 Subject: gcc: enable poison parameters detection If not configured with --enable-target-optspace, gcc will report errors if there is '-Os' optimization in parameters. This fixes [BUGID #342] Also add "--enable-target-optspace" option to arm gcc configuration. Signed-off-by: Dongxiao Xu --- .../recipes-graphics/libxsettings-client/libxsettings-client_0.10.bb | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) (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 ecd6d181eb..9cd15a2b7d 100644 --- a/meta/recipes-graphics/libxsettings-client/libxsettings-client_0.10.bb +++ b/meta/recipes-graphics/libxsettings-client/libxsettings-client_0.10.bb @@ -9,13 +9,14 @@ LIC_FILES_CHKSUM = "file://COPYING;md5=7cfac9d2d4dc3694cc7eb605cf32a69b \ PRIORITY = "optional" DEPENDS = "virtual/libx11" -PR = "r3" +PR = "r4" headers = "xsettings-common.h xsettings-client.h" SRC_URI = "http://projects.o-hand.com/matchbox/sources/optional-dependencies/Xsettings-client-0.10.tar.gz \ file://MIT-style-license \ - file://link-x11.patch;apply=yes" + file://link-x11.patch;apply=yes \ + file://disable_Os_option.patch" S = "${WORKDIR}/Xsettings-client-0.10" -- cgit v1.2.3-54-g00ecf