mirror of
https://dev.iopsys.eu/feed/iopsys.git
synced 2025-12-10 07:44:50 +01:00
Fix json dependencies
This commit is contained in:
parent
3676754e61
commit
262e344ac3
1 changed files with 2 additions and 1 deletions
|
|
@ -18,7 +18,7 @@ LOCAL_DEV=0
|
|||
ifneq ($(LOCAL_DEV),1)
|
||||
PKG_SOURCE_PROTO:=git
|
||||
PKG_SOURCE_URL:=https://dev.iopsys.eu/iopsys/$(PKG_NAME).git
|
||||
PKG_SOURCE_VERSION:=cd6f9b0678ea463a16d6104f2095d9a50118b208
|
||||
PKG_SOURCE_VERSION:=67b1b8e69077fff435450f454aa18e561aa5b7c1
|
||||
PKG_SOURCE:=$(PKG_NAME)-$(PKG_VERSION)-$(PKG_SOURCE_VERSION).tar.gz
|
||||
PKG_MIRROR_HASH:=skip
|
||||
endif
|
||||
|
|
@ -51,6 +51,7 @@ ifeq ($(CONFIG_TARGET_brcmbca),y)
|
|||
TARGET_CPPFLAGS :=
|
||||
TARGET_CXXFLAGS :=
|
||||
EXTRA_CFLAGS :=
|
||||
CheckDependencies :=
|
||||
endif
|
||||
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue