Andre Heider
657aa9d0af
rsyslog: cleanup and use the "sysroot" build flag
2020-02-10 08:53:39 +01:00
Andre Heider
b7c1a9dd6e
chrome: cleanup and use the "sysroot" build flag
...
As with system-tools before.
Use PKG_DEPENDS_CONFIG where appropriate.
2020-02-10 08:53:39 +01:00
Andre Heider
c8face08d4
jre.zulu: cleanup and use the "sysroot" build flag
...
As with system-tools before.
2020-02-10 08:53:39 +01:00
Andre Heider
71f5785142
btrfs-progs: cleanup and use the "sysroot" build flag
2020-02-10 08:53:39 +01:00
Andre Heider
fefa6bb2c6
snap[server|client]: cleanup and use the "sysroot" build flag
...
As with system-tools before.
2020-02-10 08:53:39 +01:00
Andre Heider
f6b8906014
tvheadend42: cleanup and use the "sysroot" build flag
...
As with system-tools before.
Use PKG_DEPENDS_CONFIG where appropriate.
2020-02-10 08:53:39 +01:00
Andre Heider
7273d94094
multimedia-tools: cleanup and use the "sysroot" build flag
...
As with system-tools before.
Use PKG_DEPENDS_CONFIG where appropriate.
2020-02-10 08:53:39 +01:00
Andre Heider
85d8668dee
network-tools: cleanup and use the "sysroot" build flag
...
As with system-tools before.
Merge rsyncx into rsync while at it.
2020-02-10 08:53:39 +01:00
Andre Heider
cdbbda66d4
system-tools: cleanup and use the "sysroot" build flag
...
Use the new flag instead of stubbing "makeinstall_target()" to avoid polluting
sysroot. For packages without the means to "make install", add a
makeinstall_target() function to populate install_pkg.
2020-02-10 08:53:39 +01:00
Andre Heider
64c73805fe
build: add PKG_DEPENDS_CONFIG to set PKG_CONFIG_PATH for packages
...
To be used for "-sysroot" packages.
2020-02-10 08:53:39 +01:00
Andre Heider
a6991f0aba
pkg-config: add support for multiple sysroots
2020-02-10 08:53:39 +01:00
Andre Heider
90f0c11d3b
touchscreen: Use get_install_dir() instead of get_build_dir()
2020-02-10 08:53:39 +01:00
Andre Heider
7b9d5b2499
pcscd: Use get_install_dir() instead of get_build_dir()
2020-02-10 08:53:39 +01:00
Andre Heider
c5b5df0266
locale: Use get_install_dir() instead of get_build_dir()
2020-02-10 08:53:39 +01:00
Andre Heider
84fb99e7ee
u-boot: Use get_install_dir() instead of get_build_dir()
2020-02-10 08:53:39 +01:00
Andre Heider
a93d8ffadc
image: clean up bootloader/release files
...
All required bootloader files are already copied by the u-boot package
(using the corresponding bootloader/install script) to the system's
/usr/share/bootloader directory. The dtb files are copied by the linux
package to the same spot.
Use that single source for the release tarballs instead of various
build directories.
2020-02-10 08:53:39 +01:00
Andre Heider
7d13537525
image: clean up Amlogic's bootloader/install script
...
The script is executed by u-boot itself, so there's no need to use
get_build_dir() on itself. This is what all other projects are already
doing.
2020-02-10 08:53:39 +01:00
Andre Heider
3354771cc6
Amlogic: move "u-boot-script" to UBOOT_FIRMWARE
...
The u-boot package adds it to PKG_DEPENDS_TARGET and PKG_DEPENDS_UNPACK,
exactly where we want it.
2020-02-10 08:53:39 +01:00
Andre Heider
a6111a6d0b
kodi: don't wipe themes, move them for the theme packages
2020-02-10 08:53:39 +01:00
Andre Heider
796b4b2d4d
TexturePacker: Remove redundant PKG_NEED_UNPACK
...
PKG_DEPENDS_UNPACK takes care of that.
2020-02-10 08:53:39 +01:00
Andre Heider
5341d46525
JsonSchemaBuilder: Remove redundant PKG_NEED_UNPACK
...
PKG_DEPENDS_UNPACK takes care of that.
2020-02-10 08:53:39 +01:00
Andre Heider
36e8fd71cf
tvheadend42: add missing PKG_DEPENDS_UNPACK
...
tvh-dtv-scan-tables is accessed using get_build_dir().
2020-02-10 08:53:39 +01:00
Andre Heider
8f96b795cd
grub: add missing PKG_DEPENDS_UNPACK
...
gnulib is accessed using get_build_dir().
2020-02-10 08:53:39 +01:00
Andre Heider
2c1566180b
libretro-picodrive: add missing PKG_DEPENDS_UNPACK
...
cyclone68000 is accessed using get_build_dir().
2020-02-10 08:53:39 +01:00
Andre Heider
fb7777370a
dvb-latest: add missing PKG_DEPENDS_UNPACK
...
media_tree is accessed using get_build_dir().
2020-02-10 08:53:39 +01:00