# HG changeset patch # User John Beck # Date 1454446461 28800 # Node ID 22d885d85a583b5703c9cf5c8a004902e161f1b8 # Parent ada5863c16fd22fb143918e7c7145297aad3558c 22649327 do not publish avahi when BUILD_TYPE=evaluation diff -r ada5863c16fd -r 22d885d85a58 components/avahi/Makefile --- a/components/avahi/Makefile Tue Feb 02 12:18:19 2016 -0800 +++ b/components/avahi/Makefile Tue Feb 02 12:54:21 2016 -0800 @@ -41,6 +41,14 @@ include $(WS_MAKE_RULES)/prep.mk include $(WS_MAKE_RULES)/configure.mk + +# Depends on a Python module from Desktop that is only available 32-bit in S11. +ifeq ($(BUILD_TYPE), evaluation) +BUILD_32_and_64= +INSTALL_32_and_64= +PUBLISH_STAMP= +endif + include $(WS_MAKE_RULES)/ips.mk # Set the pkg... path to search files in ./files/ dir (mainly the SMF manifests are there)