1168 Commits

Author SHA1 Message Date
MilhouseVH
8dbd1c1793 libfstrcmp: initial package 2018-07-31 19:13:43 +01:00
Sascha Kuehndel (InuSasha)
07420cb3c3
busybox: temporary fix for nfs based boot 2018-07-24 22:51:40 +02:00
CvH
bf10e73172 spdx: missed packages 2018-07-19 17:25:45 +02:00
CvH
8e09fadb5b spdx: packages/devel 2018-07-17 23:58:50 +02:00
MilhouseVH
5483e21be9
Merge pull request #2763 from InuSasha/fixes/glibc-drop-obsolete
glibc: drop obsolete code
2018-07-16 00:38:51 +01:00
Christian Hewitt
b862b263fc
Merge pull request #2791 from HiassofT/le9-systemd-239
systemd: update to 239
2018-07-15 07:31:10 +04:00
Sascha Kuehndel (InuSasha)
c194afd66f
glibc: do not build obsolete code 2018-07-05 07:36:10 +02:00
CvH
9adf3204b9 elfutils: remove unused options 2018-06-26 19:40:57 +02:00
CvH
14d2950c2f fribidi: remove unused options 2018-06-26 19:40:57 +02:00
Matthias Reichl
cd485a7fe6 autoconf: add runstatedir backport patch
Signed-off-by: Matthias Reichl <hias@horus.com>
2018-06-24 14:20:07 +02:00
MilhouseVH
94a4844513 libcec: update to libcec-8adc786 2018-06-20 00:09:43 +01:00
Sascha Kuehndel (InuSasha)
0a4dd829a5
glibc: addition cflags for gcc8 2018-06-04 20:07:06 +02:00
Matthias Reichl
5bf18e2ffa dbus-glib: enable lto
Signed-off-by: Matthias Reichl <hias@horus.com>
2018-06-04 19:54:29 +02:00
Matthias Reichl
a2b68bb4c6 ncurses: drop lto build flag
Signed-off-by: Matthias Reichl <hias@horus.com>
2018-06-04 19:54:29 +02:00
Matthias Reichl
16f29e9546 glibc: drop lto build flag
Signed-off-by: Matthias Reichl <hias@horus.com>
2018-06-04 19:54:29 +02:00
MilhouseVH
d6626b2f48 glibc: install localedef because the installer needs it
Looks like I cocked this up first with #1616 and then #1686.
2018-05-16 06:30:24 +01:00
Matthias Reichl
3420355dcf Revert "make: Fix glob handling (#2681)"
This reverts commit e0b6641f50f881b072b619f130914d48a05b7ef9.

Changing configure.ac requires aclocal-1.15 to be installed on the
build host as the configure script needs to be regenerated.

This breaks builds on all systems without automake-1.15, so revert
the change until a solution for the Arch make issue is found
that doesn't introduce a ton of host dependencies.

