mirror of
https://github.com/eclipse/upm.git
synced 2025-03-14 20:47:30 +03:00
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:
parent
4037ec517c
commit
b0cdfd7189
@ -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
Loading…
x
Reference in New Issue
Block a user