components/openstack/glance/Makefile
changeset 5427 25b736152081
parent 5405 66fd59fecd68
child 6852 bf55de364b19
equal deleted inserted replaced
5426:095b7eacbee6 5427:25b736152081
    39 COMPONENT_BUGDB=	service/glance
    39 COMPONENT_BUGDB=	service/glance
    40 IPS_COMPONENT_VERSION=	0.$(COMPONENT_VERSION)
    40 IPS_COMPONENT_VERSION=	0.$(COMPONENT_VERSION)
    41 
    41 
    42 TPNO=			25785
    42 TPNO=			25785
    43 
    43 
       
    44 PKG_VARS +=		COMPONENT_BE_VERSION
       
    45 
    44 include $(WS_MAKE_RULES)/prep.mk
    46 include $(WS_MAKE_RULES)/prep.mk
    45 include $(WS_MAKE_RULES)/setup.py.mk
    47 include $(WS_MAKE_RULES)/setup.py.mk
    46 include $(WS_MAKE_RULES)/ips.mk
    48 include $(WS_MAKE_RULES)/ips.mk
    47 
    49 
    48 ASLR_MODE = $(ASLR_NOT_APPLICABLE)
    50 ASLR_MODE = $(ASLR_NOT_APPLICABLE)
    49 
    51 
    50 # Since this is an app, and doesn't provide any public library interfaces, we
    52 # Since this is an app, and doesn't provide any public library interfaces, we
    51 # only need to deliver one version.  The manifest is parameterized, though.
    53 # only need to deliver one version.  The manifest is parameterized, though.
    52 PYTHON_VERSIONS=	2.7
    54 PYTHON_VERSIONS=	2.7
    53 
    55 
    54 PKG_MACROS +=		COMPONENT_BE_VERSION=$(COMPONENT_BE_VERSION)
       
    55 PKG_MACROS +=		PYVER=$(PYTHON_VERSIONS)
    56 PKG_MACROS +=		PYVER=$(PYTHON_VERSIONS)
    56 PKG_MACROS +=		PYV=$(shell echo $(PYTHON_VERSIONS) | tr -d .)
    57 PKG_MACROS +=		PYV=$(shell echo $(PYTHON_VERSIONS) | tr -d .)
    57 
    58 
    58 #
    59 #
    59 # glance-api, glance-registry, and glance-scrubber depend on glance-db
    60 # glance-api, glance-registry, and glance-scrubber depend on glance-db