mirror of
https://dev.iopsys.eu/feed/iopsys.git
synced 2025-12-10 07:44:50 +01:00
libethernet: Build-depend on bcmkernel
libethernet requires headers from Broadcom when built for the Broadcom target. Add build-time dependency when being built for Broadcom. This fixes a race-condition where the build would fail if bcmkernel build did not finish before the libethernet build. Signed-off-by: Andreas Gnau <andreas.gnau@iopsys.eu>
This commit is contained in:
parent
a522817e1f
commit
3e8f59a75c
1 changed files with 1 additions and 0 deletions
|
|
@ -20,6 +20,7 @@ endif
|
|||
PKG_BUILD_DIR:=$(BUILD_DIR)/$(PKG_NAME)-$(PKG_VERSION)
|
||||
PKG_LICENSE:=LGPL-2.1-only
|
||||
PKG_LICENSE_FILES:=LICENSE
|
||||
PKG_BUILD_DEPENDS:=+TARGET_brcmbca:bcmkernel
|
||||
|
||||
include $(INCLUDE_DIR)/package.mk
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue