From 235aa016b08851d45722aa11dbed62c5fb17aa78 Mon Sep 17 00:00:00 2001 From: gmpinder Date: Tue, 6 Jun 2023 19:27:13 -0400 Subject: [PATCH] Install gcc-c++ and make --- recipe-framework.yml | 2 ++ 1 file changed, 2 insertions(+) diff --git a/recipe-framework.yml b/recipe-framework.yml index 9e484a8..d037b56 100644 --- a/recipe-framework.yml +++ b/recipe-framework.yml @@ -65,6 +65,8 @@ rpm: - fprintd-pam - tlp - powertop + - gcc-c++ + - make # These RPMs will be removed from the system image. This step happens during # image build, BEFORE installing custom RPMs (from the "rpm.install" category). remove: