CPack: Include latest CPackDeb for building IPKs

Replaced CPackDeb.cmake with the latest version which supports naming
the debian packages with a .ipk suffix.  Included CMake's 3-Clause
License for redistribution.

Signed-off-by: Noel Eck <noel.eck@intel.com>
This commit is contained in:
Noel Eck 2017-10-13 10:35:40 -07:00
parent 4037ec517c
commit b0cdfd7189
2 changed files with 1058 additions and 190 deletions

View File

@ -408,6 +408,7 @@ if (IPK)
set(CPACK_DEBIAN_PACKAGE_REPLACES ${CPACK_DEBIAN_PACKAGE_PROVIDES})
set(CPACK_DEBIAN_PACKAGE_CONFLICTS ${CPACK_DEBIAN_PACKAGE_PROVIDES})
set(WDIR "${CPACK_TOPLEVEL_DIRECTORY}/${CPACK_PACKAGE_FILE_NAME}")
set(CPACK_DEBIAN_FILE_NAME "${CPACK_PACKAGE_NAME}_${CPACK_PACKAGE_VERSION}_${TARGET_ARCH}.ipk")
include (CPack)
endif()

File diff suppressed because it is too large Load Diff