1
0
mirror of https://git.openwrt.org/feed/packages.git synced 2024-06-13 19:03:52 +02:00
Commit Graph

3 Commits

Author SHA1 Message Date
Rosen Penev
c3f3cbe9dc gflags: Use CP instead of INSTALL_DATA
INSTALL_DATA turns the symlinks into files, increasing the size.

Signed-off-by: Rosen Penev <rosenp@gmail.com>
2019-06-07 14:31:19 -07:00
Rosen Penev
8e6f049b26
treewide: Replace PKG_LICENSE_FILE with PKG_LICENSE_FILES
The latter is actually what is used by the build system. Increased
PKG_RELEASE for all packages as this changes the ipk.

Signed-off-by: Rosen Penev <rosenp@gmail.com>
2019-04-30 14:52:57 -07:00
Amol Bhave
5669ce84ab libgflags: add gflags package
Google's gflags library is a C++ library that implements command line
flags processing. Adding the library so that it can used when compiling
other C++ programs.

Signed-off-by: Amol Bhave <ambhave@fb.com>
2019-04-03 13:18:50 -07:00