diff options
author | Boris Kolpackov <boris@codesynthesis.com> | 2024-05-06 08:45:22 +0200 |
---|---|---|
committer | Boris Kolpackov <boris@codesynthesis.com> | 2024-05-06 09:41:51 +0200 |
commit | 2e21b218db0e979d56b7b6027854a86ad7ffc96b (patch) | |
tree | f0ebc7c223be1dd88f47cb3399e82659cda09ade /libbutl-pkg-config/README-DEV | |
parent | a54213a4ff48ecfa8fa3b416d12b1282158746dc (diff) |
Add libbutl-pkg-config source subdirectory
This is an additional (to libbutl) utility library which contains the source
code of libpkg-config configured and tuned for our needs.
Diffstat (limited to 'libbutl-pkg-config/README-DEV')
-rw-r--r-- | libbutl-pkg-config/README-DEV | 30 |
1 files changed, 30 insertions, 0 deletions
diff --git a/libbutl-pkg-config/README-DEV b/libbutl-pkg-config/README-DEV new file mode 100644 index 0000000..eba196e --- /dev/null +++ b/libbutl-pkg-config/README-DEV @@ -0,0 +1,30 @@ +Excluded/replaced/relocated upstream files/directories: + - libpkg-config/libbpkg-config/{.gitignore, buildfile} + + - libpkg-config/libbpkg-config/version.h.in + - libpkg-config/libbpkg-config/version.h -- replace with pre-generated for + submodule commit + + - libpkg-config/libbpkg-config/config.h.in + - libpkg-config/libbpkg-config/config.h -- replace with pre-generated with + empty system/default path (we + do/should not use them). + +Submodule update procedure (similar to updating to a new version of a +third-party package): + +1. Update submodule: + + https://build2.org/stage/build2-toolchain/doc/build2-toolchain-packaging.xhtml#core-version-management-new-version-submodule + +2. Review upstream changes: + + https://build2.org/stage/build2-toolchain/doc/build2-toolchain-packaging.xhtml#core-version-management-new-version-review + + Look for: + + - files to add/remove (see above) + - changes to buildfiles that would need to be replicated (including to + root.build) + +3. Replace verison.h, config.h with pre-generated for this submodule commit. |