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

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 utility programs available for xilinux"