From d30c88ec829e40333150d9f0aece53ba1bcdd05a Mon Sep 17 00:00:00 2001 From: davidovski Date: Sat, 5 Feb 2022 23:06:30 +0000 Subject: added auto-mainainer to build meta packages --- repo/meta/system.xibuild | 14 ++++---------- 1 file changed, 4 insertions(+), 10 deletions(-) (limited to 'repo/meta/system.xibuild') diff --git a/repo/meta/system.xibuild b/repo/meta/system.xibuild index 06971e3..b64532e 100644 --- a/repo/meta/system.xibuild +++ b/repo/meta/system.xibuild @@ -1,11 +1,5 @@ -repo=devel +#!/bin/bash +# This file was automatically generated, do not edit! -MAKEDEPS=() -DEPS=() - -for i in $(ls -1 $(echo $BUILD_FILE_PATH | rev | cut -d/ -f3- | rev)/$repo); do - name=$(basename -s .xibuild $i) - DEPS=(${DEPS[@]} $name) -done - -DESC="The full set of system packages available on xilinux" +DESC="All the the packages available in system" +DEPS=( acl attr binutils bootscripts brotli bzip2 cacerts coreutils dbus efibootmgr efivar elogind eudev expat findutils freetype2 gc gdbm gettext glibc glib gmp gnutls gobject-introspection gperf grub guile gzip iana-etc icu intltool js78 kbd kmod krb5 ldns libarchive libcap-ng libcap libffi libidn libldap libndp libnghttp libnl libp11-kit libpipeline libpng libpsl libsasl libseccomp libsigsegv libssh2 libtasn1 libtool libunistring libxcrypt libxml2 libxslt lz4 lzo mkinitramfs mpfr ncurses nettle networkmanager newt nspr nss openssl pahole pam pcre perl perl-xml-parser polkit popt psmisc python-mako python-markupsafe python-requests python readline rtmpdump sed shadow slang sysklogd sysvinit tar tcl xxhash xz zip zlib zstd) -- cgit v1.2.1