diff options
Diffstat (limited to 'meta-networking')
| -rw-r--r-- | meta-networking/recipes-protocols/frr/frr/0001-m4-ax_python.m4-check-for-python-x.y-emded.pc-not-py.patch | 28 | ||||
| -rw-r--r-- | meta-networking/recipes-protocols/frr/frr_8.3.1.bb | 3 |
2 files changed, 30 insertions, 1 deletions
diff --git a/meta-networking/recipes-protocols/frr/frr/0001-m4-ax_python.m4-check-for-python-x.y-emded.pc-not-py.patch b/meta-networking/recipes-protocols/frr/frr/0001-m4-ax_python.m4-check-for-python-x.y-emded.pc-not-py.patch new file mode 100644 index 0000000000..9e5cfd8f55 --- /dev/null +++ b/meta-networking/recipes-protocols/frr/frr/0001-m4-ax_python.m4-check-for-python-x.y-emded.pc-not-py.patch | |||
| @@ -0,0 +1,28 @@ | |||
| 1 | From 6a2984718d7c47612b07be46d663e7b5e5b7c57d Mon Sep 17 00:00:00 2001 | ||
| 2 | From: Alexander Kanavin <alex@linutronix.de> | ||
| 3 | Date: Wed, 9 Nov 2022 20:24:45 +0100 | ||
| 4 | Subject: [PATCH] m4/ax_python.m4: check for python-x.y-emded.pc, not | ||
| 5 | python-x.y.pc | ||
| 6 | |||
| 7 | Only the embed version includes necessary linker flags to link | ||
| 8 | with libpython. | ||
| 9 | |||
| 10 | Upstream-Status: Submitted [https://github.com/FRRouting/frr/pull/12298] | ||
| 11 | Signed-off-by: Alexander Kanavin <alex@linutronix.de> | ||
| 12 | --- | ||
| 13 | m4/ax_python.m4 | 2 +- | ||
| 14 | 1 file changed, 1 insertion(+), 1 deletion(-) | ||
| 15 | |||
| 16 | diff --git a/m4/ax_python.m4 b/m4/ax_python.m4 | ||
| 17 | index 91d12b99b..f5e603b96 100644 | ||
| 18 | --- a/m4/ax_python.m4 | ||
| 19 | +++ b/m4/ax_python.m4 | ||
| 20 | @@ -206,7 +206,7 @@ AC_REQUIRE([PKG_PROG_PKG_CONFIG])dnl | ||
| 21 | AC_MSG_CHECKING([whether pkg-config python-${tryver} is available]) | ||
| 22 | unset PYTHON_CFLAGS | ||
| 23 | unset PYTHON_LIBS | ||
| 24 | - pkg="python-${tryver}" | ||
| 25 | + pkg="python-${tryver}-embed" | ||
| 26 | pkg="${pkg%-}" | ||
| 27 | _PKG_CONFIG([PYTHON_CFLAGS], [cflags], [${pkg}]) | ||
| 28 | _PKG_CONFIG([PYTHON_LIBS], [libs], [${pkg}]) | ||
diff --git a/meta-networking/recipes-protocols/frr/frr_8.3.1.bb b/meta-networking/recipes-protocols/frr/frr_8.3.1.bb index 1abea6345a..67d50e3edc 100644 --- a/meta-networking/recipes-protocols/frr/frr_8.3.1.bb +++ b/meta-networking/recipes-protocols/frr/frr_8.3.1.bb | |||
| @@ -15,7 +15,8 @@ SRC_URI = "git://github.com/FRRouting/frr.git;protocol=https;branch=stable/8.3 \ | |||
| 15 | file://0001-bgpd-avoid-notify-race-between-io-and-main-pthreads.patch \ | 15 | file://0001-bgpd-avoid-notify-race-between-io-and-main-pthreads.patch \ |
| 16 | file://0001-bgpd-Make-sure-hdr-length-is-at-a-minimum-of-what-is.patch \ | 16 | file://0001-bgpd-Make-sure-hdr-length-is-at-a-minimum-of-what-is.patch \ |
| 17 | file://frr.pam \ | 17 | file://frr.pam \ |
| 18 | " | 18 | file://0001-m4-ax_python.m4-check-for-python-x.y-emded.pc-not-py.patch \ |
| 19 | " | ||
| 19 | 20 | ||
| 20 | SRCREV = "a74f7a9ad9623e6f9654fe4a7177e5da0b194828" | 21 | SRCREV = "a74f7a9ad9623e6f9654fe4a7177e5da0b194828" |
| 21 | 22 | ||
