Add iso-codes.noarch to the stage3 chroot.
authorRichard W.M. Jones <rjones@redhat.com>
Thu, 11 Aug 2016 07:41:07 +0000 (08:41 +0100)
committerRichard W.M. Jones <rjones@redhat.com>
Thu, 11 Aug 2016 07:41:07 +0000 (08:41 +0100)
Makefile

index ef4b688..1c9a48b 100644 (file)
--- a/Makefile
+++ b/Makefile
@@ -37,7 +37,8 @@ LOCAL_LINUX_GIT_COPY = $(HOME)/d/linux
 # The root packages (plus their dependencies) that we want to in the
 # stage 3 chroot.  This must include all the cross-compiled packages
 # below, and may also include any noarch package we like.
-STAGE3_PACKAGES = ncurses-devel readline-devel bash coreutils gmp-devel \
+STAGE3_PACKAGES = iso-codes \
+ncurses-devel readline-devel bash coreutils gmp-devel \
 mpfr-devel mpc-devel binutils gcc gcc-c++ util-linux tar \
 gzip zlib-devel file-devel popt-devel beecrypt-devel \
 rpm rpm-build rpm-devel libdb-utils libdb-devel nano \