All of lore.kernel.org
 help / color / mirror / Atom feed
* [PATCH 01/23] fontforge: add a readline PACKAGECONFIG
@ 2023-12-31 12:23 Alexander Kanavin
  2023-12-31 12:23 ` [PATCH 02/23] volume-key: disable python bindings Alexander Kanavin
                   ` (21 more replies)
  0 siblings, 22 replies; 31+ messages in thread
From: Alexander Kanavin @ 2023-12-31 12:23 UTC (permalink / raw)
  To: openembedded-devel; +Cc: Alexander Kanavin

This helps with build determinism; also if readline is not in sysroot
but readline-native is, fontforge erroneously decides to build with it.

Signed-off-by: Alexander Kanavin <alex@linutronix.de>
---
 meta-oe/recipes-graphics/fontforge/fontforge_20230101.bb | 2 ++
 1 file changed, 2 insertions(+)

diff --git a/meta-oe/recipes-graphics/fontforge/fontforge_20230101.bb b/meta-oe/recipes-graphics/fontforge/fontforge_20230101.bb
index 404e86b86..31dd495fd 100644
--- a/meta-oe/recipes-graphics/fontforge/fontforge_20230101.bb
+++ b/meta-oe/recipes-graphics/fontforge/fontforge_20230101.bb
@@ -24,6 +24,8 @@ SRC_URI = "git://github.com/${BPN}/${BPN}.git;branch=master;protocol=https \
 S = "${WORKDIR}/git"
 
 EXTRA_OECMAKE = "-DENABLE_DOCS=OFF"
+PACKAGECONFIG = "readline"
+PACKAGECONFIG[readline] = "-DENABLE_READLINE=ON,-DENABLE_READLINE=OFF,readline"
 
 CFLAGS += "-fno-strict-aliasing"
 LDFLAGS += "-lpython${PYTHON_BASEVERSION}${PYTHON_ABI}"
-- 
2.39.2



^ permalink raw reply related	[flat|nested] 31+ messages in thread

end of thread, other threads:[~2024-05-30  9:21 UTC | newest]

Thread overview: 31+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2023-12-31 12:23 [PATCH 01/23] fontforge: add a readline PACKAGECONFIG Alexander Kanavin
2023-12-31 12:23 ` [PATCH 02/23] volume-key: disable python bindings Alexander Kanavin
2023-12-31 12:23 ` [PATCH 03/23] audit: disable python bindings as incompatible with python 3.12 Alexander Kanavin
2023-12-31 17:03   ` [oe] " Khem Raj
2024-01-01 18:48     ` Alexander Kanavin
2023-12-31 12:23 ` [PATCH 04/23] cmpi-bindings: update 1.0.1 -> 1.0.4 Alexander Kanavin
2023-12-31 12:23 ` [PATCH 05/23] libpwquality: backport a python 3.12 compatibility patch Alexander Kanavin
2024-01-10 11:43   ` [oe] " Martin Jansa
2024-01-10 11:58     ` Alexander Kanavin
2023-12-31 12:23 ` [PATCH 06/23] mycroft: do not depend on python3-xmlrunner Alexander Kanavin
2023-12-31 12:23 ` [PATCH 07/23] python3-xmlrunner: remove the recipe Alexander Kanavin
2023-12-31 12:23 ` [PATCH 08/23] system-config-printer: rely on setuptools to obtain distutils copy Alexander Kanavin
2023-12-31 12:23 ` [PATCH 09/23] python3-gmpy2: fix python 3.12 issues Alexander Kanavin
2023-12-31 12:23 ` [PATCH 10/23] python3-custom-inherit: fix python 3.12 builds Alexander Kanavin
2023-12-31 12:23 ` [PATCH 11/23] python3-jsonrpcserver: remove Alexander Kanavin
2023-12-31 12:23 ` [PATCH 12/23] python3-oslash: remove Alexander Kanavin
2023-12-31 12:23 ` [PATCH 13/23] nmap: disable ndiff Alexander Kanavin
2023-12-31 12:23 ` [PATCH 14/23] wireshark: update 4.0.10 -> 4.2.0 Alexander Kanavin
2023-12-31 12:23 ` [PATCH 15/23] openipmi: update 2.0.32 -> 2.0.34 Alexander Kanavin
2023-12-31 12:23 ` [PATCH 16/23] libsigrokdecode: add python 3.12 support Alexander Kanavin
2023-12-31 12:23 ` [PATCH 17/23] cockpit: add setuptools dependency to bring in distutils copy Alexander Kanavin
2023-12-31 12:23 ` [PATCH 18/23] mongodb: skip until python 3.12 fixes are available Alexander Kanavin
2024-01-16  9:24   ` Joao Marcos Costa
2024-01-16  9:30     ` Alexander Kanavin
2024-01-16 17:13       ` [oe] " Yoann Congal
2024-05-30  9:21         ` Vincent Prince
2023-12-31 12:23 ` [PATCH 19/23] mercurial: ensure setuptools is present as distutils is no longer (mercurial tries both) Alexander Kanavin
2023-12-31 12:23 ` [PATCH 20/23] rwmem: fix python modules packaging Alexander Kanavin
2023-12-31 12:23 ` [PATCH 21/23] upm: get disutils copy via setuptools Alexander Kanavin
2023-12-31 12:23 ` [PATCH 22/23] python3-kmod: remove the recipe Alexander Kanavin
2023-12-31 12:23 ` [PATCH 23/23] hplip: provide setuptools for the distutils copy Alexander Kanavin

This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.