package/apr-util: Remove unused dependencies to neon and zlib
Signed-off-by: Bernd Kuhls <bernd.kuhls@t-online.de> Signed-off-by: Thomas Petazzoni <thomas.petazzoni@free-electrons.com>
This commit is contained in:
parent
58cafc149f
commit
a45e0d50ac
@ -2,9 +2,6 @@ config BR2_PACKAGE_APR_UTIL
|
|||||||
bool "apr-util"
|
bool "apr-util"
|
||||||
select BR2_PACKAGE_APR
|
select BR2_PACKAGE_APR
|
||||||
select BR2_PACKAGE_SQLITE
|
select BR2_PACKAGE_SQLITE
|
||||||
select BR2_PACKAGE_NEON
|
|
||||||
select BR2_PACKAGE_NEON_ZLIB
|
|
||||||
select BR2_PACKAGE_ZLIB
|
|
||||||
select BR2_PACKAGE_EXPAT
|
select BR2_PACKAGE_EXPAT
|
||||||
# apr really needs shared library support
|
# apr really needs shared library support
|
||||||
depends on !BR2_PREFER_STATIC_LIB
|
depends on !BR2_PREFER_STATIC_LIB
|
||||||
|
@ -9,7 +9,7 @@ APR_UTIL_SITE = http://archive.apache.org/dist/apr
|
|||||||
APR_UTIL_LICENSE = Apache-2.0
|
APR_UTIL_LICENSE = Apache-2.0
|
||||||
APR_UTIL_LICENSE_FILES = LICENSE
|
APR_UTIL_LICENSE_FILES = LICENSE
|
||||||
APR_UTIL_INSTALL_STAGING = YES
|
APR_UTIL_INSTALL_STAGING = YES
|
||||||
APR_UTIL_DEPENDENCIES = apr expat sqlite neon zlib
|
APR_UTIL_DEPENDENCIES = apr expat sqlite
|
||||||
APR_UTIL_CONF_OPTS = \
|
APR_UTIL_CONF_OPTS = \
|
||||||
--with-apr=$(STAGING_DIR)/usr/bin/apr-1-config
|
--with-apr=$(STAGING_DIR)/usr/bin/apr-1-config
|
||||||
APR_UTIL_CONFIG_SCRIPTS = apu-1-config
|
APR_UTIL_CONFIG_SCRIPTS = apu-1-config
|
||||||
|
Loading…
Reference in New Issue
Block a user