Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
I
iopsys
Manage
Activity
Members
Labels
Plan
Issues
Issue boards
Milestones
Wiki
Code
Merge requests
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Snippets
Build
Pipelines
Jobs
Pipeline schedules
Artifacts
Deploy
Releases
Container registry
Model registry
Operate
Environments
Monitor
Incidents
Analyze
Value stream analytics
Contributor analytics
CI/CD analytics
Repository analytics
Issue analytics
Model experiments
Help
Help
Support
GitLab documentation
Compare GitLab plans
Community forum
Contribute to GitLab
Provide feedback
Terms and privacy
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
Feed
iopsys
Commits
0f85c77d
Commit
0f85c77d
authored
5 years ago
by
Vivek Dutta
Browse files
Options
Downloads
Patches
Plain Diff
meshcomms: Optimize meshcomms library
parent
2a2d9423
Branches
Branches containing commit
No related tags found
No related merge requests found
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
meshcomms/Makefile
+6
-11
6 additions, 11 deletions
meshcomms/Makefile
with
6 additions
and
11 deletions
meshcomms/Makefile
+
6
−
11
View file @
0f85c77d
...
...
@@ -8,7 +8,7 @@ PKG_NAME:=meshcomms
PKG_VERSION
:=
1.0.2
PKG_SOURCE_PROTO
:=
git
PKG_SOURCE_VERSION
:=
fc8ae5dc6b78cd1d813ce66ffc4786228cb468ea
PKG_SOURCE_VERSION
:=
72048b609104a5479ac2cdae21d5d1f733fd2bc3
PKG_SOURCE_URL
:=
https://dev.iopsys.eu/fork/meshcomms.git
PKG_SOURCE
:=
$(
PKG_NAME
)
-
$(
PKG_SOURCE_VERSION
)
.tar.gz
...
...
@@ -17,12 +17,6 @@ PKG_BUILD_DIR:=$(BUILD_DIR)/$(PKG_NAME)-$(PKG_VERSION)
PKG_LICENSE
:=
BSD2+Patent
PKG_LICENSE_FILES
:=
LICENSE
PLATFORM
:=
linux
FLAVOUR
:=
iopsys
export
PLATFORM
export
FLAVOUR
include
$(INCLUDE_DIR)/package.mk
define
Package/meshcomms
...
...
@@ -62,11 +56,12 @@ define Package/meshcomms/install
$(INSTALL_BIN)
./files/meshcomms.init
$(1)/etc/init.d/meshcomms
$(INSTALL_BIN)
$(PKG_BUILD_DIR)/output/al_entity
$(1)/usr/sbin/
$(INSTALL_BIN)
$(PKG_BUILD_DIR)/output/libmeshcomms.so
$(1)/usr/lib
$(INSTALL_BIN)
$(PKG_BUILD_DIR)/output/libmeshcomms.so
$(STAGING_DIR)/usr/lib
$(CP)
$(PKG_BUILD_DIR)/include/meshcomms.h
$(STAGING_DIR)/usr/include/meshcomms/
$(CP)
$(PKG_BUILD_DIR)/src/common/interfaces/*.h
$(STAGING_DIR)/usr/include/meshcomms/
common/
$(CP)
$(PKG_BUILD_DIR)/src/factory/interfaces/*.h
$(STAGING_DIR)/usr/include/meshcomms/
factory/
$(CP)
$(PKG_BUILD_DIR)/src/factory/interfaces/extensions/bbf/*.h
$(STAGING_DIR)/usr/include/meshcomms/
bbf/
$(CP)
$(PKG_BUILD_DIR)/src/al/internal_interfaces/*.h
$(STAGING_DIR)/usr/include/meshcomms/
al/
$(CP)
$(PKG_BUILD_DIR)/src/common/interfaces/*.h
$(STAGING_DIR)/usr/include/meshcomms/
$(CP)
$(PKG_BUILD_DIR)/src/factory/interfaces/*.h
$(STAGING_DIR)/usr/include/meshcomms/
$(CP)
$(PKG_BUILD_DIR)/src/factory/interfaces/extensions/bbf/*.h
$(STAGING_DIR)/usr/include/meshcomms/
$(CP)
$(PKG_BUILD_DIR)/src/al/internal_interfaces/*.h
$(STAGING_DIR)/usr/include/meshcomms/
endef
$(
eval
$(
call BuildPackage,meshcomms
))
This diff is collapsed.
Click to expand it.
Preview
0%
Loading
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Save comment
Cancel
Please
register
or
sign in
to comment