mirror of
https://dev.iopsys.eu/feed/iopsys.git
synced 2026-02-21 11:53:31 +01:00
meshcomms: Remove compile time Endianness dependency
This commit is contained in:
parent
8644eb21ab
commit
dcc58ea25a
1 changed files with 1 additions and 7 deletions
|
|
@ -8,7 +8,7 @@ PKG_NAME:=meshcomms
|
|||
PKG_VERSION:=1.0.2
|
||||
|
||||
PKG_SOURCE_PROTO:=git
|
||||
PKG_SOURCE_VERSION:=69e58ff9c49898a269f2d20e3001553c35bf862e
|
||||
PKG_SOURCE_VERSION:=fc8ae5dc6b78cd1d813ce66ffc4786228cb468ea
|
||||
PKG_SOURCE_URL:=https://dev.iopsys.eu/fork/meshcomms.git
|
||||
PKG_SOURCE:=$(PKG_NAME)-$(PKG_SOURCE_VERSION).tar.gz
|
||||
|
||||
|
|
@ -42,12 +42,6 @@ TARGET_CFLAGS += \
|
|||
-D_GNU_SOURCE
|
||||
# -DDO_NOT_ACCEPT_UNAUTHENTICATED_COMMANDS
|
||||
|
||||
ifneq ($(CONFIG_BIG_ENDIAN),)
|
||||
TARGET_CFLAGS += -D_HOST_IS_BIG_ENDIAN_=1
|
||||
else
|
||||
TARGET_CFLAGS += -D_HOST_IS_LITTLE_ENDIAN_=1
|
||||
endif
|
||||
|
||||
#define Build/Prepare
|
||||
# $(CP) -rf ./meshcomms/* $(PKG_BUILD_DIR)/
|
||||
#endef
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue