summaryrefslogtreecommitdiff
path: root/repo/meta/system.xibuild
blob: 8db89dfbe276993843a23d215fe49fc22769f834 (plain)
1
2
3
4
5
6
7
8
9
10
repo=devel

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"