diff options
author | Felix Fietkau <nbd@openwrt.org> | 2014-06-30 08:19:48 +0000 |
---|---|---|
committer | Felix Fietkau <nbd@openwrt.org> | 2014-06-30 08:19:48 +0000 |
commit | b3b55de395b88cf8abf139038250549e1fc1d47d (patch) | |
tree | 25bb8f1ba819a89110d318a1282fa59621402dca /package/system/ubox | |
parent | a68ae1a701c5f263f0318318882e15f60684d7a4 (diff) | |
download | upstream-b3b55de395b88cf8abf139038250549e1fc1d47d.tar.gz upstream-b3b55de395b88cf8abf139038250549e1fc1d47d.tar.bz2 upstream-b3b55de395b88cf8abf139038250549e1fc1d47d.zip |
build: disable the PKG_CHECK_FORMAT_SECURITY check for the failing packages
The idea is to gradually fix the packages
Signed-off-by: Etienne CHAMPETIER <etienne.champetier@free.fr>
SVN-Revision: 41411
Diffstat (limited to 'package/system/ubox')
-rw-r--r-- | package/system/ubox/Makefile | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/package/system/ubox/Makefile b/package/system/ubox/Makefile index 5a94f6b379..f13c54335e 100644 --- a/package/system/ubox/Makefile +++ b/package/system/ubox/Makefile @@ -10,6 +10,7 @@ PKG_SOURCE_SUBDIR:=$(PKG_NAME)-$(PKG_VERSION) PKG_SOURCE_VERSION:=1c2a9c1cbe9d18bf342edfa617eff319c1d3ce3a PKG_SOURCE:=$(PKG_NAME)-$(PKG_VERSION)-$(PKG_SOURCE_VERSION).tar.gz CMAKE_INSTALL:=1 +PKG_CHECK_FORMAT_SECURITY:=0 PKG_LICENSE:=GPLv2 PKG_LICENSE_FILES:= |