| Submitter | Scott Garman |
|---|---|
| Date | June 22, 2012, 5:25 p.m. |
| Message ID | <cover.1340385690.git.scott.a.garman@intel.com> |
| Download | mbox |
| Permalink | /patch/30493/ |
| State | New |
| Headers | show |
Pull-request
git://git.yoctoproject.org/poky-contrib sgarman/recipe-upgrades-oeComments
On 06/22/2012 10:25 AM, Scott Garman wrote: > Hello, > > These are some trivial recipe upgrades for gzip and sudo. They have > been build-tested for all 5 of our qemu architectures, and I've done > a visual inspection of the package output to watch for any troublesome > differences. (I do intend to start using buildhistory soon) > > Note, this pull request is for oe-core master. > > Scott > > The following changes since commit e2cc4a44d510e0d473d15f207c1c886db6a5ccf7: > > [PATCH] guile: fix compilation on MIPS/PPC (2012-06-21 13:41:12 +0100) > > are available in the git repository at: > > git://git.yoctoproject.org/poky-contrib sgarman/recipe-upgrades-oe > http://git.yoctoproject.org/cgit.cgi/poky-contrib/log/?h=sgarman/recipe-upgrades-oe > > Scott Garman (2): > gzip: upgrade to 1.5 > sudo: upgrade to 1.8.5p2 > > meta/recipes-extended/gzip/gzip.inc | 7 +++++-- > meta/recipes-extended/gzip/gzip_1.4.bb | 10 ---------- > meta/recipes-extended/gzip/gzip_1.5.bb | 10 ++++++++++ > meta/recipes-extended/sudo/sudo.inc | 2 +- > .../sudo/{sudo_1.8.4p4.bb => sudo_1.8.5p2.bb} | 6 +++--- > 5 files changed, 19 insertions(+), 16 deletions(-) > delete mode 100644 meta/recipes-extended/gzip/gzip_1.4.bb > create mode 100644 meta/recipes-extended/gzip/gzip_1.5.bb > rename meta/recipes-extended/sudo/{sudo_1.8.4p4.bb => sudo_1.8.5p2.bb} (83%) > Merged into OE-Core Thanks Sau!
Hello, These are some trivial recipe upgrades for gzip and sudo. They have been build-tested for all 5 of our qemu architectures, and I've done a visual inspection of the package output to watch for any troublesome differences. (I do intend to start using buildhistory soon) Note, this pull request is for oe-core master. Scott The following changes since commit e2cc4a44d510e0d473d15f207c1c886db6a5ccf7: [PATCH] guile: fix compilation on MIPS/PPC (2012-06-21 13:41:12 +0100) are available in the git repository at: git://git.yoctoproject.org/poky-contrib sgarman/recipe-upgrades-oe http://git.yoctoproject.org/cgit.cgi/poky-contrib/log/?h=sgarman/recipe-upgrades-oe Scott Garman (2): gzip: upgrade to 1.5 sudo: upgrade to 1.8.5p2 meta/recipes-extended/gzip/gzip.inc | 7 +++++-- meta/recipes-extended/gzip/gzip_1.4.bb | 10 ---------- meta/recipes-extended/gzip/gzip_1.5.bb | 10 ++++++++++ meta/recipes-extended/sudo/sudo.inc | 2 +- .../sudo/{sudo_1.8.4p4.bb => sudo_1.8.5p2.bb} | 6 +++--- 5 files changed, 19 insertions(+), 16 deletions(-) delete mode 100644 meta/recipes-extended/gzip/gzip_1.4.bb create mode 100644 meta/recipes-extended/gzip/gzip_1.5.bb rename meta/recipes-extended/sudo/{sudo_1.8.4p4.bb => sudo_1.8.5p2.bb} (83%)