summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorP. J. McDermott <pjm@nac.net>2013-07-02 15:43:18 (EDT)
committer P. J. McDermott <pjm@nac.net>2013-07-02 15:43:18 (EDT)
commitbecbae4e06c223bec5f33dda8ef485981ae9b449 (patch)
tree5e4fedad884da52d606ace83dd1ffd288c5ddcf1
parent35a74c739eedd275c25b409b4376ff3bbf734804 (diff)
bootstrap-prepare.sh: Fetch gettext and its deps.
-rwxr-xr-xbootstrap-prepare.sh3
1 files changed, 2 insertions, 1 deletions
diff --git a/bootstrap-prepare.sh b/bootstrap-prepare.sh
index f3f6215..4fdd000 100755
--- a/bootstrap-prepare.sh
+++ b/bootstrap-prepare.sh
@@ -65,7 +65,8 @@ prepare_packages_from_git()
for repo in zlib toolchains/binutils linux-libre eglibc \
gmp toolchains/gcc-4.7 toolchains/gcc-defaults \
busybox gmake opkg opkbuild opkhelper-3.0 \
- fakeroot file m4 config-dev; do
+ fakeroot file m4 config-dev \
+ expat gettext libunistring; do
log 'Preparing package %s...' "${repo##*/}"
if [ ! -d "${repo##*/}" ]; then
git clone --depth 1 \