Compare commits

...

19 Commits

Author SHA1 Message Date
sahbot
e6afe0a56e Integrating gmap-mibs-common to master_v0.15.1
Issue: NET-5381 [gmap][mibs][useragent] the contructor in the mib should be changed to an entry-point
GitOrigin-RevId: 2f31df4e2e20ac216e8307b2308bed15fadbf30b
2023-12-15 13:01:02 +00:00
sahbot
733b8da3a8 Integrating gmap-mod-services-db to master_v0.1.9
Issue: NET-5365 Reduce grules files to bare minimum
GitOrigin-RevId: c1167a263803e868ec647737e0544b33a11b27df
2023-12-08 17:38:52 +00:00
sahbot
f54b9b9beb Integrating gmap-mibs-common to master_v0.15.0
Issue: NET-5252 [BDD] Create an mdns parser module in AMX
GitOrigin-RevId: 06463d9dfb357c4970612f540d613d2688ec9e78
2023-12-08 17:38:52 +00:00
sahbot
98e67e8e5b Integrating gmap-server to master_v2.2.18
Issue: NET-5295 Fix performance problem of re-evaluating query expressions too often
GitOrigin-RevId: 3aa7032221625ec4d3a7561c45fe6e679dcf23d1
2023-12-06 17:39:29 +00:00
sahbot
f7e8e30cea Issue: HOP-5121 Align SUBMENU and CATEGORY with feed-prpl
GitOrigin-RevId: 35ae0307da29b626474385eca2167c152a095414
2023-11-24 13:36:10 +00:00
sahbot
0d2f388e74 Integrating gmap-client to master_v1.2.1
Issue: SSW-7268 create a restart target for amx process monitor
GitOrigin-RevId: 1859f76cec456950048999889808b0df1d3141c8
2023-11-20 09:52:59 +00:00
sahbot
1fce4f6152 Integrating libgmap-client to master_v1.6.1
Issue: NET-5302 Increase timeout
GitOrigin-RevId: d4664501f09a17367b022c8007839050daa330cc
2023-11-20 09:52:59 +00:00
sahbot
df2ffec8ff Integrating gmap-mod-self to master_v1.4.4
Issue: NET-5269 Create wifi vaps in gmap-mod-self
GitOrigin-RevId: bbf9a9918e50bf152a4120c65a41d77473f28acc
2023-11-15 20:16:35 +00:00
sahbot
ce3bcffb8b Integrating gmap-mod-ethernet-dev to master_v1.16.1
Issue: NET-5269 Support wifi devices + also update Active on link error
GitOrigin-RevId: 6ec75bab01f2769dca76391bf2453ac73cddc431
2023-11-15 20:16:35 +00:00
sahbot
431527d27e Integrating gmap-mibs-common to master_v0.14.0
Issue: NET-5251 Move Locations config to config level and add CustomLocation at device level
GitOrigin-RevId: 8eb2a321120564cb9688240b2e66f0419d7554de
2023-11-13 18:22:32 +00:00
sahbot
fe3035a003 Integrating gmap-mibs-common to master_v0.13.0
Issue: NET-5249 Add Mobility parameter
GitOrigin-RevId: 5864499be9ca9d5936780173dd3888e847b64b95
2023-11-11 08:24:19 +00:00
sahbot
a8bc499172 Integrating gmap-mod-self to master_v1.4.3
Issue: NET-4320 [amx][gmap] move non-generic functions out of lib_gmap-client
Issue: NET-5267 Fix gmap-mod-self dependencies
GitOrigin-RevId: ef574ea7600ab0ce0d0213be94d4b9266183fd9e
2023-11-09 12:25:51 +00:00
sahbot
c737bc0c2d Integrating gmap-client to master_v1.2.0
Issue: NET-5140 Use separate process per module by default
GitOrigin-RevId: 2e56751c5d7983794da3a471de55d52f9e21ef75
2023-11-09 12:25:51 +00:00
sahbot
eecf658e83 Integrating gmap-mod-ethernet-dev to master_v1.16.0
Issue: NET-4320 [amx][gmap] move non-generic functions out of lib_gmap-client add libgmap-ext dep
GitOrigin-RevId: 40cb1f8a381750fbc03b92fc348b1dcfd9c5e12f
2023-11-09 12:25:51 +00:00
sahbot
df8fc74939 Integrating gmap-mibs-common to master_v0.12.0
Issue: NET-4320 [amx][gmap] move non-generic functions out of lib_gmap-client
GitOrigin-RevId: f05f502fb10e67dff5955836973b29dcfd5d50ff
2023-11-09 12:25:50 +00:00
sahbot
5b8781b4a4 Integrating gmap-mod-upnp to master_v0.2.0
Issue: NET-4320 [amx][gmap] move non-generic functions out of lib_gmap-client
GitOrigin-RevId: 88882b961028427cf9a4d7083ba7aa7a079ec61f
2023-11-09 12:25:50 +00:00
sahbot
1e3efc93af Integrating libgmap-ext to master_v1.0.0
Issue: NET-4320 [amx][gmap] move non-generic functions out of lib_gmap-client
GitOrigin-RevId: 43c89cd14786c3cf61ce2ceb5870dd98eab1acd9
2023-11-09 12:25:50 +00:00
sahbot
3c95f5e02a Integrating libgmap-client to master_v1.6.0
Issue: NET-4320 [amx][gmap] move non-generic functions out of lib_gmap-client remove ip funtions
GitOrigin-RevId: 0a711b8e6d96ad546e6e3bf7b69bfa82e9791b8b
2023-11-09 12:25:50 +00:00
sahbot
28ab0a8759 Integrating gmap-mod-upnp to master_v0.1.9
Issue: NET-5219 [GMAP] Server parameter is missing for upnp devices
GitOrigin-RevId: 7adcbb98b9e6762734a76a8c81673654f0521577
2023-10-25 08:15:09 +00:00
12 changed files with 63 additions and 57 deletions

