From: Richard W.M. Jones Date: Thu, 11 Aug 2016 07:41:07 +0000 (+0100) Subject: Add iso-codes.noarch to the stage3 chroot. X-Git-Url: http://git.annexia.org/?a=commitdiff_plain;h=f96f8ea86eea2ec0306f856676fd8bb28426d5f4;p=fedora-riscv.git Add iso-codes.noarch to the stage3 chroot. --- diff --git a/Makefile b/Makefile index ef4b688..1c9a48b 100644 --- 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 \