Squashed commit of the following:
commit
394acabaa5efff66a8cea0e4d3d833b4e143d0b9
Author: Victor Roemer (viroemer) <viroemer@cisco.com>
Date: Wed Dec 5 18:54:07 2018 -0500
tools: Install appid-detector-builder.sh with the other tools.
appid-detector-builder.sh was being installed to the temporary CMake
working directory and this is caught by bitbake which errors.
install (FILES appid_detector_builder.sh
PERMISSIONS OWNER_EXECUTE OWNER_READ GROUP_EXECUTE GROUP_READ WORLD_EXECUTE WORLD_READ
- DESTINATION "${PROJECT_BINARY_DIR}/tools"
+ DESTINATION "${CMAKE_INSTALL_BINDIR}"
)