0
0
Fork 0
Commit Graph

131 Commits

Author SHA1 Message Date
Adrien Destugues 278efefce1 Fix build of some recipes
- Force version of boost, otherwise we get boost 1.57 and nothing works
  with it because it's too old
- Remove now unneeded DISABLE_ASLR in haikuwebkit package (it is done
  correctly in the gcc11 recipe now)
2021-11-06 18:56:48 +01:00
Adrien Destugues b02e813ae4 sdcc: update to version 4.1.0 2021-11-06 15:57:10 +01:00
Jerome Duval 9b9346f6c2 stlink: remove dependency on libssp
__stack_chk_fail is provided by libroot
2021-10-14 20:22:10 +02:00
waddlesplash 4f180bdb94
Utilize the new "all" ARCHITECTURES keyword in most recipes. (#6189)
x86_64 is used as a baseline: the "x86_64" entry, whatever status it has,
is transformed into "all", and then the other entries in ARCHITECTURES
either dropped or rearranged appropriately.
2021-09-15 15:40:18 -04:00
Adrien Destugues 1da404f84c teensy_loader_cli: new recipe. 2021-08-21 20:09:20 +02:00
Adrien Destugues 5da4eb84cc namen_asm: new recipe 2021-08-19 21:51:39 +02:00
Adrien Destugues 69ea260415 dasmxx: new recipe. 2021-08-19 21:15:30 +02:00
Sergei Reznikov 04e0a447a9 u_boot_tools: fix gcc2 build 2021-04-17 13:35:46 +03:00
Schrijvers Luc 23155ecd2c
avrdude, revbump for newer libftdi (#5790) 2021-03-23 18:30:18 +01:00
Schrijvers Luc 6cf40eec94
libftdi, bump version, fix installation paths for the headers (#5646) 2021-03-23 18:26:43 +01:00
Schrijvers Luc 63684b0052
sdcc, revbump for rebuild (#5516) 2020-12-24 19:20:34 +01:00
Adrien Destugues 7295ab4d3f sdcc: actually fix patchset. 2020-12-17 19:21:14 +01:00
Adrien Destugues 6ade5ccbf4 sdcc: fix patchset
The patch to handle relocatable executables had been misapplied.
2020-12-17 19:10:02 +01:00
Adrien Destugues 714910dbd8 Add recipe for hideur maikeur
It got split from cpctools a while ago and I had never added the new
package. And I need this tool again.
2020-11-15 20:37:37 +01:00
Gerasim Troeglazov b88f45eae6 stlink: bump version, enable for x86_64 arch 2020-10-01 21:47:30 +10:00
Gerasim Troeglazov 5cb2c022b7 sdcc: bump version
* enable build for pic controllers
2020-10-01 11:51:59 +10:00
Gerasim Troeglazov 2bd5270fd8 gputils: fix build for gcc2 2020-09-29 12:08:40 +10:00
Gerasim Troeglazov 3099cac48f gputils: add recipe 2020-09-29 10:44:28 +10:00
Adrien Destugues 53bb7b63e0 avr_gcc: fix secondary arch support.
Put the compiler in the main architecture dir, that's simpler (no need
to setarch to use it). And avr_libc would not handle it otherwise,
anyways.
2019-09-01 21:37:11 +02:00
Gerasim Troeglazov 18d5066070 Arduino: fix build for secondary arch
* remove old recipes
* fix requires for java runtime
2019-07-19 23:30:56 +10:00
Gerasim Troeglazov 00f7ae8276 Arduino: fix requires 2019-07-17 20:36:42 +10:00
Gerasim Troeglazov 822ed698f0 Arduino: fix build 2019-07-17 19:51:23 +10:00
Sergei Reznikov 937e2d40d3 libftdi: bump version for rebuild 2019-07-16 16:47:46 +03:00
Adrien Destugues 02981c3ef5 cpctools: update to new release.
Some of the tools have been split to separate git repos and I'll make
new recipes.
2019-05-18 15:02:53 +02:00
Adrien Destugues 34b35187e6 gcc6809: re-add part of patchset that wnet lost in previous update
and further cleanup.
2019-03-21 20:00:21 +01:00
Adrien Destugues 68a7a0e545 gcc6809: update patch to latest upstream version. 2019-03-18 20:55:27 +01:00
Adrien Destugues 336ec2183b lwtools: bump. 2019-03-18 20:12:02 +01:00
Adrien Destugues eb7d3f7e0d libftdi: fix devel package dependencies 2019-01-11 23:57:27 +01:00
Adrien Destugues 6c344cde2d libftdi: update to latest versin and fix packaging
- Remove x86_gcc2 since it uses libboost
- Simplify patches and put headers where pkgconfig files tell they are
2019-01-07 23:11:17 +01:00
Adrien Destugues 5968411e28 avrdude: depends on libusb_compat
avrdude needs both libusb1 and libusb0 to work with all USB adapters.

Alsmo move the binary to the main directory as we don't plan to get this
building with gcc2.
2018-12-15 22:36:09 +01:00
Jérôme Duval a1d63cdda3
libftdi: switch to https. 2018-09-24 14:43:44 +02:00
Jerome Duval 3b10cbdba8 fix missing $secondaryArchSuffix
clean up.
2018-09-05 07:37:48 +02:00
fbrosson be018544fa
ec2drv: fix PROVIDES, add SOURCE_FILENAME. 2018-08-19 02:44:41 +00:00
Adrien Destugues 418f692ede Add recipe for ec2drv. 2018-08-18 11:13:29 +02:00
Jerome Duval 0d782eba67 dev-*: reorder sections. 2018-08-08 16:18:18 +02:00
Jerome Duval dedc2c6324 code style. 2018-08-06 15:08:49 +02:00
Jerome Duval 8fb9da6042 dfu_programmer: code style. 2018-08-03 08:44:15 +02:00
Jerome Duval 1c65bfe996 2cdt: code style. 2018-08-03 07:28:50 +02:00
fbrosson bb4b40fc38
avra: use http for HOMEPAGE and https for SOURCE_URI. 2018-06-19 11:48:55 +00:00
Gerasim Troeglazov cdf3ae3d9e avra: add x86_64 arch 2018-06-19 21:06:51 +10:00
Gerasim Troeglazov 92629821fa avrdude: fix build for other arch
* thnx fbrosson
2018-06-19 21:03:07 +10:00
Gerasim Troeglazov 8f62a8960a avr_libc: update HOMEPAGE and COPYRIGHT 2018-06-19 20:57:04 +10:00
Gerasim Troeglazov bed2d0ac85 avr_libc: bump version 2018-06-18 23:55:09 +10:00
Gerasim Troeglazov 5b8c714d5b avrdude: fix build for x86_64 arch 2018-06-18 23:38:16 +10:00
Gerasim Troeglazov f6f080d9ce libftdi: fix REQUIRES 2018-06-18 23:13:14 +10:00
Gerasim Troeglazov 17f894a2db libftdi: fix build for x86_64 arch 2018-06-18 22:59:10 +10:00
Sergei Reznikov 79cf530cd2 u_boot_tools: add missing BUILD_PREREQUIRES 2017-10-27 17:00:41 +03:00
Adrien Destugues c6f6e1c0e6 fix libdsk provides 2017-07-30 10:01:34 +02:00
Jerome Duval fc0936b040 Bump revisions for x86_64 rebuild after time_t change.
* a few apps needed build fix for time_t.
* disable compatibility packages for x86_64.
2017-06-27 15:46:25 +02:00
Adrien Destugues fb3dafee77 2cdt: fogot to uncomment patchset. 2017-05-10 21:36:58 +02:00