Signed-off-by: Matthias Reichl <hias@horus.com>
2018-05-12 11:33:48 +02:00
Jernej Škrabec
e0b6641f50 make: Fix glob handling (#2681) 2018-05-11 21:35:35 +02:00
Sascha Kuehndel (InuSasha)
97733bb439
make: fix build against actual host glibc 2018-04-26 15:00:26 +02:00
Sascha Kuehndel (InuSasha)
8827a540aa
buildsystem: add BUILD_FLAG support
- replace strip_lto/strip_gold (only allowed to disable)
- add flag for PIC feature
- add flag to stop build parallel
- add support for hardening option (initial copy from debian 9)

All build parameters, are added in setup_toolchain.
`PKG_[FLAG]_[HOST/TARGET]_ENABLED` variable is introduced for checking the flag (yes/no) in the package.mk

Thanks to @MilhouseVH, for support and fixing
2018-03-07 18:35:01 +01:00
Jonas Karlman
500add21aa binutils: add patch to fix aarch64 ld regression 2018-02-25 17:43:03 +01:00
MilhouseVH
0e3461acf0
Merge pull request #2505 from HiassofT/le9-perf-fix
fix perf build
2018-02-22 12:21:04 +00:00
Matthias Reichl
3e8571e74a binutils: cleanup target build, add libbfd
Signed-off-by: Matthias Reichl <hias@horus.com>
2018-02-20 10:54:50 +01:00
MilhouseVH
e07b99db3f glibc: use build_with_debug() helper function 2018-02-19 07:08:48 +00:00
MilhouseVH
75a1f9e1d9 attr: use build_with_debug() helper function 2018-02-19 07:08:48 +00:00
Matthias Reichl
f7cc27d9b2 arm-mem: update to a3277ce
Use -v7 library for RPi2 and Slice3, -v6 for other devices

Signed-off-by: Matthias Reichl <hias@horus.com>
2018-02-11 20:42:19 +01:00
Christian Hewitt
161ae076c9
Merge pull request #2459 from MilhouseVH/le90_package_bumps_2018v1
Package Updates: various
2018-02-10 10:54:32 +04:00
MilhouseVH
7f93f94cc7
Merge pull request #2480 from HiassofT/le9-perf
install perf in development builds
2018-02-07 23:52:18 +00:00
MilhouseVH
42bae9e8fc fribidi: update to fribidi-1.0.1 2018-02-07 00:50:42 +00:00
MilhouseVH
77b965a9b2 ccache: update to ccache-3.3.6 2018-02-05 19:20:55 +00:00
MilhouseVH
ea75974980 glibc: update to glibc-2.27 2018-02-05 19:20:54 +00:00
MilhouseVH
d20430e8ca autoconf-archive: update to autoconf-archive-2017.09.28 2018-02-05 19:20:54 +00:00
MilhouseVH
b79713ee95 ncurses: update to ncurses-6.1-20180203 2018-02-05 19:20:49 +00:00
Matthias Reichl
088e6a765e binutils: build libiberty for target
Libiberty is needed by perf to demangle symbols.

Signed-off-by: Matthias Reichl <hias@horus.com>
2018-02-05 15:42:44 +01:00
Matthias Reichl
032cf5a44b elfutils: install libdwfl, libebl and version.h to sysroot
Needed by perf to parse and display debug symbols.

Signed-off-by: Matthias Reichl <hias@horus.com>
2018-02-05 15:42:44 +01:00
Matthias Reichl
8fe6d3de5c elfutils: update to 0.170
Signed-off-by: Matthias Reichl <hias@horus.com>
2018-02-05 15:42:44 +01:00
MilhouseVH
edf8510fc8 binutils: update to binutils-2.30 2018-02-05 08:59:19 +00:00
eluancm
f4bbb99cf0 Fixes for building Generic/x86_64 under Gentoo/amd64 2018-02-01 22:11:19 -05:00
Lukas Rusak
63d3214805
boost: fix python config 2018-01-02 14:05:54 -08:00
maart84
e00c84c608
Create libcec patch fixing LG tv changing input
This patch fixes the 2012 LG tv's changing input to libreelec whenever the TV is switched on.
see https://github.com/Pulse-Eight/libcec/pull/390 for more info
2017-12-13 22:52:59 +01:00
Christian Hewitt
f8d8e96e0d
Merge pull request #2304 from MilhouseVH/le90_security_fixes
openssl/heimdal: Security fixes
2017-12-09 23:15:32 +04:00
MilhouseVH
833bfa6bc5 cmake: update to cmake-3.10.0 2017-12-09 09:42:56 +00:00
MilhouseVH
5724d469dc cmake: simplify version changes 2017-12-09 09:42:47 +00:00
MilhouseVH
631622d9f0 heimdal: update to heimdal-7.5.0 2017-12-08 17:33:20 +00:00
MilhouseVH
61826e9bf2 libplist: update to libplist-2.0.0 2017-12-01 05:12:59 +00:00
MilhouseVH
bc76c3bfe4
Merge pull request #2240 from CvH/9.0-libcec-jenkins
libcec: disable git depends
2017-11-22 13:37:00 +00:00
cvh
ba4d7e367c libcec: disable git
- this fixes jenkins
2017-11-22 13:24:59 +01:00
Sascha Kuehndel (InuSasha)
430f6e33a0
buildsystem: set PKG_TOOLCHAIN for multiple packages 2017-11-22 00:49:45 +01:00
Sascha Kuehndel (InuSasha)
3b9fcfc3b4
buildsystem: rename TOOLCHAIN other to manual 2017-11-22 00:41:13 +01:00
Sascha Kuehndel (InuSasha)
da38cd92e3
buildsystem: set PKG_TOOLCHAIN for packages, that need it 2017-11-22 00:41:13 +01:00