kea: remove dependency and reduce file size

Remove boost-python3 dependency and reduce file size of the compiled
kea-libs

Signed-off-by: Tiago Gaspar <tiagogaspar8@gmail.com>
(cherry picked from commit 74603fe5ea)
This commit is contained in:
Tiago Gaspar 2019-10-01 02:05:15 +01:00 committed by Rosen Penev
parent 87f4d6ba2c
commit 6f19b894d6
No known key found for this signature in database
GPG key ID: 36D31CFA845F0E3B

View file

@ -60,7 +60,7 @@ define Package/kea-libs
$(call Package/kea/Default)
TITLE+=Libraries
DEPENDS:=+libopenssl +log4cplus \
+boost +boost-python3 +boost-system
+boost +boost-system
endef
define Package/kea-libs/description
Kea required Libraries.
@ -197,7 +197,7 @@ endef
define Package/kea-libs/install
$(INSTALL_DIR) $(1)/usr/lib
$(CP) $(PKG_INSTALL_DIR)/usr/lib/* $(1)/usr/lib/
$(CP) $(PKG_INSTALL_DIR)/usr/lib/*.so.* $(1)/usr/lib/
endef
define Package/kea-dhcp4/install