From: Scott Garman <scott.a.garman@intel.com>
To: openembedded-core@lists.openembedded.org
Cc: Scott Garman <scott.a.garman@intel.com>
Subject: [PATCH 0/2] Upstream-Status patch additions
Date: Sun, 17 Jul 2011 20:06:57 -0700 [thread overview]
Message-ID: <cover.1310958357.git.scott.a.garman@intel.com> (raw)
Hello,
This pull request simply adds the Upstream-Status metadata field to
patches for the man and unfs-server recipes.
The following changes since commit fa4bcfdb73167f8159b88e5a4d711c0d37627a70:
bb-matrix: correct BB and PM number canonicalization (2011-07-14 22:23:09 +0100)
are available in the git repository at:
git://git.pokylinux.org/poky-contrib sgarman/upstream-status
http://git.pokylinux.org/cgit.cgi/poky-contrib/log/?h=sgarman/upstream-status
Scott Garman (2):
man: add Upstream-Status field to paches
unfs-server: add Upstream-Status field to patches
.../001-2.2b47-2.2b51.patch | 5 +++++
.../unfs-server-2.1+2.2beta47/002-destdir.patch | 5 +++++
.../unfs-server-2.1+2.2beta47/003-manpages.patch | 5 +++++
.../unfs-server-2.1+2.2beta47/004-strsignal.patch | 5 +++++
.../unfs-server-2.1+2.2beta47/005-sys-time.patch | 5 +++++
.../unfs-server-2.1+2.2beta47/006-reiserfs.patch | 5 +++++
.../unfs-server-2.1+2.2beta47/007-map.patch | 5 +++++
.../unfs-server-2.1+2.2beta47/008-configure.patch | 5 +++++
.../unfs-server-2.1+2.2beta47/009-multirw.patch | 5 +++++
.../unfs-server-2.1+2.2beta47/010-realpath.patch | 5 +++++
.../011-fno-strict-aliasing.patch | 5 +++++
.../unfs-server-2.1+2.2beta47/012-nostrip.patch | 5 +++++
.../unfs-server-2.1+2.2beta47/013-mntpathlen.patch | 5 +++++
.../014-uninitialized.patch | 5 +++++
.../unfs-server-2.1+2.2beta47/015-setattr.patch | 5 +++++
.../016-makefile.in.patch | 5 +++++
.../017-wrs-dynamic-rpc.patch | 5 +++++
.../018-remove-tcp-wrappers.patch | 5 +++++
.../019-pid-before-fork.patch | 5 +++++
.../020-undefined-chmod-fix.patch | 5 +++++
.../unfs-server-2.1+2.2beta47/021-nolibwrap.patch | 5 +++++
.../022-add-close-on-exec-descriptors.patch | 5 +++++
.../man/man-1.6f/man-1.5g-nonrootbuild.patch | 4 ++++
.../man/man-1.6f/man-1.5h1-gencat.patch | 4 ++++
.../man/man-1.6f/man-1.5h1-make.patch | 4 ++++
.../man/man-1.6f/man-1.5i2-initial.patch | 4 ++++
.../man/man-1.6f/man-1.5i2-newline.patch | 4 ++++
.../man/man-1.6f/man-1.5i2-overflow.patch | 4 ++++
.../man/man-1.6f/man-1.5j-i18n.patch | 4 ++++
.../man/man-1.6f/man-1.5j-nocache.patch | 4 ++++
.../man/man-1.6f/man-1.5j-utf8.patch | 4 ++++
.../man/man-1.6f/man-1.5k-confpath.patch | 4 ++++
.../man/man-1.6f/man-1.5k-nonascii.patch | 4 ++++
.../man/man-1.6f/man-1.5k-sofix.patch | 4 ++++
.../man/man-1.6f/man-1.5m2-bug11621.patch | 4 ++++
.../man/man-1.6f/man-1.5m2-buildroot.patch | 4 ++++
.../man/man-1.6f/man-1.5m2-multiple.patch | 4 ++++
.../man-1.6f/man-1.5m2-no-color-for-printing.patch | 4 ++++
.../man/man-1.6f/man-1.5m2-sigpipe.patch | 4 ++++
.../man/man-1.6f/man-1.5m2-tv_fhs.patch | 4 ++++
.../man/man-1.6f/man-1.6e-i18n_whatis.patch | 4 ++++
.../man/man-1.6f/man-1.6e-lzma+xz-support.patch | 4 ++++
.../man/man-1.6f/man-1.6e-mandirs.patch | 4 ++++
.../man/man-1.6f/man-1.6e-new_sections.patch | 4 ++++
.../man/man-1.6f/man-1.6e-ro_usr.patch | 4 ++++
.../man/man-1.6f/man-1.6e-security.patch | 4 ++++
.../man-1.6e-use_i18n_vars_in_a_std_way.patch | 4 ++++
.../man/man-1.6f/man-1.6e-whatis2.patch | 4 ++++
48 files changed, 214 insertions(+), 0 deletions(-)
next reply other threads:[~2011-07-18 3:11 UTC|newest]
Thread overview: 4+ messages / expand[flat|nested] mbox.gz Atom feed top
2011-07-18 3:06 Scott Garman [this message]
2011-07-18 3:06 ` [PATCH 1/2] man: add Upstream-Status field to paches Scott Garman
2011-07-18 3:06 ` [PATCH 2/2] unfs-server: add Upstream-Status field to patches Scott Garman
2011-07-19 18:18 ` [PATCH 0/2] Upstream-Status patch additions Saul Wold
Reply instructions:
You may reply publicly to this message via plain-text email
using any one of the following methods:
* Save the following mbox file, import it into your mail client,
and reply-to-all from there: mbox
Avoid top-posting and favor interleaved quoting:
https://en.wikipedia.org/wiki/Posting_style#Interleaved_style
* Reply using the --to, --cc, and --in-reply-to
switches of git-send-email(1):
git send-email \
--in-reply-to=cover.1310958357.git.scott.a.garman@intel.com \
--to=scott.a.garman@intel.com \
--cc=openembedded-core@lists.openembedded.org \
/path/to/YOUR_REPLY
https://kernel.org/pub/software/scm/git/docs/git-send-email.html
* If your mail client supports setting the In-Reply-To header
via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line
before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox