summaryrefslogtreecommitdiff
path: root/repo/meta/utilities.xibuild
blob: 0991e0c13f31aabf60de078c2f482e8e6121aa7b (plain)
1
2
3
4
5
6
7
8
9
10
repo=util

DEPS=()

for i in $(ls -1 $(echo /home/david/docs/proj/xilinux/buildfiles/repo/meta/build.xibuild | rev | cut -d/ -f3- | rev)/$repo); do
    name=$(basename -s .xibuild $i)
    DEPS=(${DEPS[@]} $name)
done

DESC="The full set of utility programs available for xilinux"