* it stopped building for me long time ago
* it popped up after oe-core removed python2 support: Without meta-python2 in
layers parse errors ruin experience using meta-games
Signed-off-by: Andreas Müller <schnitzeltony@gmail.com>
The next patch will introduce usage of features_check.bbclass which is not
avaliable those branches of oe-core (master's name is still zeus).
Signed-off-by: Andreas Müller <schnitzeltony@gmail.com>
* 1.14.7 was broken since boost 1.71
* build RelWithDebInfo instead of Debug target: reduce size and avoid
already-stripped warnings
* get rid of -isystem hack: it is not necessary anymore
Signed-off-by: Andreas Müller <schnitzeltony@gmail.com>
| scons: Reading SConscript files ...
| File "/home/superandy/tmp/oe-core-glibc/work/cortexa7t2hf-neon-vfpv4-mortsgna-linux-gnueabi/pingus/0.7.6-r0/git/SConscript", line 129
|
| print "Reports:"
|
| ^
|
| SyntaxError: Missing parentheses in call to 'print'. Did you mean print("Reports:")?
Signed-off-by: Andreas Müller <schnitzeltony@gmail.com>
| WARNING: pingus-0.7.6-r0 do_package_qa: QA Issue: pingus: SRC_URI uses PN not BPN [src-uri-bad]
Additionally: github rebuilds tarballs from time to time changing checksums. So
just
- https://github.com/Pingus/${PN}/archive/v${PV}.tar.gz \
+ https://github.com/Pingus/${BPN}/archive/v${PV}.tar.gz \
would cause:
| WARNING: pingus-0.7.6-r0 do_package_qa: QA Issue: https://github.com/Pingus/pingus/archive/v0.7.6.tar.gz file://0001-Add-missing-header-for-std-function-and-std-bind.patch file://0002-Fix-build-with-boost-1.69.0.patch file://version.patch file://sdl_pkgconfig.patch file://pingus.desktop file://pingus.png : SRC_URI uses unstable GitHub archives [src-uri-bad]
So get sources by downloading git repo.
While at it replace 2 spaces indention by 4 spaces.
Signed-off-by: Andreas Müller <schnitzeltony@gmail.com>
* inherit gnomebase to fix
| libgnome-games-support-1.2.1-r0 do_configure: QA Issue: libgnome-games-support: configure was passed unrecognised options: --disable-schemas-install [unknown-configure-option]
* FILES_${PN}-dbg in not required anymore
* remove GNOME_COMPRESS_TYPE="xz" - it is default these days
Signed-off-by: Andreas Müller <schnitzeltony@gmail.com>
* inherit gnomebase to fix
| ERROR: libgames-support-1.0.2-r0 do_configure: QA Issue: libgames-support: configure was passed unrecognised options: --disable-schemas-install [unknown-configure-option]
* FILES_${PN}-dbg in not required anymore
* remove GNOME_COMPRESS_TYPE="xz" - it is default these days
Signed-off-by: Andreas Müller <schnitzeltony@gmail.com>