diff options
author | Johannes Morgenroth <morgenroth@ibr.cs.tu-bs.de> | 2014-08-22 14:33:45 +0200 |
---|---|---|
committer | Johannes Morgenroth <morgenroth@ibr.cs.tu-bs.de> | 2014-08-22 14:33:45 +0200 |
commit | ebe346b61664be700a69f828b3d4a06a22597041 (patch) | |
tree | a0c0c57c5191f5a7f53c73da900c95d854188986 /libs | |
parent | efb7c5fc597b86b23ffdd97f6671f50581b58ae3 (diff) |
ibrcommon: Remove PKG_BUILD_DEPENDS since it is already defined by DEPENDS
Signed-off-by: Johannes Morgenroth <morgenroth@ibr.cs.tu-bs.de>
Diffstat (limited to 'libs')
-rw-r--r-- | libs/ibrcommon/Makefile | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/libs/ibrcommon/Makefile b/libs/ibrcommon/Makefile index 37e6c1763..6fb746518 100644 --- a/libs/ibrcommon/Makefile +++ b/libs/ibrcommon/Makefile @@ -19,7 +19,6 @@ PKG_LICENSE:=Apache-2.0 PKG_INSTALL:=1 PKG_FIXUP:=libtool -PKG_BUILD_DEPENDS:=libnl libopenssl include $(INCLUDE_DIR)/package.mk |