diff options
author | Shenglei Zhang <shenglei.zhang@intel.com> | 2019-12-27 14:28:20 +0800 |
---|---|---|
committer | mergify[bot] <37929162+mergify[bot]@users.noreply.github.com> | 2020-04-13 01:26:12 +0000 |
commit | 48b6c60cc6a234d971d7ca97f7cd0ca9a9499de5 (patch) | |
tree | 0b4e00364629f2dd7efe802f4da39b054cfd5085 /.gitmodules | |
parent | a5d8a399635d86c8155a252874fbf3c0e6613d34 (diff) | |
download | edk2-48b6c60cc6a234d971d7ca97f7cd0ca9a9499de5.tar.gz |
MdeModulePkg/RegularExpressionDxe: Make oniguruma a submodule in edk2.
Use submodule way to access oniguruma. And upgrade oniguruma
version from v6.9.3 to v6.9.4_mark1.
REF: https://bugzilla.tianocore.org/show_bug.cgi?id=2073
Cc: Jian J Wang <jian.j.wang@intel.com>
Cc: Hao A Wu <hao.a.wu@intel.com>
Cc: Liming Gao <liming.gao@intel.com>
Signed-off-by: Shenglei Zhang <shenglei.zhang@intel.com>
Reviewed-by: Liming Gao <liming.gao@intel.com>
Diffstat (limited to '.gitmodules')
-rw-r--r-- | .gitmodules | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/.gitmodules b/.gitmodules index b30f5bf136..87fe46f7fa 100644 --- a/.gitmodules +++ b/.gitmodules @@ -7,3 +7,6 @@ [submodule "UnitTestFrameworkPkg/Library/CmockaLib/cmocka"] path = UnitTestFrameworkPkg/Library/CmockaLib/cmocka url = https://git.cryptomilk.org/projects/cmocka.git +[submodule "MdeModulePkg/Universal/RegularExpressionDxe/oniguruma"] + path = MdeModulePkg/Universal/RegularExpressionDxe/oniguruma + url = https://github.com/kkos/oniguruma |