[OE-core] [PATCH] u-boot.inc: properly specify CC for EXTRA_OEMAKE

2015-11-04 Thread Radek Dostal
ld breaks with error: "fatal error: gnu/stubs-soft.h: No such file or directory" when building with hard float compiler as compiler does not receive flag "-mfloat-abi=hard" Before this patch only gcc compiler could be used due to CC explicitly being set to gcc. Signed-off-b

[OE-core] [PATCH v3] distutils.bbclass: only modify *.py file if it contains path to be removed

2014-05-05 Thread Radek Dostal
Currently sed command touches every single *.py file. This modifies the timestamp of the file. All *.pyo files will be recompiled during the first boot, because timestamp will not match. This should be only necessary if sed command changes the file. Signed-off-by: Radek Dostal --- meta/classes

[OE-core] [PATCH] distutils.bbclass: only modify *.py file if it contains path to be removed

2014-05-02 Thread Radek Dostal
Currently sed command touches every single *.py file. This modifies the timestamp of the file. All *.pyo files will be recompiled during the first boot, because timestamp will not match. This should be only necessary if sed command changes the file. Signed-off-by: Radek Dostal --- meta/classes

[OE-core] [PATCH] distutils.bbclass: only modify *.py file if it contains path to be removed

2014-04-30 Thread Radek Dostal
Currently sed command touches every single *.py file. This modifies the timestamp of the file. All *.pyo files will be recompiled during the first boot, because timestamp will not match. This should be only necessary if sed command changes the file. Signed-off-by: Radek Dostal --- meta/classes

[OE-core] [PATCH] gst-plugins-base: remove avahi from DEPENDS

2012-08-14 Thread Radek Dostal
avahi is no longer required as gnome_vfs is disabled Signed-off-by: Radek Dostal --- .../gstreamer/gst-plugins-base_0.10.36.bb |4 ++-- 1 files changed, 2 insertions(+), 2 deletions(-) diff --git a/meta/recipes-multimedia/gstreamer/gst-plugins-base_0.10.36.bb b/meta/recipes