ni / niveristand-custom-device-build-tools

Tools for automating builds of NI VeriStand custom devices.
MIT License
18 stars 28 forks source link

Add x86 suffix for packaging #158

Closed papowerNI closed 1 year ago

papowerNI commented 1 year ago

What does this Pull Request accomplish?

There is a missing item that needs to be replaced in the nipkg control files: {pkg_x86_bitness_suffix}. Currently if you try to install scripting/example nipkgs, they will be confused that this variable is not replaced.

Why should this Pull Request be merged?

Fix packages to include the correct version prerequisites by replacing this suffix.

What testing has been done?

image