Commit Graph

246 Commits

Author SHA1 Message Date
CvH
9ba70c2b8d Merge pull request #3483 from MilhouseVH/le10_equality_fixup
packages: use single = not == for string comparison
2019-05-04 07:35:51 +02:00
MilhouseVH
b8780a0275 packages: use single = not == 2019-05-04 01:29:55 +01:00
kszaq
a4d8c0c26c libretro-ppsspp: use target_has_feature neon to enable neon+GLES2 2019-05-04 00:02:46 +02:00
MilhouseVH
d4f6326142 packages: align source code licence usage with project licence 2019-03-26 18:05:50 +00:00
CvH
c42080ba82 kodi-binary-addons: update to latest versions 2019-03-14 19:52:47 +01:00
CvH
a3cfc7e547 libretro-mrboom: fix build 2019-02-18 22:27:18 +01:00
CvH
de461e3c37 libretro-mgba: fix build 2019-02-18 22:27:18 +01:00
CvH
2cfba3fc2f libretro-scummvm: fix build 2019-02-18 22:27:18 +01:00
CvH
d6b702f114 libretro-mesen: initial package 2019-02-18 22:27:18 +01:00
CvH
bc8fd997e1 emulators: update to latest versions 2019-02-18 22:27:18 +01:00
MilhouseVH
29d3fa3830 libretro-mame: fix genie/glibc cross-compile issue 2019-02-07 23:52:31 +00:00
Matthias Reichl
9f753b7aea libretro-picodrive: fix build error
The environment variable "R" leaks into the Makefile,
if it is set the build will fail. eg

export R=12345
scripts/build libretro-picodrive
...
make: *** No rule to make target '12345pico/pico.o', needed by 'picodrive_libretro.so'.  Stop.

Clear the variable before calling make to fix this issue

Signed-off-by: Matthias Reichl <hias@horus.com>
2019-01-28 11:19:02 +01:00
Matthias Reichl
aab065b509 libretro-picodrive: drop git rev-parse call from Makefile
git rev-parse runs into the LE tree and sets GIT_VERSION to the
current LE githash - which is nonsense.

Just set GIT_VERSION to the (shortened) PKG_VERSION in the Makefile
to avoid this issue.

Signed-off-by: Matthias Reichl <hias@horus.com>
2019-01-27 23:11:14 +01:00
CvH
27f4f5e4c8 libretro-mame: change name of binary 2019-01-27 22:50:00 +01:00
Matthias Reichl
3ae3e58114 Merge pull request #3266 from CvH/9.0/sync-addons
kodi-binary-addons: update to latest versions
2019-01-27 15:21:56 +01:00
CvH
f3cf1a21f8 kodi-binary-addons: update to latest versions 2019-01-27 15:07:57 +01:00
CvH
5d3a991287 mame2016: add missed patch 2019-01-27 14:43:20 +01:00
CvH
345a3d8456 mame2016: initial package 2019-01-27 14:21:39 +01:00
CvH
5e0e798646 mame2003_plus: initial package 2019-01-27 14:18:58 +01:00
MilhouseVH
805b47db50 libretro-ppsspp: fix intertwined vars and funcs 2018-12-30 04:47:32 +00:00
MilhouseVH
c19a3ff780 packages: setup_toolchain $TARGET only called after package is sourced
Packages referencing variables defined in setup_toolchain such as CC, CXX,
AR, CFLAGS, LDFLAGS, HOST_CC etc. etc. must only reference these variables in
pre_build()/pre_configure()/pre_make() etc. functions, as the variables will not
be available when the package is sourced, but will be available after the call
to setup_toolchain() from scripts/build.
2018-12-18 03:43:28 +00:00
MilhouseVH
b518bbf4e7 packages: implement late variable binding
Move variable assignments into configure_package() if the assignments
depend on variables initialised after the package is sourced, ie.
$PKG_BUILD, $PKG_SOURCE_NAME etc.
2018-12-18 03:43:28 +00:00
CvH
1f14e69a61 Merge pull request #3134 from 5schatten/libretro-mgba
libretro-mgba: updated to git 38bad71
2018-12-04 09:55:59 +01:00
5schatten
e0983694b6 libretro-mgba: updated to git 38bad71
- switched to upstream repo
- changed PKG_TOOLCHAIN to "cmake-make"
- updated dependencies
2018-11-30 18:33:43 +01:00
5schatten
0a96ead557 libretro-fbalpha: updated to git bfededf / updated build flags 2018-11-28 12:56:00 +01:00