View File

@@ -17,7 +17,7 @@ config SAH_AMX_GMAP_CLIENT_ORDER
config SAH_AMX_GMAP_CLIENT_ONE_PROCESS
bool "All gMap client modules run in same process"
default y
default n
endmenu

View File

@@ -1,13 +1,13 @@
include $(TOPDIR)/rules.mk
PKG_NAME:=gmap-client
PKG_VERSION:=v1.1.2
PKG_VERSION:=v1.2.1
SHORT_DESCRIPTION:=gMap client plugin
PKG_SOURCE:=gmap-client-v1.1.2.tar.gz
PKG_SOURCE_URL:=https://gitlab.com/prpl-foundation/components/gmap/applications/gmap-client/-/archive/v1.1.2
PKG_HASH:=1de9b304c1451a29b368abeaf583b301fe2b6d45ffbb038fb85459e6f589a1a0
PKG_BUILD_DIR:=$(BUILD_DIR)/gmap-client-v1.1.2
PKG_SOURCE:=gmap-client-v1.2.1.tar.gz
PKG_SOURCE_URL:=https://gitlab.com/prpl-foundation/components/gmap/applications/gmap-client/-/archive/v1.2.1
PKG_HASH:=04f1fa5d8a9ddbcaba519dbd2f8d193cd596a321cc84b3132fde6f3a09627720
PKG_BUILD_DIR:=$(BUILD_DIR)/gmap-client-v1.2.1
PKG_MAINTAINER:=Soft At Home <support.opensource@softathome.com>
PKG_LICENSE:=BSD-2-Clause-Patent
PKG_LICENSE_FILES:=LICENSE

View File

@@ -1,13 +1,13 @@
include $(TOPDIR)/rules.mk
PKG_NAME:=gmap-mod-ethernet-dev
PKG_VERSION:=v1.15.1
PKG_VERSION:=v1.16.1
SHORT_DESCRIPTION:=gMap component that adds discovered devices to the gmap datamodel and links them to the correct interface
PKG_SOURCE:=gmap-mod-ethernet-dev-v1.15.1.tar.gz
PKG_SOURCE_URL:=https://gitlab.com/prpl-foundation/components/gmap/applications/gmap-mod-ethernet-dev/-/archive/v1.15.1
PKG_HASH:=2ac7f8b6d6bb3b5a789543e7fc610ee24e9ab78fa9c129f78cb99c5bc837491c
PKG_BUILD_DIR:=$(BUILD_DIR)/gmap-mod-ethernet-dev-v1.15.1
PKG_SOURCE:=gmap-mod-ethernet-dev-v1.16.1.tar.gz
PKG_SOURCE_URL:=https://gitlab.com/prpl-foundation/components/gmap/applications/gmap-mod-ethernet-dev/-/archive/v1.16.1
PKG_HASH:=eb3fc700df1b58b54857dfe10b8bbe17cbfbfc47f0cb78c67ac5272d3ec0abbe
PKG_BUILD_DIR:=$(BUILD_DIR)/gmap-mod-ethernet-dev-v1.16.1
PKG_MAINTAINER:=Soft At Home <support.opensource@softathome.com>
PKG_LICENSE:=BSD-2-Clause-Patent
PKG_LICENSE_FILES:=LICENSE
@@ -19,7 +19,7 @@ include $(INCLUDE_DIR)/package.mk
define Package/$(PKG_NAME)
CATEGORY:=gmap
SUBMENU:=Applications
SUBMENU:=gMap
TITLE:=$(SHORT_DESCRIPTION)
URL:=https://gitlab.com/prpl-foundation/components/gmap/applications/gmap-mod-ethernet-dev
DEPENDS += +libamxc

