Buildroot Archive on lore.kernel.org
 help / color / mirror / Atom feed
* [Buildroot] [PATCH 0/7] introduce BR2_PACKAGE_LINUX_PAM_ARCH_SUPPORTS
@ 2017-07-07  2:22 Carlos Santos
  2017-07-07  2:22 ` [Buildroot] [PATCH 1/7] linux-pam: " Carlos Santos
                   ` (6 more replies)
  0 siblings, 7 replies; 12+ messages in thread
From: Carlos Santos @ 2017-07-07  2:22 UTC (permalink / raw)
  To: buildroot

Several packages that depend on linux-pam need to repeat the same
dependency list in their Config.in files. This series introduces a
hidden boolean option, BR2_PACKAGE_LINUX_PAM_ARCH_SUPPORTS, which
help us to avoid such repetition.

Carlos Santos (7):
  linux-pam: introduce BR2_PACKAGE_LINUX_PAM_ARCH_SUPPORTS
  nodm: use BR2_PACKAGE_LINUX_PAM_ARCH_SUPPORTS
  openvmtools: use BR2_PACKAGE_LINUX_PAM_ARCH_SUPPORTS
  python-pam: use BR2_PACKAGE_LINUX_PAM_ARCH_SUPPORTS
  rsh-redone: use BR2_PACKAGE_LINUX_PAM_ARCH_SUPPORTS
  sudo: use BR2_PACKAGE_LINUX_PAM_ARCH_SUPPORTS
  util-linux: use BR2_PACKAGE_LINUX_PAM_ARCH_SUPPORTS

 package/linux-pam/Config.in   | 18 ++++++++++++++----
 package/nodm/Config.in        |  8 ++------
 package/openvmtools/Config.in |  7 ++-----
 package/python-pam/Config.in  |  9 ++-------
 package/rsh-redone/Config.in  | 16 ++++------------
 package/sudo/Config.in        |  7 +++++--
 package/util-linux/Config.in  | 16 ++++------------
 7 files changed, 33 insertions(+), 48 deletions(-)

-- 
2.9.4

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

end of thread, other threads:[~2017-07-07 11:52 UTC | newest]

Thread overview: 12+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2017-07-07  2:22 [Buildroot] [PATCH 0/7] introduce BR2_PACKAGE_LINUX_PAM_ARCH_SUPPORTS Carlos Santos
2017-07-07  2:22 ` [Buildroot] [PATCH 1/7] linux-pam: " Carlos Santos
2017-07-07  3:36   ` Baruch Siach
2017-07-07  7:50     ` Thomas Petazzoni
2017-07-07 11:11       ` Carlos Santos
2017-07-07 11:52         ` Thomas Petazzoni
2017-07-07  2:22 ` [Buildroot] [PATCH 2/7] nodm: use BR2_PACKAGE_LINUX_PAM_ARCH_SUPPORTS Carlos Santos
2017-07-07  2:22 ` [Buildroot] [PATCH 3/7] openvmtools: " Carlos Santos
2017-07-07  2:22 ` [Buildroot] [PATCH 4/7] python-pam: " Carlos Santos
2017-07-07  2:22 ` [Buildroot] [PATCH 5/7] rsh-redone: " Carlos Santos
2017-07-07  2:22 ` [Buildroot] [PATCH 6/7] sudo: " Carlos Santos
2017-07-07  2:22 ` [Buildroot] [PATCH 7/7] util-linux: " Carlos Santos

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox