Commit graph

37 commits

Author SHA1 Message Date
Ian Leonard
34142fb3ea compress: automated code cleanup
Signed-off-by: Ian Leonard <antonlacon@gmail.com>
2021-01-19 19:33:43 +00:00
Sascha Kuehndel (InuSasha)
c7c469431e
buildsystem: host should not depend on cross-compiler 2019-10-18 19:41:00 +02:00
Sascha Kuehndel (InuSasha)
449617bf48
bzip2: update to 1.0.8 2019-07-28 11:37:10 +02:00
MilhouseVH
b135c7ead9 packages: add missing dependencies 2019-02-08 17:17:43 +00:00
CvH
85e5b4dc1f cleanup: PKG_SHORTDESC 2018-10-22 15:06:12 +02:00
CvH
4cffa5fe6f cleanup: remove PKG_ARCH="any" 2018-10-22 15:06:12 +02:00
CvH
4317bc5002 cleanup: remove PKG_SECTION 2018-10-22 15:06:11 +02:00
MilhouseVH
2af9c40552 bzip2: download from mirror as bzip.org no longer available
https://lwn.net/Articles/762264/
2018-08-18 05:59:41 +01:00
CvH
c8601550aa spdx: packages/compress 2018-07-17 23:58:49 +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
Sascha Kuehndel (InuSasha)
3846ec7dac
buildsystem: replace PKG_AUTORECONF 2017-11-22 00:41:12 +01:00
cvh
837b447b7c decommission PKG_IS_ADDON 2017-10-16 00:01:20 +02:00
Lukas Rusak
c1d346a253
bzip2: fix depends 2017-10-13 15:01:51 -07:00
Peter Vicman
50a51452be build system: add sha256 checksum to all packages
putting #1597 in use
2017-07-17 20:49:23 +02:00
MilhouseVH
99ef6bc05d PKG_BUILD: drop $ROOT, convert to absolute path 2017-02-17 18:17:13 +00:00
MilhouseVH
03366a102c TOOLCHAIN: drop $ROOT, convert to absolute path 2017-02-17 18:17:13 +00:00
awiouy
cf5d3a4579 decommission PKG_REV 2017-01-19 00:06:13 +01:00
Christian Hewitt
a7ad32935c Merge pull request #760 from lrusak/cmake
rework cmake build system and adjust build variables
2016-09-27 11:26:54 +04:00
Stephan Raue
6c55ec91f5
bzip2: dont use $TARGET_* variables
Signed-off-by: Stephan Raue <stephan@openelec.tv>
2016-09-26 23:20:34 -07:00
awiouy
e0c2de9b39 Decommission PKG_PRIORITY 2016-09-24 11:57:39 +02:00
longchair
ce3ff9b17e bzip2 : allow to build for host 2016-04-07 22:16:18 +02:00
Stephan Raue
f51faa070d packages: update license headers
Signed-off-by: Stephan Raue <stephan@openelec.tv>
2016-01-02 17:29:56 +01:00
Stephan Raue
51c7640132 bzip2: rework PKG_DEPENDS, replace and merge PKG_BUILD_DEPENDS_* with PKG_DEPENDS_*
Signed-off-by: Stephan Raue <stephan@openelec.tv>
2014-01-30 14:57:04 +01:00
Stephan Raue
0f3e2d4ffa update license headers
Signed-off-by: Stephan Raue <stephan@openelec.tv>
2013-12-21 21:51:48 +01:00
Stephan Raue
3f0ad928db bzip2: convert to new package format
Signed-off-by: Stephan Raue <stephan@openelec.tv>
2013-07-17 19:04:03 +02:00
Domin6
543c89c24b Change copyright and FSF address, this fixes #252 2012-02-29 13:36:32 +01:00
Lionel Widdifield
f979a9f069 bzip2 CFLAGS -fPIC 2012-02-14 10:37:31 -08:00
Stephan Raue
c887ff0b99 bzip2: add license headers
Signed-off-by: Stephan Raue <stephan@openelec.tv>
2011-01-09 18:37:19 +01:00
Stephan Raue
6e5bb3f519 bzip2: add autoreconf support
Signed-off-by: Stephan Raue <stephan@openelec.tv>
2010-11-25 18:21:14 +01:00
Stephan Raue
69b0873ff4 bzip2: cleanups
Signed-off-by: Stephan Raue <stephan@openelec.tv>
2010-11-13 14:30:39 +01:00
Stephan Raue
3dbad5d57c bzip2: update to bzip2-1.0.6
Signed-off-by: Stephan Raue <stephan@openelec.tv>
2010-09-24 18:32:41 +02:00
Stephan Raue
6751f156b3 bzip2: remove url file to enable metafile support
Signed-off-by: Stephan Raue <stephan@openelec.tv>
2010-07-22 05:08:35 +02:00
Stephan Raue
99948a4d25 bzip2: add metafile support
Signed-off-by: Stephan Raue <stephan@openelec.tv>
2010-07-22 00:22:28 +02:00
Stephan Raue
c7cf1f753b packages/*, scripts/*, config/options: remove $PKG_DIR declaration (now in config/path), include config/options with package name
Signed-off-by: Stephan Raue <stephan@openelec.tv>
2010-07-21 18:54:45 +02:00
Stephan Raue
11c9a79f93 bzip2: cleanup
Signed-off-by: Stephan Raue <stephan@openelec.tv>
2010-07-15 21:20:10 +02:00
Stephan Raue
65ff669414 bzip2:
- cosmetics
2010-06-16 15:16:39 +02:00
Stephan Raue
113d8fad9b bzip2:
- move to compress group
2010-01-07 17:58:45 +01:00