VirtualBox

Changeset 59485 in vbox for trunk/src/VBox


Ignore:
Timestamp:
Jan 26, 2016 6:33:19 PM (9 years ago)
Author:
vboxsync
Message:

Main/webservice: fix 5.0.0 regression breaking the python webservice API binding (glue flavor)

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/src/VBox/Main/webservice/Makefile.kmk

    r58240 r59485  
    529529 #
    530530 VBOXWEB_GLUE_PYTHON           = $(VBOX_PATH_SDK)/bindings/webservice/python/lib/VirtualBox_wrappers.py
    531  VBOXWEB_WS_PYTHON             = $(VBOX_PATH_SDK)/bindings/webservice/python/lib/VirtualBox_server.py
     531 VBOXWEB_WS_PYTHON             = $(VBOX_PATH_SDK)/bindings/webservice/python/lib/VirtualBox_services.py
    532532 VBOXWEB_WS_PERL               = $(VBOX_PATH_SDK)/bindings/webservice/perl/lib/vboxService.pm
    533533 VBOXWEB_WS_PHP                = $(VBOX_PATH_SDK)/bindings/webservice/php/lib/vboxServiceWrappers.php
     
    621621# Try both w/o and with --file option
    622622        $(QUIET)$(REDIRECT) -C $(@D) -- $(SHELL) -c "$(VBOX_WSDL2PY) -b $(VBOXWEBSERVICE_WSDL) || $(VBOX_WSDL2PY) -b  --file $(VBOXWEBSERVICE_WSDL)"
     623# Note: the previous command (depending on the version) may or may not create
     624# $@, but the Python webservice bindings in the SDK depend on its presence.
    623625        $(QUIET)$(APPEND) $@ ''
    624626
Note: See TracChangeset for help on using the changeset viewer.

© 2024 Oracle Support Privacy / Do Not Sell My Info Terms of Use Trademark Policy Automated Access Etiquette