package/poco: reflow multi-line assignments

The rule is one-item per line in multi-line assignments, starting with
the first item on its own line too?

Signed-off-by: Yann E. MORIN <yann.morin.1998@free.fr>
This commit is contained in:
Yann E. MORIN 2022-08-28 12:13:21 +02:00
parent 8fe5de96f7
commit 5ac054b45e

View File

@ -11,7 +11,9 @@ POCO_LICENSE_FILES = LICENSE
POCO_CPE_ID_VENDOR = pocoproject
POCO_INSTALL_STAGING = YES
POCO_DEPENDENCIES = pcre2 zlib \
POCO_DEPENDENCIES = \
pcre2 \
zlib \
$(if $(BR2_PACKAGE_POCO_CRYPTO),openssl) \
$(if $(BR2_PACKAGE_POCO_DATA_MYSQL),mysql) \
$(if $(BR2_PACKAGE_POCO_DATA_SQLITE),sqlite) \
@ -19,7 +21,9 @@ POCO_DEPENDENCIES = pcre2 zlib \
$(if $(BR2_PACKAGE_POCO_NETSSL_OPENSSL),openssl) \
$(if $(BR2_PACKAGE_POCO_XML),expat)
POCO_OMIT = Data/ODBC PageCompiler \
POCO_OMIT = \
Data/ODBC \
PageCompiler \
$(if $(BR2_PACKAGE_POCO_ACTIVERECORD),,ActiveRecord) \
$(if $(BR2_PACKAGE_POCO_CPP_PARSER),,CppParser) \
$(if $(BR2_PACKAGE_POCO_CRYPTO),,Crypto) \