[Buildroot] [PATCH 0/2] new packages gflags and glog

Rahul Bedarkar rahul.bedarkar at imgtec.com
Tue Jun 9 06:27:28 UTC 2015


This patch set adds two new packages gflags and glog.

Rahul Bedarkar (2):
  gflags: new package
  glog: new package

 package/Config.in          |  2 ++
 package/gflags/Config.in   | 13 +++++++++++++
 package/gflags/gflags.hash |  2 ++
 package/gflags/gflags.mk   | 17 +++++++++++++++++
 package/glog/Config.in     | 11 +++++++++++
 package/glog/glog.hash     |  2 ++
 package/glog/glog.mk       | 17 +++++++++++++++++
 7 files changed, 64 insertions(+)
 create mode 100644 package/gflags/Config.in
 create mode 100644 package/gflags/gflags.hash
 create mode 100644 package/gflags/gflags.mk
 create mode 100644 package/glog/Config.in
 create mode 100644 package/glog/glog.hash
 create mode 100644 package/glog/glog.mk

-- 
1.9.1



More information about the buildroot mailing list