Files
meta-openembedded/meta-networking/recipes-support
Yi Zhao 63d49fd481 openvpn: eliminate build path from openvpn --version option
Before the patch:
$ openvpn  --version
OpenVPN 2.5.7 x86_64-poky-linux-gnu [SSL (OpenSSL)] [LZO] [LZ4] [EPOLL]
[snip]
Compile time defines: enable_async_push=no enable_comp_stub=no
[snip]
with_crypto_library=openssl with_gnu_ld=yes
with_libtool_sysroot=/buildarea/build/tmp/work/core2-64-poky-linux/openvpn/2.5.7-r0/recipe-sysroot
with_mem_check=no with_openssl_engine=auto

After the patch:
$ openvpn  --version
OpenVPN 2.5.7 x86_64-poky-linux-gnu [SSL (OpenSSL)] [LZO] [LZ4] [EPOLL]
[snip]
Compile time defines: enable_async_push=no enable_comp_stub=no
[snip]
with_crypto_library=openssl with_gnu_ld=yes with_mem_check=no
with_openssl_engine=auto

Signed-off-by: Yi Zhao <yi.zhao@windriver.com>
Signed-off-by: Khem Raj <raj.khem@gmail.com>
2022-06-30 13:39:27 -04:00
..
2021-12-10 09:11:56 -08:00
2021-08-03 10:21:25 -07:00
2022-05-09 08:59:46 -07:00
2021-08-03 10:21:25 -07:00
2022-04-06 20:25:34 -04:00
2022-04-22 11:08:00 -07:00
2022-02-11 09:10:38 -08:00
2022-04-25 11:00:43 -07:00
2022-03-21 08:25:11 -07:00
2020-11-09 20:49:52 -08:00
2022-04-13 19:21:41 -07:00
2022-05-24 08:39:45 -07:00
2022-06-30 13:39:27 -04:00
2021-08-03 10:21:25 -07:00
2022-04-14 19:42:10 -07:00
2022-04-14 19:42:10 -07:00
2016-08-22 15:56:28 +02:00
2022-03-30 18:25:51 -07:00
2022-05-09 08:59:46 -07:00
2022-02-03 08:41:05 -08:00
2022-06-06 13:58:43 -07:00