582 Commits

Author SHA1 Message Date
chewitt
796223f8c6 config: set version to 8.0.1 2017-03-23 08:19:42 +00:00
MilhouseVH
ac04dfa3ec config/functions: simplify kernel_* functions 2017-03-06 22:15:51 +00:00
MilhouseVH
d1785da461 config/functions: add get_pkg_variable and get_pkg_directory helper functions 2017-03-06 22:15:50 +00:00
chewitt
bee981a348 config: set version to devel 2017-02-22 06:53:27 +00:00
chewitt
7b73c87b5c config: set version to 8.0.0 2017-02-18 04:20:29 +00:00
Lukas Rusak
7ddcdfa65a
config/version: set back to devel 2017-02-12 09:50:36 -08:00
chewitt
36a93bd8b5 config: set version to 7.95.3 2017-02-10 03:39:39 +00:00
chewitt
cdf4232fe3 config: set version to devel 2017-02-05 05:58:58 +00:00
chewitt
d2ec4820bb config: set version to 7.95.2 2017-02-01 18:59:15 +00:00
chewitt
40e1e68208 config: set to devel 2017-01-17 08:17:10 +00:00
MilhouseVH
9a8978b8c5 Merge pull request #1143 from chewitt/tag_7951
config: set version to 7.95.1
2017-01-16 11:43:13 +00:00
Christian Hewitt
fbdb98fecb Merge pull request #1173 from lrusak/kodi-libdvd-url
kodi: build libdvd* in the kodi depends
2017-01-16 15:41:06 +04:00
Jérôme Benoit
9076b4bbce
config/functions: add get_pkg_version helper function
Signed-off-by: Jérôme Benoit <jerome.benoit@piment-noir.org>
2017-01-14 00:37:04 -08:00
chewitt
b1ebd1585c config: set version to 7.95.1 2017-01-06 08:26:20 +00:00
Jonas Karlman
5c926c42f3 pkg-config: use sysroot path 2017-01-04 22:36:56 +01:00
Jonas Karlman
1048bfd7ac config/functions: restrict cmake find_package search path 2017-01-03 21:20:57 +01:00
Jonas Karlman
319c60ff34 config/functions: link systemd unit aliases 2016-12-27 21:40:37 +01:00
MilhouseVH
165a6fff38 build: switch to build-specific ccache by default 2016-12-26 16:42:36 +00:00
Lukas Rusak
bb7ef3c2f9
xf86-video-virtualbox: remove package 2016-12-16 11:30:19 -08:00
Lukas Rusak
4e3dd4a9e3 Merge pull request #1020 from MilhouseVH/patch_dir
build: implement PKG_PATCH_DIRS
2016-12-06 10:36:04 -08:00
MilhouseVH
4b599ac7b9 build: implement PKG_PATCH_DIRS 2016-12-06 18:25:25 +00:00
Lukas Rusak
8756cfcc86
config/functions: use unified /usr 2016-12-04 13:23:41 -08:00
Christian Hewitt
9b939f525d Merge pull request #936 from LibreELEC/lrusak-patch-1
config/version: set ADDON_VERSION to 8.1
2016-11-21 09:54:36 +04:00
Jérôme Benoit
9f298e2892 cleanup: remove for real out of tree projects and options file, features removal leafovers, etc.
I think it's error prone and useless to the development of LE.
I've left the possibilty to have a options file in your home directory
but I do not think it's necessary.

Signed-off-by: Jérôme Benoit <jerome.benoit@piment-noir.org>
2016-11-18 22:09:36 +01:00
Christian Hewitt
d61953b7fc Merge pull request #864 from awiouy/docker_script
script: create_docker_package
2016-11-18 06:04:53 +04:00
Lukas Rusak
a2b656ba03 config/version: set ADDON_VERSION to 8.1
We need this to bump all the add-ons without pissing people off because suddenly all their add-ons broke with the next alpha bump.
2016-11-15 16:31:11 -08:00
Lukas Rusak
0c00ae5426 Merge pull request #912 from InuSasha/fixes/host_build
build: fix host build enviroment
2016-11-05 09:57:59 -07:00
Peter Vicman
e4827031e2 buildsys: no more extra optimizations
OPTIMIZATIONS variable removed in 4df4ea789c44137f90c8c804888649cd35ae5e7c
2016-11-05 09:06:03 +01:00
Sascha Kuehndel (InuSasha)
086a9ac6d6
build: fix host build enviroment 2016-11-04 21:36:58 +01:00
kszaq
2de641bb52 Add a possibility to create the projects that could have several different devices
Such projects should be compiled differently for each device.
A device for multi-device projects must be specified in the
command line.

Originally created by Codesnake, adapted for LE.
767125372c
2016-10-28 20:08:08 +02:00
chewitt
f84628692b config/path: remove PKG_PRIORITY 2016-10-27 08:45:17 +01:00
Christian Hewitt
9e0afa874a Merge pull request #889 from lrusak/stripping
config/functions: change debug_strip syntax
2016-10-27 11:15:40 +04:00
Lukas Rusak
483abb0108
config/functions: change debug_strip syntax 2016-10-26 23:41:32 -07:00
Lukas Rusak
2974e17bce lcdproc: remove package 2016-10-23 20:18:50 +02:00
cvh
6163e81e72 addons: support screenshots and fanart 2016-10-23 20:08:23 +02:00
awiouy
62cd1c76b7 script: create_docker_package 2016-10-22 14:45:40 +02:00
Lukas Rusak
e400a90838
scripts/create_addon: add changelog to new "news" item 2016-10-13 09:21:28 -07:00
MilhouseVH
22ef3eea06 path: remove regex dependency when processing packages 2016-10-06 21:54:59 +01:00
Lukas Rusak
4ede5234e1
irserver: remove package 2016-10-06 10:53:44 -07:00
Lukas Rusak
14c62f8f3d Merge pull request #781 from MilhouseVH/path_optimise
path: optimize package processing
2016-09-30 10:43:17 -07:00
MilhouseVH
af5010824e toolchain: only setup_toolchain when building 2016-09-30 06:19:25 +01:00
MilhouseVH
01eff6af7c path: optimize package processing 2016-09-30 03:23:01 +01:00
Stephan Raue
322f4339a9
config/path: move some variables to config/functions and cleanup
Signed-off-by: Stephan Raue <stephan@openelec.tv>
2016-09-26 23:20:33 -07:00
Stephan Raue
433ab98027
config/path: remove $TOOLCHAIN_LANGUAGES and $TOOLCHAIN_CXX
Signed-off-by: Stephan Raue <stephan@openelec.tv>
2016-09-26 23:20:33 -07:00
Stephan Raue
734003bbeb
config/functions: add support for 'setup_toolchain() init' and 'setup_toolchain() bootstrap'
Signed-off-by: Stephan Raue <stephan@openelec.tv>
2016-09-26 23:20:32 -07:00
Lukas Rusak
564fb3e4b3
config/functions: cache ar assignment 2016-09-26 23:20:32 -07:00
Stephan Raue
ccb0683056
config/functions: rework setup_toolchain, add cmake configuration
Signed-off-by: Stephan Raue <stephan@openelec.tv>
2016-09-26 23:20:28 -07:00
Lukas Rusak
c66176f1ed
linux: install external firmware for x86_64 only 2016-09-19 11:52:51 -07:00
Christian Hewitt
925864666d Merge pull request #696 from lrusak/cleanup
build system cleanup
2016-09-10 13:12:21 +04:00
Lukas Rusak
4df4ea789c
buildsys: remove optimizations=normal 2016-09-09 09:17:20 -07:00