View File

@@ -20,7 +20,7 @@ include $(INCLUDE_DIR)/package.mk
define Package/$(PKG_NAME)
CATEGORY:=gmap
SUBMENU:=Applications
SUBMENU:=gMap
TITLE:=$(SHORT_DESCRIPTION)
URL:=https://$(SAH_GIT)/$(SAH_GIT_GROUP)/gmap-mod-mdns
DEPENDS += +libamxb

View File

@@ -18,7 +18,7 @@ include $(INCLUDE_DIR)/package.mk
define Package/$(PKG_NAME)
CATEGORY:=gmap
SUBMENU:=Applications
SUBMENU:=gMap
TITLE:=$(SHORT_DESCRIPTION)
URL:=https://gitlab.com/prpl-foundation/components/gmap/applications/gmap-mod-name-selector
DEPENDS += +gmap-server

View File

@@ -1,13 +1,13 @@
include $(TOPDIR)/rules.mk
PKG_NAME:=gmap-mod-self
PKG_VERSION:=v1.4.1
PKG_VERSION:=v1.4.4
SHORT_DESCRIPTION:=gmap module to fetch information about the hgw/repeater itself and the layer 2 'devices' on it
PKG_SOURCE:=gmap-mod-self-v1.4.1.tar.gz
PKG_SOURCE_URL:=https://gitlab.com/prpl-foundation/components/gmap/applications/gmap-mod-self/-/archive/v1.4.1
PKG_HASH:=8a2f74b7689ef247ecaa91d36c51758ce8e34e91ddf2eb71d2e5836e053bdd3e
PKG_BUILD_DIR:=$(BUILD_DIR)/gmap-mod-self-v1.4.1
PKG_SOURCE:=gmap-mod-self-v1.4.4.tar.gz
PKG_SOURCE_URL:=https://gitlab.com/prpl-foundation/components/gmap/applications/gmap-mod-self/-/archive/v1.4.4
PKG_HASH:=0e504feb0f8464a2a5e74fef10394de5cadc4bca1917a05e32014691895288d2
PKG_BUILD_DIR:=$(BUILD_DIR)/gmap-mod-self-v1.4.4
PKG_MAINTAINER:=Soft At Home <support.opensource@softathome.com>
PKG_LICENSE:=BSD-2-Clause-Patent
PKG_LICENSE_FILES:=LICENSE
@@ -19,7 +19,7 @@ include $(INCLUDE_DIR)/package.mk
define Package/$(PKG_NAME)
CATEGORY:=gmap
SUBMENU:=Applications
SUBMENU:=gMap
TITLE:=$(SHORT_DESCRIPTION)
URL:=https://gitlab.com/prpl-foundation/components/gmap/applications/gmap-mod-self
DEPENDS += +libamxc
@@ -30,6 +30,7 @@ define Package/$(PKG_NAME)
DEPENDS += +libamxo
DEPENDS += +libamxs
DEPENDS += +libgmap-client
DEPENDS += +libgmap-ext
DEPENDS += +libsahtrace
DEPENDS += +libnetmodel
MENU:=1
@@ -45,9 +46,6 @@ endef
define Build/Install
$(call Build/Install/Default, install INSTALL=install D=$(PKG_INSTALL_DIR) DEST=$(PKG_INSTALL_DIR) STAGINGDIR=$(STAGING_DIR) CONFIGDIR=$(STAGING_DIR) PV=$(PKG_VERSION) PKG_CONFIG_LIBDIR=$(STAGING_DIR)/usr/lib/pkgconfig LIBDIR=/usr/lib INSTALL_LIB_DIR=/lib INSTALL_BIN_DIR=/bin RAW_VERSION=$(PKG_VERSION) HARDCO_HAL_DIR=$(STAGING_DIR)/usr/include CONFIG_SAH_SERVICES_GMAP_SELF_DEVTYPE_WIFIREPEATER=$(CONFIG_SAH_SERVICES_GMAP_SELF_DEVTYPE_WIFIREPEATER))
find $(PKG_INSTALL_DIR) -name *.a -exec rm {} +;
find $(PKG_INSTALL_DIR) -name *.h -exec rm {} +;
find $(PKG_INSTALL_DIR) -name *.pc -exec rm {} +;
endef
define Build/InstallDev
@@ -59,6 +57,9 @@ define Package/$(PKG_NAME)/install
if [ -d ./files ]; then \
$(CP) ./files/* $(1)/; \
fi
find $(1) -name *.a -exec rm {} +;
find $(1) -name *.h -exec rm {} +;
find $(1) -name *.pc -exec rm {} +;
endef
define Package/$(PKG_NAME)/config

View File

@@ -2,11 +2,11 @@ include $(TOPDIR)/rules.mk
-include $(STAGING_DIR)/components.config
PKG_NAME:=gmap-mod-services-db
PKG_VERSION:=v0.1.8
PKG_VERSION:=v0.1.9
SHORT_DESCRIPTION:=gMap component that populates the datamodel based on preconfigured grules
PKG_SOURCE_PROTO:=git
PKG_SOURCE_VERSION:=v0.1.8
PKG_SOURCE_VERSION:=v0.1.9
PKG_SOURCE_URL:=https://$(SAH_GIT_USER):$(SAH_GIT_TOKEN)@$(SAH_GIT)/$(SAH_GIT_GROUP)/gmap-mod-services-db.git
PKG_MIRROR_HASH:=skip
PKG_BUILD_DIR:=$(BUILD_DIR)/$(PKG_NAME)-$(PKG_VERSION)
@@ -21,7 +21,7 @@ include $(INCLUDE_DIR)/package.mk
define Package/$(PKG_NAME)
CATEGORY:=gmap
SUBMENU:=Applications
SUBMENU:=gMap
TITLE:=$(SHORT_DESCRIPTION)
URL:=https://$(SAH_GIT)/$(SAH_GIT_GROUP)/gmap-mod-services-db
DEPENDS += +libamxc

View File

@@ -2,11 +2,11 @@ include $(TOPDIR)/rules.mk
-include $(STAGING_DIR)/components.config
PKG_NAME:=gmap-mod-upnp
PKG_VERSION:=v0.1.8
PKG_VERSION:=v0.2.0
SHORT_DESCRIPTION:=Module to expose upnp information in gMap
PKG_SOURCE_PROTO:=git
PKG_SOURCE_VERSION:=v0.1.8
PKG_SOURCE_VERSION:=v0.2.0
PKG_SOURCE_URL:=https://$(SAH_GIT_USER):$(SAH_GIT_TOKEN)@$(SAH_GIT)/$(SAH_GIT_GROUP)/gmap-mod-upnp.git
PKG_MIRROR_HASH:=skip
PKG_BUILD_DIR:=$(BUILD_DIR)/$(PKG_NAME)-$(PKG_VERSION)
@@ -21,7 +21,7 @@ include $(INCLUDE_DIR)/package.mk
define Package/$(PKG_NAME)
CATEGORY:=gmap
SUBMENU:=Applications
SUBMENU:=gMap
TITLE:=$(SHORT_DESCRIPTION)
URL:=https://$(SAH_GIT)/$(SAH_GIT_GROUP)/gmap-mod-upnp
DEPENDS += +libamxb
@@ -31,6 +31,7 @@ define Package/$(PKG_NAME)
DEPENDS += +libamxo
DEPENDS += +libamxs
DEPENDS += +libgmap-client
DEPENDS += +libgmap-ext
DEPENDS += +libsahtrace
DEPENDS += +amxrt
MENU:=1

View File

@@ -1,13 +1,13 @@
include $(TOPDIR)/rules.mk
PKG_NAME:=gmap-server
PKG_VERSION:=v2.2.16
PKG_VERSION:=v2.2.18
SHORT_DESCRIPTION:=Service implementing the gmap data model
PKG_SOURCE:=gmap-server-v2.2.16.tar.gz
PKG_SOURCE_URL:=https://gitlab.com/prpl-foundation/components/gmap/applications/gmap-server/-/archive/v2.2.16
PKG_HASH:=184215e854614512d2795481de35f3e39ef2d99ab02ca43d8081cc0bb165146a
PKG_BUILD_DIR:=$(BUILD_DIR)/gmap-server-v2.2.16
PKG_SOURCE:=gmap-server-v2.2.18.tar.gz
PKG_SOURCE_URL:=https://gitlab.com/prpl-foundation/components/gmap/applications/gmap-server/-/archive/v2.2.18
PKG_HASH:=676eff4db9b8684fda76e32d70a760f46b3b178d39df9c1a17fa881c85b08b71
PKG_BUILD_DIR:=$(BUILD_DIR)/gmap-server-v2.2.18
PKG_MAINTAINER:=Soft At Home <support.opensource@softathome.com>
PKG_LICENSE:=BSD-2-Clause-Patent
PKG_LICENSE_FILES:=LICENSE
@@ -35,8 +35,8 @@ endef
include $(INCLUDE_DIR)/package.mk
define Package/$(PKG_NAME)
CATEGORY:=gmap
SUBMENU:=Applications
CATEGORY:=prpl Foundation
SUBMENU:=gMap
TITLE:=$(SHORT_DESCRIPTION)
URL:=https://gitlab.com/prpl-foundation/components/gmap/applications/gmap-server
DEPENDS += +libamxc

View File

@@ -1,13 +1,13 @@
include $(TOPDIR)/rules.mk
PKG_NAME:=gmap-mibs-common
PKG_VERSION:=v0.11.2
PKG_VERSION:=v0.15.1
SHORT_DESCRIPTION:=Generic mib files for the gmap service
PKG_SOURCE:=gmap-mibs-common-v0.11.2.tar.gz
PKG_SOURCE_URL:=https://gitlab.com/prpl-foundation/components/gmap/mibs/gmap-mibs-common/-/archive/v0.11.2
PKG_HASH:=4d799e0294274b7cb6992b07b26919a53a36ceda1b65d9f7ac2e18035ca20ce4
PKG_BUILD_DIR:=$(BUILD_DIR)/gmap-mibs-common-v0.11.2
PKG_SOURCE:=gmap-mibs-common-v0.15.1.tar.gz
PKG_SOURCE_URL:=https://gitlab.com/prpl-foundation/components/gmap/mibs/gmap-mibs-common/-/archive/v0.15.1
PKG_HASH:=198076e6bab3c51baa2f39ec8309f56b3382eb69c728b0ad85e3a9a89eb09d1e
PKG_BUILD_DIR:=$(BUILD_DIR)/gmap-mibs-common-v0.15.1
PKG_MAINTAINER:=Soft At Home <support.opensource@softathome.com>
PKG_LICENSE:=BSD-2-Clause-Patent
PKG_LICENSE_FILES:=LICENSE
@@ -18,8 +18,8 @@ PKG_RELEASE:=1
include $(INCLUDE_DIR)/package.mk
define Package/$(PKG_NAME)
CATEGORY:=gmap
SUBMENU:=Configurations
CATEGORY:=prpl Foundation
SUBMENU:=gMap
TITLE:=$(SHORT_DESCRIPTION)
URL:=https://gitlab.com/prpl-foundation/components/gmap/mibs/gmap-mibs-common
DEPENDS += +gmap-server
@@ -30,6 +30,8 @@ define Package/$(PKG_NAME)
DEPENDS += +libsahtrace
DEPENDS += +libamxo
DEPENDS += +libgmap-client
DEPENDS += +libgmap-ext
DEPENDS += +mod-dmext
MENU:=1
endef

View File

@@ -1,12 +1,13 @@
include $(TOPDIR)/rules.mk
PKG_NAME:=libgmap-client
PKG_VERSION:=v1.6.1
SHORT_DESCRIPTION:=Client library for gmap modules
PKG_SOURCE:=libgmap-client-v1.5.3.tar.gz
PKG_SOURCE_URL:=https://gitlab.com/prpl-foundation/components/gmap/libraries/libgmap-client/-/archive/v1.5.3
PKG_HASH:=7adb25b5daaeed99ec0459a74b84d3a45dcd86ec461eeb4508f47f39f83aa7d8
PKG_BUILD_DIR:=$(BUILD_DIR)/libgmap-client-v1.5.3
PKG_SOURCE:=libgmap-client-v1.6.1.tar.gz
PKG_SOURCE_URL:=https://gitlab.com/prpl-foundation/components/gmap/libraries/libgmap-client/-/archive/v1.6.1
PKG_HASH:=04864b98481d5f6d0d91d80b8e6664da1472af1fa7e879ef5b4dfcff1755ac55
PKG_BUILD_DIR:=$(BUILD_DIR)/libgmap-client-v1.6.1
PKG_MAINTAINER:=Soft At Home <support.opensource@softathome.com>
PKG_LICENSE:=BSD-2-Clause-Patent
PKG_LICENSE_FILES:=LICENSE
@@ -18,7 +19,7 @@ include $(INCLUDE_DIR)/package.mk
define Package/$(PKG_NAME)
CATEGORY:=gmap
SUBMENU:=Libraries
SUBMENU:=gMap
TITLE:=$(SHORT_DESCRIPTION)
URL:=https://gitlab.com/prpl-foundation/components/gmap/libraries/libgmap-client
DEPENDS += +libamxc

View File

@@ -1,13 +1,13 @@
include $(TOPDIR)/rules.mk
PKG_NAME:=libgmap-ext
PKG_VERSION:=v0.8.0
PKG_VERSION:=v1.0.0
SHORT_DESCRIPTION:=Functionality common for gmap clients (not server)
PKG_SOURCE:=libgmap-ext-v0.8.0.tar.gz
PKG_SOURCE_URL:=https://gitlab.com/prpl-foundation/components/gmap/libraries/libgmap-ext/-/archive/v0.8.0
PKG_HASH:=f2b2c5e66595bac74c4436ac978354be56a6913e204a4e57cd51418ab1d8fc8b
PKG_BUILD_DIR:=$(BUILD_DIR)/libgmap-ext-v0.8.0
PKG_SOURCE:=libgmap-ext-v1.0.0.tar.gz
PKG_SOURCE_URL:=https://gitlab.com/prpl-foundation/components/gmap/libraries/libgmap-ext/-/archive/v1.0.0
PKG_HASH:=11e489b0c3554adcd10f9fe52b1fe2f0eb91f748a54a6589b27c8189ed6cfead
PKG_BUILD_DIR:=$(BUILD_DIR)/libgmap-ext-v1.0.0
PKG_MAINTAINER:=Soft At Home <support.opensource@softathome.com>
PKG_LICENSE:=BSD-2-Clause-Patent
PKG_LICENSE_FILES:=LICENSE
@@ -19,7 +19,7 @@ include $(INCLUDE_DIR)/package.mk
define Package/$(PKG_NAME)
CATEGORY:=gmap
SUBMENU:=Libraries
SUBMENU:=gMap
TITLE:=$(SHORT_DESCRIPTION)
URL:=https://gitlab.com/prpl-foundation/components/gmap/libraries/libgmap-ext
DEPENDS += +libamxc
@@ -28,6 +28,7 @@ define Package/$(PKG_NAME)
DEPENDS += +libamxd
DEPENDS += +libamxo
DEPENDS += +libsahtrace
DEPENDS += +libgmap-client
MENU:=1
endef
@@ -41,9 +42,6 @@ endef
define Build/Install
$(call Build/Install/Default, install INSTALL=install D=$(PKG_INSTALL_DIR) DEST=$(PKG_INSTALL_DIR) STAGINGDIR=$(STAGING_DIR) CONFIGDIR=$(STAGING_DIR) PV=$(PKG_VERSION) PKG_CONFIG_LIBDIR=$(STAGING_DIR)/usr/lib/pkgconfig LIBDIR=/usr/lib INSTALL_LIB_DIR=/lib INSTALL_BIN_DIR=/bin RAW_VERSION=$(PKG_VERSION) HARDCO_HAL_DIR=$(STAGING_DIR)/usr/include)
find $(PKG_INSTALL_DIR) -name *.a -exec rm {} +;
find $(PKG_INSTALL_DIR) -name *.h -exec rm {} +;
find $(PKG_INSTALL_DIR) -name *.pc -exec rm {} +;
endef
define Build/InstallDev
@@ -55,6 +53,9 @@ define Package/$(PKG_NAME)/install
if [ -d ./files ]; then \
$(CP) ./files/* $(1)/; \
fi
find $(1) -name *.a -exec rm {} +;
find $(1) -name *.h -exec rm {} +;
find $(1) -name *.pc -exec rm {} +;
endef
$(eval $(call BuildPackage,$(PKG_NAME)))