Merge lp://staging/~sam-sgrs/click/cmake-modules into lp://staging/ubuntu/utopic/click
Proposed by
Sam Segers
Status: | Needs review |
---|---|
Proposed branch: | lp://staging/~sam-sgrs/click/cmake-modules |
Merge into: | lp://staging/ubuntu/utopic/click |
Diff against target: |
300 lines (+250/-1) 7 files modified
Makefile.am (+1/-1) cmake/CLICKDeployLibs.cmake (+138/-0) cmake/CLICKInstallDirs.cmake (+55/-0) cmake/Makefile.am (+3/-0) cmake/ResolveLibs.cmake (+51/-0) configure.ac (+1/-0) debian/click-dev.install (+1/-0) |
To merge this branch: | bzr merge lp://staging/~sam-sgrs/click/cmake-modules |
Related bugs: |
Reviewer | Review Type | Date Requested | Status |
---|---|---|---|
Colin Watson (community) | Needs Information | ||
Review via email: mp+219587@code.staging.launchpad.net |
Description of the change
Cmake files for click packaging
CLICKDeployLibs - deploys libs that are not in the ubuntu touch manifest (or other manifest supplied)
CLICKInstallDirs - Like GNUInstallDirs but for Click
ResolveLibs - resolve libs absolute
To post a comment you must log in.
Unmerged revisions
- 45. By Sam Segers
-
Add CMake modules to be used in Click packaging
CLICKDeployLibs - Add libs to be included in the click package
CLICKDeployLibs - GNUInstallDirs but for click
ResolveLibs - Resolves Libs to be included in CLICKDeployLibs
Please propose click merges to lp:click, not lp:ubuntu/click.
I'm having a hard time understanding why this is needed. Please can you provide some background? We shouldn't be going anywhere near image manifests from cdimage.ubuntu.com for building click packages, and building packages must not require access to a specific site on the network.
This all seems to overlap heavily with "click chroot", the ubuntu-sdk-libs-dev package, and associated framework files.