aboutsummaryrefslogtreecommitdiff
path: root/libs/libgflags
Commit message (Collapse)AuthorAge
* libgflags: removeRosen Penev2020-04-09
| | | | Signed-off-by: Rosen Penev <rosenp@gmail.com>
* gflags: Use CP instead of INSTALL_DATARosen Penev2019-06-07
| | | | | | INSTALL_DATA turns the symlinks into files, increasing the size. Signed-off-by: Rosen Penev <rosenp@gmail.com>
* treewide: Replace PKG_LICENSE_FILE with PKG_LICENSE_FILESRosen Penev2019-04-30
| | | | | | | 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>
* libgflags: add gflags packageAmol Bhave2019-04-03
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>