summaryrefslogtreecommitdiff
path: root/repo/meta/utilities.xibuild
diff options
context:
space:
mode:
Diffstat (limited to 'repo/meta/utilities.xibuild')
-rw-r--r--repo/meta/utilities.xibuild11
1 files changed, 0 insertions, 11 deletions
diff --git a/repo/meta/utilities.xibuild b/repo/meta/utilities.xibuild
deleted file mode 100644
index e4818fa..0000000
--- a/repo/meta/utilities.xibuild
+++ /dev/null
@@ -1,11 +0,0 @@
-repo=util
-
-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 utility programs available for xilinux"