| 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>
This fixes build with boost 1.69.0:
| <...>/wesnoth-1.14.4/src/units/frame.cpp:775:103: error: cannot convert 'boost::logic::tribool' to 'const bool' i
Signed-off-by: Andreas Müller <schnitzeltony@gmail.com>
Wonder what was fetched:
| File: '/home/superandy/data/Downloads/packets/dl/lib32-wesnoth-1.14.4.tar.bz2' has md5 checksum 04c9e8d23f9fdbe3e6c654a03ed49341 when b6b775109569c59a7aa8d6a7537b8694 was expected
Signed-off-by: Andreas Müller <schnitzeltony@gmail.com>
meta-qt5 commit b716195f6 dropped the qt5 directory from path. To be compatible
set path from meta-qt5.
Signed-off-by: Andreas Müller <schnitzeltony@gmail.com>
* they moved to SDL2 - necessary recipies are in meta-oe master
* it seems editor is gone
* run tested on sumo / build tested on amster
Signed-off-by: Andreas Müller <schnitzeltony@gmail.com>
OE-Core has changed cmake.bblass to use ninja instead of make as default. This
does not work for supertux2:
| ninja: error: 'squirrel/lib/libsquirrel_static.a', needed by 'supertux2', missing and no known rule to make it
Signed-off-by: Andreas Müller <schnitzeltony@gmail.com>
* use pkg-config instead of sdl-config
* fix package qa by adding bash and python to RDEPENDS
* add ALLOW_EMPTY_${PN}-all-campaigns = "1"
* fix wsnoth-sof: Sceptre_Of_Fire was renamed to Sceptre_of_Fire
* fix wsnoth-thot: The_Hammer_Of_Thursagan was renamed to The_Hammer_of_Thursagan
Signed-off-by: Andreas Müller <schnitzeltony@gmail.com>
While we are at it do major rework:
* Fix LICENCE
* Fix FILES
* Select OpenGlesv2 by default - BSPs can ovveride this selection
* Add wayland PACKAGECONFIG enabled by distro
Signed-off-by: Andreas Müller <schnitzeltony@gmail.com>