Openembedded Core Discussions
 help / color / mirror / Atom feed
* RFC: [PATCH 00/16] denzil pull request 2
@ 2012-06-12 20:36 Scott Garman
  2012-06-12 20:36 ` [PATCH 01/16] rpm 5.4.0: respect to the arch when choose the alternatives Scott Garman
                   ` (17 more replies)
  0 siblings, 18 replies; 19+ messages in thread
From: Scott Garman @ 2012-06-12 20:36 UTC (permalink / raw)
  To: openembedded-core

Hello,

This is the second pull request for the oe-core denzil branch, based on
a set of commits I've been testing from my sgarman/denzil-next branch.

I'm submitting this as an RFC so the community can offer feedback as
soon as possible. I'm planning on running this through the Yocto
autobuilder tonight and will reply to this thread with test results.
Assuming we get green builds, the goal is to get this pull request
merged into oe-core's denzil branch fairly quickly, so please speak
up if you have any comments or concerns with these commits.

Thanks,

Scott

The following changes since commit d7bf94647f17c0382caad8af0bdda837b14b22dc:

  fotowall: Add #include ui_wizard.h to ExportWizard.cpp (2012-05-16 16:20:31 -0700)

are available in the git repository at:

  git://git.openembedded.org/openembedded-core-contrib sgarman/denzil-next-testing
  http://cgit.openembedded.org/cgit.cgi/openembedded-core-contrib/log/?h=sgarman/denzil-next-pull2

Jesse Zhang (1):
  beecrypt: disable java

Joe Slater (1):
  shared-mime-info: fix build race condition

Joshua Lock (1):
  sanity.bbclass: copy the data store and finalise before running
    checks

Laurentiu Palcu (1):
  freetype: upgrade to 2.4.9

Mihai Lindner (1):
  sudo: fixed wrong `chmod` path

Paul Eggleton (1):
  classes/sanity: send sanity check failure as a separate event for Hob

Paul Gortmaker (1):
  gitignore: add wildcard to match toplevel patch files

Richard Purdie (2):
  bitbake.conf: Improve wget timeouts
  image.bbclass: Ensure ${S} is cleaned at the start of rootfs
    generation

Robert Yang (1):
  rpm 5.4.0: respect to the arch when choose the alternatives

Scott Garman (1):
  runqemu-ifup: enable arp proxying

Song.Li (1):
  groff: Fix build on Fedora 17

Tom Zanussi (2):
  gnupg: add libusb to DEPENDS
  gnupg: disable CCID driver

Xiaofeng Yan (1):
  ncurses: Avoid occasional builling failure when having parallel
    processable task

Zhai Edwin (1):
  webkit-gtk: Use glib as unicode backend to avoid browser crash

 .gitignore                                         |    1 +
 meta/classes/image.bbclass                         |    1 +
 meta/classes/sanity.bbclass                        |  143 +++++++++++---------
 meta/conf/bitbake.conf                             |    8 +-
 meta/recipes-core/ncurses/ncurses.inc              |   23 +++-
 .../rpm/rpm/rpm-respect-arch.patch                 |   67 +++++++++
 meta/recipes-devtools/rpm/rpm_5.4.0.bb             |    3 +-
 meta/recipes-extended/groff/groff_1.20.1.bb        |   24 +++-
 meta/recipes-extended/sudo/sudo_1.8.4p4.bb         |    6 +-
 .../no-hardcode.patch                              |    0
 .../{freetype_2.4.8.bb => freetype_2.4.9.bb}       |    4 +-
 meta/recipes-sato/webkit/webkit-gtk_svn.bb         |   10 +-
 meta/recipes-support/beecrypt/beecrypt_4.2.1.bb    |    4 +-
 meta/recipes-support/gnupg/gnupg_2.0.18.bb         |    3 +-
 .../shared-mime-info/install-data-hook.patch       |   21 +++
 .../shared-mime-info/shared-mime-info_0.91.bb      |    5 +-
 scripts/runqemu-ifup                               |    1 +
 17 files changed, 240 insertions(+), 84 deletions(-)
 create mode 100644 meta/recipes-devtools/rpm/rpm/rpm-respect-arch.patch
 rename meta/recipes-graphics/freetype/{freetype-2.4.8 => freetype-2.4.9}/no-hardcode.patch (100%)
 rename meta/recipes-graphics/freetype/{freetype_2.4.8.bb => freetype_2.4.9.bb} (91%)
 create mode 100644 meta/recipes-support/shared-mime-info/shared-mime-info/install-data-hook.patch

-- 
1.7.9.5




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

end of thread, other threads:[~2012-06-14 10:31 UTC | newest]

Thread overview: 19+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2012-06-12 20:36 RFC: [PATCH 00/16] denzil pull request 2 Scott Garman
2012-06-12 20:36 ` [PATCH 01/16] rpm 5.4.0: respect to the arch when choose the alternatives Scott Garman
2012-06-12 20:36 ` [PATCH 02/16] ncurses: Avoid occasional builling failure when having parallel processable task Scott Garman
2012-06-12 20:36 ` [PATCH 03/16] bitbake.conf: Improve wget timeouts Scott Garman
2012-06-12 20:36 ` [PATCH 04/16] sudo: fixed wrong `chmod` path Scott Garman
2012-06-12 20:36 ` [PATCH 05/16] image.bbclass: Ensure ${S} is cleaned at the start of rootfs generation Scott Garman
2012-06-12 20:36 ` [PATCH 06/16] sanity.bbclass: copy the data store and finalise before running checks Scott Garman
2012-06-12 20:36 ` [PATCH 07/16] classes/sanity: send sanity check failure as a separate event for Hob Scott Garman
2012-06-12 20:36 ` [PATCH 08/16] webkit-gtk: Use glib as unicode backend to avoid browser crash Scott Garman
2012-06-12 20:36 ` [PATCH 09/16] gnupg: add libusb to DEPENDS Scott Garman
2012-06-12 20:36 ` [PATCH 10/16] gnupg: disable CCID driver Scott Garman
2012-06-12 20:36 ` [PATCH 11/16] runqemu-ifup: enable arp proxying Scott Garman
2012-06-12 20:36 ` [PATCH 12/16] beecrypt: disable java Scott Garman
2012-06-12 20:36 ` [PATCH 13/16] groff: Fix build on Fedora 17 Scott Garman
2012-06-12 20:36 ` [PATCH 14/16] shared-mime-info: fix build race condition Scott Garman
2012-06-12 20:36 ` [PATCH 15/16] gitignore: add wildcard to match toplevel patch files Scott Garman
2012-06-12 20:36 ` [PATCH 16/16] freetype: upgrade to 2.4.9 Scott Garman
2012-06-13 15:59 ` RFC: [PATCH 00/16] denzil pull request 2 Scott Garman
2012-06-14 10:20 ` Richard Purdie

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