Marko Lindqvist
ff736e31df
freeciv-3.0: Update to 3.0.1
...
Signed-off-by: Marko Lindqvist <cazfi74@gmail.com >
2022-04-14 16:17:26 +03:00
Marko Lindqvist
e076ba4382
freeciv: Delete metainfo files also from their new location
...
In preparation to upcoming 3.0.1 release
Signed-off-by: Marko Lindqvist <cazfi74@gmail.com >
2022-04-10 21:12:56 +03:00
Marko Lindqvist
f20030b7dd
Merge pull request #67 from schnitzeltony/master
...
Fixes for latest oe-core
2022-03-17 04:34:03 +02:00
Marko Lindqvist
d7a0a38a72
Drop older OE releases from the list of compatible releases
...
Master is about to become compatible with kirkstone only.
Signed-off-by: Marko Lindqvist <cazfi74@gmail.com >
2022-03-17 04:32:52 +02:00
Andreas Müller
b857d342b4
Change licenses to SPDIX
...
* Latest oe-core warns with 'Recipe LICENSE includes obsolete licenses GPLv2
[obsolete-license]'
* Auto changed by oe-cores's script scripts/contrib/convert-spdx-licenses.py
Signed-off-by: Andreas Müller <schnitzeltony@gmail.com >
2022-03-16 22:36:40 +01:00
Andreas Müller
ee679ffd67
wesnoth: Fix build errors in latest oe
...
Avoid breaking on changes made elsewhere by not overwriting buildflags
conditionally
Signed-off-by: Andreas Müller <schnitzeltony@gmail.com >
2022-03-16 22:36:40 +01:00
Andreas Müller
2efa793a45
pinball-tables: Fix fetch
...
Setting tags in SRCREV has never been a good idea and fail now with something lie
| ERROR: pinball-table-gnu-0.0.20200601-r0 do_fetch: Bitbake Fetcher Error: FetchError("Recipe uses a floating tag/branch without a fixed SRCREV yet doesn't call bb.fetch2.get_srcrev() (use SRCPV in PV for OE).", None)
Signed-off-by: Andreas Müller <schnitzeltony@gmail.com >
2022-03-10 23:16:54 +01:00
Marko Lindqvist
7b68c62fc7
freeciv: Add homepage
...
Signed-off-by: Marko Lindqvist <cazfi74@gmail.com >
2022-03-04 01:30:31 +02:00
Marko Lindqvist
48d4b29492
chromium-bsu: Add homepage
...
Signed-off-by: Marko Lindqvist <cazfi74@gmail.com >
2022-03-04 01:09:34 +02:00
Marko Lindqvist
53be951f56
freeciv: Fix unrecognised configure option error
...
Signed-off-by: Marko Lindqvist <cazfi74@gmail.com >
2022-03-03 12:11:30 +02:00
Marko Lindqvist
099df79b62
freeciv: Add configure options suitable for building master
...
Signed-off-by: Marko Lindqvist <cazfi74@gmail.com >
2022-03-02 13:28:19 +02:00
Marko Lindqvist
db325e1100
freeciv: Split Qt5 specific part of freeciv.inc to freeciv-qt5.inc
...
Signed-off-by: Marko Lindqvist <cazfi74@gmail.com >
2022-03-02 06:43:30 +02:00
Marko Lindqvist
8c0348cd3f
Add kirkstone to layer compatibility list
...
Signed-off-by: Marko Lindqvist <cazfi74@gmail.com >
2022-03-02 02:57:54 +02:00
Marko Lindqvist
4a2d07338d
freeciv-3.0: Update to 3.0.0
...
Signed-off-by: Marko Lindqvist <cazfi74@gmail.com >
2022-02-19 05:42:46 +02:00
Marko Lindqvist
c0fb1cf120
supertux: Update to 0.6.3
...
Signed-off-by: Marko Lindqvist <cazfi74@gmail.com >
2022-02-17 14:09:53 +02:00
Marko Lindqvist
271359e517
etr: Use ${SOURCEFORGE_MIRROR} in URL instead of hardcoded server
...
Signed-off-by: Marko Lindqvist <cazfi74@gmail.com >
2022-02-17 01:59:25 +02:00
Marko Lindqvist
a4082d0792
wesnoth: Update to stable 1.16.2
...
Signed-off-by: Marko Lindqvist <cazfi74@gmail.com >
2022-02-16 16:32:02 +02:00
Marko Lindqvist
032d8b0c5e
supertuxkart: Update to 1.3
...
Signed-off-by: Marko Lindqvist <cazfi74@gmail.com >
2022-02-15 19:05:26 +02:00
Marko Lindqvist
7a6485448e
freeciv-3.0: Update to 3.0.0-RC1
...
Signed-off-by: Marko Lindqvist <cazfi74@gmail.com >
2022-02-06 12:43:27 +02:00
Marko Lindqvist
baf56a2455
freeciv: Fix warning about uninstalled freeciv-ruledit icons
...
Signed-off-by: Marko Lindqvist <cazfi74@gmail.com >
2022-02-01 20:03:59 +02:00
Marko Lindqvist
6359b644c1
freeciv: Update to 2.6.6
...
Signed-off-by: Marko Lindqvist <cazfi74@gmail.com >
2021-12-11 04:55:33 +02:00
Marko Lindqvist
9043c8a677
freeciv: Add more data files
...
- classic and civ2civ rulesets
- hex tileset hexemplio
- default music set stdmusic
Signed-off-by: Marko Lindqvist <cazfi74@gmail.com >
2021-12-09 07:50:44 +02:00
Marek Vasut
68b30e26dd
neverball: Add neverball
...
This is an interactive game with a rolling ball, useful for
testing whether point sprites work correctly in GPU drivers.
The user should install both neverball neverball-data packages.
Signed-off-by: Marek Vasut <marex@denx.de >
2021-11-21 15:24:09 +02:00
Marko Lindqvist
26b1a3d88a
Merge pull request #66 from schnitzeltony/src-uris-warnings-fix
...
Change SRC_URIs for safety on github and political correctness in yocto
2021-11-07 21:59:20 +02:00
Andreas Müller
009ddffbcd
Change SRC_URIs for safety on github and political correctness in yocto
...
Signed-off-by: Andreas Müller <schnitzeltony@gmail.com >
2021-11-07 20:51:40 +01:00
Marko Lindqvist
eee479a723
Merge pull request #65 from schnitzeltony/pkgconfig-fixes
...
Latest OE-Core pkgconfig fixes
2021-10-28 12:47:07 +03:00
Andreas Müller
13344afbde
pingus: Add pkgconfig at inherit to fix build with latest oe-core
...
Signed-off-by: Andreas Müller <schnitzeltony@gmail.com >
2021-10-19 21:34:55 +02:00
Andreas Müller
054fdfba9d
astromenace: Add pkgconfig at inherit to fix build with latest oe-core
...
Signed-off-by: Andreas Müller <schnitzeltony@gmail.com >
2021-10-19 21:34:55 +02:00
Andreas Müller
b7208b73cd
supertuxkart: Add pkgconfig at inherit to fix build with latest oe-core
...
Signed-off-by: Andreas Müller <schnitzeltony@gmail.com >
2021-10-19 21:34:47 +02:00
Marko Lindqvist
7e57e42d5c
Freeciv 3.0: Update to beta3
...
Signed-off-by: Marko Lindqvist <cazfi74@gmail.com >
2021-10-10 01:59:07 +03:00
Marko Lindqvist
fd91e48125
etr: Update to 0.8.1
...
Signed-off-by: Marko Lindqvist <cazfi74@gmail.com >
2021-08-29 05:53:05 +03:00
Marko Lindqvist
a9c078c97a
etr: Drop obsolete patches
...
Signed-off-by: Marko Lindqvist <cazfi74@gmail.com >
2021-08-29 05:46:10 +03:00
Marko Lindqvist
77fd1a61db
Merge pull request #64 from schnitzeltony/master
...
scummvm: move to git master to fix build in current oe
2021-08-18 18:09:43 +03:00
Andreas Müller
57489d849a
scummvm: move to git master to fix build in current oe
...
* Build possibly broke by gcc 11.2 / glibc 2.34. Build failed in magic macros
in common/forbidden.h
* Adjust patches - fluidsynth macros were applied upstream
Signed-off-by: Andreas Müller <schnitzeltony@gmail.com >
2021-08-18 14:08:13 +02:00
Marko Lindqvist
fabcf69ba1
Merge pull request #63 from schnitzeltony/master
...
Move to new override syntax / add honister release / remove zeus release
2021-08-18 15:01:50 +03:00
Andreas Müller
9089f9b5be
layer.conf: update compatible releases
...
* remove zeus: If I understand mailing lists correctly, new override syntax is
back-ported down to dunfell only
* add honister: This is the next release and the first to support new override
syntax only
Signed-off-by: Andreas Müller <schnitzeltony@gmail.com >
2021-08-18 13:03:23 +02:00
Andreas Müller
baa9ebd31e
Move to new override syntax
...
Signed-off-by: Andreas Müller <schnitzeltony@gmail.com >
2021-08-16 00:33:09 +02:00
Marko Lindqvist
86f736a47e
freeciv: Update to 2.6.5
...
Signed-off-by: Marko Lindqvist <cazfi74@gmail.com >
2021-06-26 12:23:51 +03:00
Marko Lindqvist
540f4aaf23
libsdl2-gfx: Fix build on ppc
...
Signed-off-by: Marko Lindqvist <cazfi74@gmail.com >
2021-05-25 02:27:37 +03:00
Marko Lindqvist
0f12bfcc33
Freeciv 3.0: Update to beta2
...
Signed-off-by: Marko Lindqvist <cazfi74@gmail.com >
2021-05-15 13:05:43 +03:00
Marko Lindqvist
550136b365
Merge pull request #62 from schnitzeltony/master
...
More on wesnoth
2021-05-09 06:00:17 +03:00
Andreas Müller
291ea0cd84
wesnoth: Fix/rework campaign packages
...
* An_Orcish_Incursion (aoi) is gone
* New campaign packages added
* sort campaigns alphabetically
Checked:
* All campaign packages have contents / do_rootfs passed
* Adding wesnoth-all-campaigns adds all campaign packages to image
* No campaigns except 'tutorial' slipped into package wesnoth-data
Signed-off-by: Andreas Müller <schnitzeltony@gmail.com >
2021-05-08 18:46:50 +02:00
Andreas Müller
856e66d193
wesnoth: Add gettext to inherit to get translations back
...
Signed-off-by: Andreas Müller <schnitzeltony@gmail.com >
2021-05-08 18:24:48 +02:00
Marko Lindqvist
edbb02b8d2
Merge pull request #61 from schnitzeltony/master
...
wesnoth: upgrade 1.15.1 -> 1.15.12 to fix build with gcc11
2021-05-08 16:17:01 +03:00
Andreas Müller
bb2c09a3f8
wesnoth: upgrade 1.15.1 -> 1.15.12 to fix build with gcc11
...
* refresh patches / fix sdl patch for sdl2
* remove md5sum it is not necessary / fully supported any more
Signed-off-by: Andreas Müller <schnitzeltony@gmail.com >
2021-05-08 14:50:25 +02:00
Marko Lindqvist
a094cc1aa1
Merge pull request #60 from schnitzeltony/master
...
scummvm: Fix source download location
2021-05-01 19:38:31 +03:00
Andreas Müller
71a06dc194
scummvm: Fix source download location
...
Signed-off-by: Andreas Müller <schnitzeltony@gmail.com >
2021-05-01 16:17:48 +02:00
Marko Lindqvist
e7143f30d4
Merge pull request #57 from CrossStream/sandbox/rzr/review/master
...
games: Add packagegroups for all games
2021-04-24 06:40:39 +03:00
Marko Lindqvist
f0c1da9029
Merge pull request #59 from schnitzeltony/prepare-fluidsynth-2.2.0
...
scummvm: Fix uncommitted changes on patches
2021-04-08 10:40:39 +03:00
Andreas Müller
dce333fc54
scummvm: Fix uncommitted changes on patches
...
Last changes slipped through: This was the version tests were performed with.
Signed-off-by: Andreas Müller <schnitzeltony@gmail.com >
2021-04-08 09:21:17 +02:00