Commit graph

21 commits

Author SHA1 Message Date
Ian Leonard
b31ce30170 sysutils: automated code cleanup
Signed-off-by: Ian Leonard <antonlacon@gmail.com>
2021-01-19 19:34:16 +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
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
CvH
1b9cbdaf26 spdx: packages/sysutils 2018-07-18 22:37:47 +02: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
Peter Vicman
50a51452be build system: add sha256 checksum to all packages
putting #1597 in use
2017-07-17 20:49:23 +02:00
Lukas Rusak
8e797eff17
use openssl instead of libressl 2017-03-14 10:46:29 -07:00
awiouy
cf5d3a4579 decommission PKG_REV 2017-01-19 00:06:13 +01:00
Lukas Rusak
5923c833db
diskdev_cmds: use unified /usr 2016-12-04 13:23:45 -08:00
awiouy
e0c2de9b39 Decommission PKG_PRIORITY 2016-09-24 11:57:39 +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
fe6501a77f diskdev_cmds: dont build 'diskdev_cmds:init' target
Signed-off-by: Stephan Raue <stephan@openelec.tv>
2014-08-05 15:44:25 +02:00
Stephan Raue
79cd9680ee diskdev_cmds: switch to libressl support
Signed-off-by: Stephan Raue <stephan@openelec.tv>
2014-07-20 14:38:11 +02:00
Stephan Raue
07d0109d00 diskdev_cmds: install binaries and symlinks to /sbin
Signed-off-by: Stephan Raue <stephan@openelec.tv>
2014-06-07 14:56:51 +02:00
Stephan Raue
5c6dc139c3 diskdev_cmds: rework PKG_DEPENDS, replace and merge PKG_BUILD_DEPENDS_* with PKG_DEPENDS_*
Signed-off-by: Stephan Raue <stephan@openelec.tv>
2014-01-30 14:56:18 +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
168b8c7296 diskdev_cmds: add PKG_DEPENDS_TARGET and PKG_DEPENDS_INIT
Signed-off-by: Stephan Raue <stephan@openelec.tv>
2013-12-18 17:35:23 +01:00
Stephan Raue
38b5e5c8a1 diskdev_cmds: convert to new package format
Signed-off-by: Stephan Raue <stephan@openelec.tv>
2013-12-16 00:10:01 +01:00
Renamed from packages/sysutils/diskdev_cmds/meta (Browse further)