Package cleanup.
This commit is contained in:
parent
6545259427
commit
c2f74b6d7f
4 changed files with 9 additions and 8 deletions
|
@ -14,9 +14,9 @@ PKG_IS_ADDON="no"
|
|||
PKG_AUTORECONF="no"
|
||||
PKG_TOOLCHAIN="make"
|
||||
|
||||
PKG_BASEOS="plymouth-lite grep wget util-linux xmlstarlet bluetool gnupg gzip patchelf imagemagick \
|
||||
terminus-font vim bash pyudev dialog six git dbus-python coreutils miniupnpc nss-mdns \
|
||||
avahi alsa-ucm-conf fbgrab modules system-utils autostart powerstate powertop ectool"
|
||||
PKG_BASEOS="plymouth-lite grep wget util-linux xmlstarlet gnupg gzip patchelf imagemagick \
|
||||
terminus-font vim bash pyudev dialog six git dbus-python coreutils \
|
||||
alsa-ucm-conf fbgrab modules system-utils autostart powerstate powertop ectool"
|
||||
|
||||
PKG_UI="emulationstation es-themes"
|
||||
|
||||
|
@ -26,7 +26,9 @@ PKG_COMPAT="lib32"
|
|||
|
||||
PKG_MULTIMEDIA="ffmpeg vlc mpv"
|
||||
|
||||
PKG_TOOLS="i2c-tools synctools jslisten evtest tailscale pygobject fileman"
|
||||
PKG_NETWORK=" network synctools"
|
||||
|
||||
PKG_TOOLS="i2c-tools jslisten evtest fileman"
|
||||
|
||||
### Project specific variables
|
||||
case "${PROJECT}" in
|
||||
|
@ -47,7 +49,7 @@ if [ ! -z "${BASE_ONLY}" ]
|
|||
then
|
||||
PKG_DEPENDS_TARGET+=" ${PKG_BASEOS} ${PKG_TOOLS} ${PKG_UI}"
|
||||
else
|
||||
PKG_DEPENDS_TARGET+=" ${PKG_BASEOS} ${PKG_TOOLS} ${PKG_UI} ${PKG_COMPAT} ${PKG_MULTIMEDIA} ${PKG_SOFTWARE}"
|
||||
PKG_DEPENDS_TARGET+=" ${PKG_BASEOS} ${PKG_NETWORK} ${PKG_TOOLS} ${PKG_UI} ${PKG_COMPAT} ${PKG_MULTIMEDIA} ${PKG_SOFTWARE}"
|
||||
fi
|
||||
|
||||
make_target() {
|
||||
|
|
|
@ -4,7 +4,7 @@
|
|||
PKG_NAME="image"
|
||||
PKG_LICENSE="GPL"
|
||||
PKG_SITE="https://libreelec.tv"
|
||||
PKG_DEPENDS_TARGET="toolchain squashfs-tools:host dosfstools:host fakeroot:host kmod:host mtools:host populatefs:host libc gcc linux linux-drivers linux-firmware ${BOOTLOADER} busybox util-linux corefonts network misc-packages debug usb-modeswitch unzip poppler textviewer jq socat p7zip file bluez splash initramfs jelos"
|
||||
PKG_DEPENDS_TARGET="toolchain squashfs-tools:host dosfstools:host fakeroot:host kmod:host mtools:host populatefs:host libc gcc linux linux-drivers linux-firmware ${BOOTLOADER} busybox util-linux corefonts misc-packages debug usb-modeswitch unzip poppler textviewer jq socat p7zip file bluez splash initramfs jelos"
|
||||
PKG_SECTION="virtual"
|
||||
PKG_LONGDESC="Root package used to build and create complete image"
|
||||
|
||||
|
|
|
@ -7,7 +7,7 @@ PKG_VERSION=""
|
|||
PKG_LICENSE="various"
|
||||
PKG_SITE="https://libreelec.tv"
|
||||
PKG_URL=""
|
||||
PKG_DEPENDS_TARGET="toolchain connman netbase ethtool openssh iw rsync"
|
||||
PKG_DEPENDS_TARGET="toolchain connman netbase ethtool openssh iw rsync tailscale avahi miniupnpc nss-mdns bluetool"
|
||||
PKG_SECTION="virtual"
|
||||
PKG_LONGDESC="Metapackage for various packages to install network support"
|
||||
|
||||
|
|
|
@ -3,7 +3,6 @@
|
|||
|
||||
PKG_NAME="seatd"
|
||||
PKG_VERSION="0.7.0"
|
||||
PKG_SHA256="210ddf8efa1149cde4dd35908bef8e9e63c2edaa0cdb5435f2e6db277fafff3c"
|
||||
PKG_LICENSE="MIT"
|
||||
PKG_SITE="https://git.sr.ht/~kennylevinsen/seatd"
|
||||
PKG_URL="https://git.sr.ht/~kennylevinsen/seatd/archive/${PKG_VERSION}.tar.gz"
|
||||
|
|
Loading…
Reference in a new issue