From: Tobias Ulmer Date: Mon, 17 Sep 2012 12:09:44 +0000 (+0200) Subject: add bzip2 to the required tools X-Git-Tag: e2factory-2.3.13rc1~100 X-Git-Url: https://git.e2factory.org/?a=commitdiff_plain;h=bd46712dd2bc3ea4b35cdbeb6660db18cdf111fc;p=e2factory.git add bzip2 to the required tools Signed-off-by: Tobias Ulmer --- diff --git a/generic/tools.lua b/generic/tools.lua index 20d74aa..37f093d 100644 --- a/generic/tools.lua +++ b/generic/tools.lua @@ -56,6 +56,7 @@ local toollist = { uname = { name = "uname", flags = "", optional = false }, patch = { name = "patch", flags = "", optional = false }, gzip = { name = "gzip", flags = "", optional = false }, + bzip2 = { name = "bzip2", flags = "", optional = false }, unzip = { name = "unzip", flags = "", optional = false }, ["e2-su-2.2"] = { name = buildconfig.PREFIX .. "/bin/e2-su-2.2", flags = "", optional = false },