All of lore.kernel.org
 help / color / mirror / Atom feed
* [Buildroot] [PATCH v2 0/2] new packages gflags and glog
@ 2015-06-10  5:50 Rahul Bedarkar
  2015-06-10  5:50 ` [Buildroot] [PATCH v2 1/2] gflags: new package Rahul Bedarkar
  2015-06-10  5:50 ` [Buildroot] [PATCH v2 2/2] glog: " Rahul Bedarkar
  0 siblings, 2 replies; 5+ messages in thread
From: Rahul Bedarkar @ 2015-06-10  5:50 UTC (permalink / raw)
  To: buildroot

This patch set adds two new packages gflags and glog.

Changes v1 -> v2:
	PATCH 1/2 - correct check for toolchain doesn't support threads (suggested by Thomas Petazzoni)
	PATCH 2/2 - no change

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

^ permalink raw reply	[flat|nested] 5+ messages in thread

end of thread, other threads:[~2015-06-12 20:15 UTC | newest]

Thread overview: 5+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2015-06-10  5:50 [Buildroot] [PATCH v2 0/2] new packages gflags and glog Rahul Bedarkar
2015-06-10  5:50 ` [Buildroot] [PATCH v2 1/2] gflags: new package Rahul Bedarkar
2015-06-10  7:49   ` Thomas Petazzoni
2015-06-10  5:50 ` [Buildroot] [PATCH v2 2/2] glog: " Rahul Bedarkar
2015-06-12 20:15   ` Thomas Petazzoni

This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.