doc/linux_gsg: remove note referring to old pkg-config

Message ID 20250408171902.2833850-1-bruce.richardson@intel.com (mailing list archive)
State New
Delegated to: Thomas Monjalon
Headers
Series doc/linux_gsg: remove note referring to old pkg-config |

Checks

Context Check Description
ci/checkpatch success coding style OK
ci/loongarch-compilation success Compilation OK
ci/loongarch-unit-testing success Unit Testing PASS
ci/Intel-compilation success Compilation OK
ci/intel-Testing success Testing PASS
ci/github-robot: build success github build: passed
ci/intel-Functional success Functional PASS

Commit Message

Bruce Richardson April 8, 2025, 5:19 p.m. UTC
Latest DPDK releases no longer officially support RHEL 7 as a target
platform, so remove the note about pkg-config not working on those
systems.

Signed-off-by: Bruce Richardson <bruce.richardson@intel.com>
---
 doc/guides/linux_gsg/sys_reqs.rst | 7 -------
 1 file changed, 7 deletions(-)
  

Comments

Morten Brørup April 9, 2025, 5:54 a.m. UTC | #1
> From: Bruce Richardson [mailto:bruce.richardson@intel.com]
> Sent: Tuesday, 8 April 2025 19.19
> 
> Latest DPDK releases no longer officially support RHEL 7 as a target
> platform, so remove the note about pkg-config not working on those
> systems.
> 
> Signed-off-by: Bruce Richardson <bruce.richardson@intel.com>
> ---
>  doc/guides/linux_gsg/sys_reqs.rst | 7 -------
>  1 file changed, 7 deletions(-)
> 
> diff --git a/doc/guides/linux_gsg/sys_reqs.rst
> b/doc/guides/linux_gsg/sys_reqs.rst
> index 5a7d9e4a43..4c9d0c55c0 100644
> --- a/doc/guides/linux_gsg/sys_reqs.rst
> +++ b/doc/guides/linux_gsg/sys_reqs.rst
> @@ -35,13 +35,6 @@ Compilation of the DPDK
>      * For Ubuntu/Debian systems these can be installed using ``apt
> install build-essential``
>      * For Alpine Linux, ``apk add alpine-sdk bsd-compat-headers``
> 
> -.. note::
> -
> -   pkg-config 0.27, supplied with RHEL-7,
> -   does not process the Libs.private section correctly,
> -   resulting in statically linked applications not being linked
> properly.
> -   Use an updated version of ``pkg-config`` or ``pkgconf`` instead
> when building applications
> -
>  *   Python 3.6 or later.
> 
>  *   Meson (version 0.57+) and ninja
> --
> 2.45.2

Acked-by: Morten Brørup <mb@smartsharesystems.com>
  

Patch

diff --git a/doc/guides/linux_gsg/sys_reqs.rst b/doc/guides/linux_gsg/sys_reqs.rst
index 5a7d9e4a43..4c9d0c55c0 100644
--- a/doc/guides/linux_gsg/sys_reqs.rst
+++ b/doc/guides/linux_gsg/sys_reqs.rst
@@ -35,13 +35,6 @@  Compilation of the DPDK
     * For Ubuntu/Debian systems these can be installed using ``apt install build-essential``
     * For Alpine Linux, ``apk add alpine-sdk bsd-compat-headers``
 
-.. note::
-
-   pkg-config 0.27, supplied with RHEL-7,
-   does not process the Libs.private section correctly,
-   resulting in statically linked applications not being linked properly.
-   Use an updated version of ``pkg-config`` or ``pkgconf`` instead when building applications
-
 *   Python 3.6 or later.
 
 *   Meson (version 0.57+) and ninja