Set PLT_APPS in a number of plugins where it was missing
This commit is contained in:
parent
b636f41ef2
commit
6a9d668def
|
@ -10,6 +10,8 @@ BUILD_DEPS = rabbit_common oauth2_client
|
|||
DEPS = rabbit cowlib jose base64url oauth2_client
|
||||
TEST_DEPS = cowboy rabbitmq_web_dispatch rabbitmq_ct_helpers rabbitmq_ct_client_helpers amqp_client rabbitmq_mqtt emqtt
|
||||
|
||||
PLT_APPS += rabbitmqctl
|
||||
|
||||
DEP_EARLY_PLUGINS = rabbit_common/mk/rabbitmq-early-plugin.mk
|
||||
DEP_PLUGINS = rabbit_common/mk/rabbitmq-plugin.mk
|
||||
|
||||
|
|
|
@ -8,6 +8,8 @@ endef
|
|||
DEPS = rabbit_common rabbit khepri khepri_mnesia_migration
|
||||
TEST_DEPS = rabbitmq_ct_helpers rabbitmq_ct_client_helpers amqp_client
|
||||
|
||||
PLT_APPS += mnesia rabbitmqctl
|
||||
|
||||
DEP_EARLY_PLUGINS = rabbit_common/mk/rabbitmq-early-plugin.mk
|
||||
DEP_PLUGINS = rabbit_common/mk/rabbitmq-plugin.mk
|
||||
|
||||
|
|
|
@ -20,6 +20,9 @@ endef
|
|||
DEPS = rabbit_common rabbit rabbitmq_web_dispatch
|
||||
TEST_DEPS = rabbitmq_ct_helpers rabbitmq_ct_client_helpers
|
||||
LOCAL_DEPS += xmerl ranch ssl crypto public_key
|
||||
|
||||
PLT_APPS += rabbitmqctl
|
||||
|
||||
DEP_EARLY_PLUGINS = rabbit_common/mk/rabbitmq-early-plugin.mk
|
||||
DEP_PLUGINS = rabbit_common/mk/rabbitmq-plugin.mk
|
||||
|
||||
|
|
|
@ -47,6 +47,8 @@ LOCAL_DEPS = ssl
|
|||
DEPS = ranch rabbit_common rabbit ra amqp10_common
|
||||
TEST_DEPS = emqtt ct_helper rabbitmq_ct_helpers rabbitmq_ct_client_helpers rabbitmq_management rabbitmq_web_mqtt amqp_client rabbitmq_consistent_hash_exchange rabbitmq_amqp_client rabbitmq_stomp rabbitmq_stream
|
||||
|
||||
PLT_APPS += rabbitmqctl
|
||||
|
||||
dep_ct_helper = git https://github.com/extend/ct_helper.git master
|
||||
dep_emqtt = git https://github.com/rabbitmq/emqtt.git master
|
||||
|
||||
|
|
|
@ -8,6 +8,8 @@ endef
|
|||
DEPS = rabbit_common rabbit khepri khepri_mnesia_migration
|
||||
TEST_DEPS = rabbitmq_ct_helpers rabbitmq_ct_client_helpers amqp_client
|
||||
|
||||
PLT_APPS += mnesia
|
||||
|
||||
DEP_EARLY_PLUGINS = rabbit_common/mk/rabbitmq-early-plugin.mk
|
||||
DEP_PLUGINS = rabbit_common/mk/rabbitmq-plugin.mk
|
||||
|
||||
|
|
|
@ -25,6 +25,8 @@ LOCAL_DEPS = crypto
|
|||
|
||||
TEST_DEPS = rabbitmq_ct_helpers rabbitmq_ct_client_helpers meck
|
||||
|
||||
PLT_APPS += rabbitmqctl
|
||||
|
||||
DEP_EARLY_PLUGINS = rabbit_common/mk/rabbitmq-early-plugin.mk
|
||||
DEP_PLUGINS = rabbit_common/mk/rabbitmq-plugin.mk elvis_mk
|
||||
dep_elvis_mk = git https://github.com/inaka/elvis.mk.git master
|
||||
|
|
|
@ -33,6 +33,8 @@ endef
|
|||
DEPS = ranch rabbit_common rabbit amqp_client
|
||||
TEST_DEPS = rabbitmq_ct_helpers rabbitmq_ct_client_helpers
|
||||
|
||||
PLT_APPS += rabbitmqctl
|
||||
|
||||
DEP_EARLY_PLUGINS = rabbit_common/mk/rabbitmq-early-plugin.mk
|
||||
DEP_PLUGINS = rabbit_common/mk/rabbitmq-plugin.mk
|
||||
|
||||
|
|
|
@ -25,6 +25,8 @@ LOCAL_DEPS = ssl
|
|||
DEPS = rabbit rabbitmq_stream_common osiris ranch
|
||||
TEST_DEPS = rabbitmq_ct_helpers rabbitmq_ct_client_helpers amqp_client amqp10_client
|
||||
|
||||
PLT_APPS += rabbitmqctl
|
||||
|
||||
DEP_EARLY_PLUGINS = rabbit_common/mk/rabbitmq-early-plugin.mk
|
||||
DEP_PLUGINS = rabbit_common/mk/rabbitmq-plugin.mk
|
||||
|
||||
|
|
|
@ -21,6 +21,8 @@ LOCAL_DEPS = ssl
|
|||
DEPS = rabbit_common rabbit cowboy rabbitmq_mqtt
|
||||
TEST_DEPS = emqtt rabbitmq_ct_helpers rabbitmq_ct_client_helpers rabbitmq_management
|
||||
|
||||
PLT_APPS += rabbitmqctl
|
||||
|
||||
# FIXME: Add Ranch as a BUILD_DEPS to be sure the correct version is picked.
|
||||
# See rabbitmq-components.mk.
|
||||
BUILD_DEPS += ranch
|
||||
|
|
Loading…
Reference in New Issue