3128b2dfd1
Two issues are fixed: libamdhip64_static.a is not included in package. cmake generated target files uses installation path of libraries which are created when the libraries are built and installed. The CI uses customized installation directory which is not the package installation directory, thefore the library location in cmake generated target files differs from the library location installed from package. This causes rocPRIM build failure since rocPRIM uses pkg-config which checks library location. The fix is to fix the library location before adding cmake generated target files to package. Change-Id: I4aa2c6138f58df6d4a86301a5c0436edcb19ab70