mirror of
https://github.com/openharmony/third_party_libnl.git
synced 2026-07-19 20:13:35 -04:00
dae51a5a05
- Bug: #43 - Test: calculate the SHA256 checksum for the libnl upstream tarball and compare it with the upstream SHA256 value Signed-off-by: Jinguang Dong <dongjinguang@huawei.com>
1.4 KiB
1.4 KiB
libnl
Introduction & Software Architecture
Usage Instructions
Patch Details
solve-oh-compile-problem3_11_0.patch applies the OHOS adaptation patch and archives the patch (with conflicts resolved) to archive/patches/ for reuse in subsequent version upgrades.
Build and Upgrade
This repository adopts the "pre-prepared code environment" approach: the libnl/ source tree has already been decompressed, configured, patched, and its flex/bison syntax files pre-generated and committed to the repository. During the build phase, compilation is handled directly by BUILD.gn, which does not depend on autotools/flex/bison and does not execute scripts during the gn gen phase. When upgrading libnl, please run prepare.sh and refer to docs/UPGRADE_GUIDE.md.