components/openstack/ironic/Makefile
branchs11-update
changeset 4625 18adb92d4193
parent 4508 d8924d870370
child 6035 c9748fcc32de
equal deleted inserted replaced
4621:21ae1fb71148 4625:18adb92d4193
    46 
    46 
    47 ASLR_MODE = $(ASLR_NOT_APPLICABLE)
    47 ASLR_MODE = $(ASLR_NOT_APPLICABLE)
    48 
    48 
    49 # Since this is an app, and doesn't provide any public library interfaces, we
    49 # Since this is an app, and doesn't provide any public library interfaces, we
    50 # only need to deliver one version.  The manifest is parameterized, though.
    50 # only need to deliver one version.  The manifest is parameterized, though.
    51 PYTHON_VERSIONS=	2.6
    51 PYTHON_VERSIONS=	2.7
    52 
    52 
    53 PKG_MACROS +=		COMPONENT_BE_VERSION=$(COMPONENT_BE_VERSION)
    53 PKG_MACROS +=		COMPONENT_BE_VERSION=$(COMPONENT_BE_VERSION)
    54 PKG_MACROS +=		PYVER=$(PYTHON_VERSIONS)
    54 PKG_MACROS +=		PYVER=$(PYTHON_VERSIONS)
    55 PKG_MACROS +=		PYV=$(shell echo $(PYTHON_VERSIONS) | tr -d .)
    55 PKG_MACROS +=		PYV=$(shell echo $(PYTHON_VERSIONS) | tr -d .)
    56 
    56