[OE-core] [PATCH 1/4] clutter.bbclass: removed unused function

Tomas Frydrych tf+lists.yocto at r-finger.com
Tue May 21 15:08:40 UTC 2013


From: Tomas Frydrych <tomas at sleepfive.com>

Clutter and cogl no longer use --with-fpu configure option, so we no longer
require the get_fpu_settings() function.

Signed-off-by: Tomas Frydrych <tomas at sleepfive.com>
---
 meta/classes/clutter.bbclass |    5 -----
 1 file changed, 5 deletions(-)

diff --git a/meta/classes/clutter.bbclass b/meta/classes/clutter.bbclass
index 184fb44..0dc4850 100644
--- a/meta/classes/clutter.bbclass
+++ b/meta/classes/clutter.bbclass
@@ -13,11 +13,6 @@ VERMINOR = "${@get_minor_dir("${PV}")}"
 REALNAME = "${@get_real_name("${BPN}")}"
 FILESPATH = "${@base_set_filespath(["${FILE_DIRNAME}/${REALNAME}-${PV}", "${FILE_DIRNAME}/${REALNAME}-${VERMINOR}", "${FILE_DIRNAME}/${REALNAME}", "${FILE_DIRNAME}/files"], d)}"
 
-def get_fpu_setting(bb, d):
-    if d.getVar('TARGET_FPU', True) in [ 'soft' ]:
-        return "--without-fpu"
-    return ""
-
 CLUTTER_SRC_FTP = "${GNOME_MIRROR}/${REALNAME}/${VERMINOR}/${REALNAME}-${PV}.tar.xz;name=archive"
 
 CLUTTER_SRC_GIT = "git://git.gnome.org/${REALNAME};protocol=git"
-- 
1.7.10.4




More information about the Openembedded-core mailing list