Define package map for suse build essential

Since suse (like rhel) doesn't have a metapackage called build-essential
we need to define what that logical name is in our package map. Just use
the same set of items that rhel installs (glibc-devel, gcc, and make).

Change-Id: Ibe785ee64b167cb5fe2a387836ba2da2dd4e66ef
This commit is contained in:
Clark Boylan 2017-06-16 11:25:09 -07:00
parent fd16585b3c
commit 31ebae33eb
1 changed files with 1 additions and 0 deletions

View File

@ -35,6 +35,7 @@
"haveged": ""
},
"suse": {
"build-essential": "glibc-devel gcc make",
"dnsutils": "bind-utils",
"git": "git-core",
"iputils-ping": "iputils",