package/omniorb: switch to host-python3
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 2743ce00ca
:
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@gmail.com>
Signed-off-by: Peter Korsgaard <peter@korsgaard.com>
This commit is contained in:
parent
54ee9dc4f8
commit
f32a2b04c8
@ -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
|
||||
|
Loading…
Reference in New Issue
Block a user