* This change is only aesthetic (unlike indentation in Python
tasks).
* Some recipes were using tabs.
* Some were using 8 spaces.
* Some were using mix or different number of spaces.
* Make them consistently use 4 spaces everywhere.
* Yocto styleguide advises to use tabs (but the only reason to keep
tabs is the need to update a lot of recipes). Lately this advice
was also merged into the styleguide on the OE wiki.
* Using 4 spaces in both types of tasks is better because it's less
error prone when someone is not sure if e.g.
do_generate_toolchain_file() is Python or shell task and also allows
to highlight every tab used in .bb, .inc, .bbappend, .bbclass as
potentially bad (shouldn't be used for indenting of multiline
variable assignments and cannot be used for Python tasks).
* Don't indent closing quote on multiline variables
we're quite inconsistent wheater it's first character on line
under opening quote or under first non-whitespace character in
previous line.
Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com>
Acked-by: Koen Kooi <koen@dominion.thruhere.net>
the following issues caused similarity index decreasing:
| waf: error: no such option: --disable-hildon
| Checking for Python : /usr/bin/python2
| Checking for zeitgeist-1.0 >= 0.3.14 : Package zeitgeist-1.0 was not found in the pkg-config search path.
| Perhaps you should add the directory containing `zeitgeist-1.0.pc'
Run tests showed artifacts with google maps. Theses showed up with previous
version of midori and current version of firefox too. So they seem
independent of this update.
Signed-off-by: Andreas Müller <schnitzeltony@googlemail.com>
Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com>
libgdata was removed from oe-core, but it's still useful so add it to
meta-gnome.
Signed-off-by: Ross Burton <ross.burton@intel.com>
Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com>
* how was it possible to check LIC_FILES_CHKSUMs before? I know it was
building, now it fails with:
ERROR: Function failed: obexd: LIC_FILES_CHKSUM points to an invalid file:
/OE/shr-core/tmp-eglibc/work/xscalete-oe-linux-gnueabi/obexd/0.48-r0/obexd-0.48/
Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com>
* this set does not build with distroless qemuarm as reported in
'State of bitbake world' thread, nobody volunteered to fix them
Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com>
Metacity, the GNOME 2 window manager. Moved from oe-core as it's never used nor
tested there.
Signed-off-by: Ross Burton <ross.burton@intel.com>
Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com>
* pcre_info was removed in newer pcre and abiword now fails to build
/usr/lib/libgoffice-0.8.so: undefined reference to pcre_info
Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com>
* fix.build.automake-1.12.x.patch dropped as upstream has fixed
the problem addressed.
* COPYING has had formatting changes
* In license segments of source files FSF street address is replaced
with URL.
Signed-off-by: Marko Lindqvist <cazfi74@gmail.com>
Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com>
samba was disabled in 12cf4fa8d2 because it
caused OOM condition. This could not be reproduced any more. Likely reason for
OOM wasmissing gdu-volume-monitor which is build by an own recipe nowadays.
Signed-off-by: Andreas Müller <schnitzeltony@googlemail.com>
Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com>
* sometimes it autodetects libimobiledevice and fails to build:
| gvfsbackendafc.c: In function '_idevice_event_cb':
| gvfsbackendafc.c:352:25: error: 'idevice_event_t' has no member named 'uuid'
Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com>
* old version fails to build:
| In file included from eel-editable-label.c:30:0:
| eel-editable-label.h:112:1: error: unknown type name 'G_CONST_RETURN'
| eel-editable-label.h:112:21: error: expected '=', ',', ';', 'asm' or
'__attribute__' before '*' token
| eel-editable-label.c:684:1: error: unknown type name 'G_CONST_RETURN'
| eel-editable-label.c:684:22: error: expected '=', ',', ';', 'asm' or
'__attribute__' before '*' token
| eel-editable-label.c: In function
'eel_editable_label_accessible_get_character_count':
Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com>
* modules/transports/.debug is already included in modules/*/.debug => drop
* package .a files to PN-staticdev, fixes a lot of QA warnings
Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com>
* it's enabled when libimobiledevice is built before gvfs, causing undeterministic and failing builds
Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com>
Without even compile fails:
| In file included from gdkdevice-xi.c:24:0:
| gdkdeviceprivate-xi.h:28:35: fatal error: X11/extensions/XInput.h: No such file or directory
Signed-off-by: Marko Lindqvist <cazfi74@gmail.com>
Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com>
* 5.8.17 required scrollkeeper which we don't provide as scrollkeeper-native
* inherit gsettings to package glib-2.0/shemas and compile them on target
* add LICENSE version and LIC_FILES_CHKSUM
* use SHRT_VER
* replace local patch with sed (other chunk is already resolved upstream)
Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com>
* fixes:
gnome-mplayer-1.0.5: gnome-mplayer: Files/directories were installed but not shipped
/usr/lib
/usr/lib/nautilus
/usr/lib/nautilus/extensions-2.0
/usr/lib/nautilus/extensions-2.0/libgnome-mplayer-properties-page.so
/usr/lib/nautilus/extensions-2.0/.debug
/usr/lib/nautilus/extensions-2.0/.debug/libgnome-mplayer-properties-page.so
Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com>
* it was pointing to
UTILS_PATH=/OE/jansa-test/shr-core/tmp-eglibc/sysroots/x86_64-linux/usr/lib/gnome-themes
after libexecdir change in oe-core
Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com>