[Buildroot] [PATCH 1/1] package/omniorb: switch to host-python3

Fabrice Fontaine fontaine.fabrice at gmail.com
Thu Feb 10 07:58:21 UTC 2022


Switch to host-python3 which is supported since version 4.2.1 and
https://sourceforge.net/p/omniorb/svn/HEAD/tree/tags/4_2_1/omniORBpy/update.log
to avoid the following build failure since removal of host-python in
commit 2743ce00ca61fde1537b64a165a69d497052be58:

make: *** No rule to make target 'host-python', needed by '/home/buildroot/autobuild/instance-1/output-1/build/host-omniorb-4.3.0/.stamp_configured'.  Stop.

Fixes:
 - http://autobuild.buildroot.org/results/d415c2501b27cacf2356f0f6924ee7706d7a4070

Signed-off-by: Fabrice Fontaine <fontaine.fabrice at gmail.com>
---
 package/omniorb/omniorb.mk | 6 +-----
 1 file changed, 1 insertion(+), 5 deletions(-)

diff --git a/package/omniorb/omniorb.mk b/package/omniorb/omniorb.mk
index a1943968f1..b44ec53fd5 100644
--- a/package/omniorb/omniorb.mk
+++ b/package/omniorb/omniorb.mk
@@ -11,11 +11,7 @@ OMNIORB_INSTALL_STAGING = YES
 OMNIORB_LICENSE = GPL2+, LGPL-2.1+
 OMNIORB_LICENSE_FILES = COPYING COPYING.LIB
 OMNIORB_DEPENDENCIES = host-omniorb
-HOST_OMNIORB_DEPENDENCIES = host-python
-
-# omniorb is not python3 friendly, so force the python interpreter
-OMNIORB_CONF_OPTS = ac_cv_path_PYTHON=$(HOST_DIR)/bin/python2
-HOST_OMNIORB_CONF_OPTS = ac_cv_path_PYTHON=$(HOST_DIR)/bin/python2
+HOST_OMNIORB_DEPENDENCIES = host-python3
 
 # Defaulting long double support to a safe option for the
 # mix of embedded targets, this could later be automated
-- 
2.34.1




More information about the buildroot mailing list