Gen Project metadata appends package to project name in project-metadata.xml file

Summary

When you create a project using the package name flag in that project's project-metadata.xml file the project name is prefix.package not prefix.name

Steps to reproduce

create a project with the package flag

Check the project-metadata.xml file

Context

(What were you trying to accomplish? Can you reliably reproduce this issue?)

Expected correct behavior

When you create a project using the package name flag in that project's project-metadata.xml file the project name should be the name you called it.

Relevant logs and/or screenshots

Screenshot_from_2022-01-28_14-40-32

Screenshot_from_2022-01-28_14-40-55

Environment info

rielly@rielly-VirtualBox:~/ie-gui$ env | grep OCPI
OCPI_TOOL_OS_VERSION=u18_04
OCPI_ROOT_DIR=/home/rielly/opencpi
OCPI_TOOL_ARCH=x86_64
OCPI_TOOL_PLATFORM=ubuntu18_04
OCPI_TOOL_PLATFORM_DIR=/home/rielly/opencpi/project-registry/ocpi.core/exports/rcc/platforms/ubuntu18_04
OCPI_PREREQUISITES_DIR=/home/rielly/opencpi/prerequisites
OCPI_CDK_DIR=/home/rielly/opencpi/cdk
OCPI_TOOL_DIR=ubuntu18_04
OCPI_TOOL_OS=linux

Possible fixes

it focuses around lines 206 and 207 of genProjMetaData.py

Edited by Rielly Ray