All of lore.kernel.org
 help / color / mirror / Atom feed
* [PATCH V3 0/4] Change the way of CONFFILES handling
@ 2015-02-17  2:08 Chen Qi
  2015-02-17  2:08 ` [PATCH V3 1/4] packaging: allow globs in CONFFILES Chen Qi
                   ` (3 more replies)
  0 siblings, 4 replies; 5+ messages in thread
From: Chen Qi @ 2015-02-17  2:08 UTC (permalink / raw)
  To: openembedded-core

The following changes since commit d5af8539c0a1718a7254bcdcfa973e3c887dfbd6:

  syslinux: support ext2/3/4 device (2015-02-15 08:11:19 +0000)

are available in the git repository at:

  git://git.openembedded.org/openembedded-core-contrib ChenQi/CONFFILES
  http://cgit.openembedded.org/cgit.cgi/openembedded-core-contrib/log/?h=ChenQi/CONFFILES

Chen Qi (4):
  packaging: allow globs in CONFFILES
  package_manager.py: use 'purge' instead of 'remove' in case of deb
  update-rc.d: use '-f' option in updatercd_postrm
  useradd.bbclass: avoid do_rootfs error for debian package backend

 meta/classes/package.bbclass     | 79 +++++++++++++++++++++++++++++++---------
 meta/classes/package_deb.bbclass |  2 +-
 meta/classes/package_ipk.bbclass |  2 +-
 meta/classes/package_rpm.bbclass |  2 +-
 meta/classes/update-rc.d.bbclass |  4 +-
 meta/classes/useradd.bbclass     | 10 +++++
 meta/lib/oe/package_manager.py   |  4 +-
 7 files changed, 78 insertions(+), 25 deletions(-)

-- 
1.9.1



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

end of thread, other threads:[~2015-02-17  2:08 UTC | newest]

Thread overview: 5+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2015-02-17  2:08 [PATCH V3 0/4] Change the way of CONFFILES handling Chen Qi
2015-02-17  2:08 ` [PATCH V3 1/4] packaging: allow globs in CONFFILES Chen Qi
2015-02-17  2:08 ` [PATCH V3 2/4] package_manager.py: use 'purge' instead of 'remove' in case of deb Chen Qi
2015-02-17  2:08 ` [PATCH V3 3/4] update-rc.d: use '-f' option in updatercd_postrm Chen Qi
2015-02-17  2:08 ` [PATCH V3 4/4] useradd.bbclass: avoid do_rootfs error for debian package backend Chen Qi

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.