From f96f8ea86eea2ec0306f856676fd8bb28426d5f4 Mon Sep 17 00:00:00 2001 From: "Richard W.M. Jones" Date: Thu, 11 Aug 2016 08:41:07 +0100 Subject: [PATCH] Add iso-codes.noarch to the stage3 chroot. --- Makefile | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) 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 \ -- 1.8.3.1