[oe-commits] Robert Yang : grub 2.0: several fixes

git at git.openembedded.org git at git.openembedded.org
Fri Jan 16 23:14:51 UTC 2015


Module: openembedded-core.git
Branch: master
Commit: cf4aaed28a34cc652352f0817316187b72babc76
URL:    http://git.openembedded.org/?p=openembedded-core.git&a=commit;h=cf4aaed28a34cc652352f0817316187b72babc76

Author: Robert Yang <liezhi.yang at windriver.com>
Date:   Sat Jan  3 18:38:19 2015 -0800

grub 2.0: several fixes

* Make grub, grub-efi grub_git use a grub2.inc to reduce the duplicated code.

* Make grub and grub-efi use the same patches since they use the same
  source. (grub_git is different).

* grub-efi:
  - Use autotools to replace autotools-brokensep
  - Remove the DEPENDS of freetype, it should be a RDEPENDS.
  - Remove grub-2.00-ignore-gnulib-gets-stupidity.patch since it is a
    duplication of remove-gets.patch.
  - Make grub-efi.rpm contain files rather than make an empty package.

* grub_git:
  - Fix a SSE build failure.

[YOCTO #6310]

Signed-off-by: Robert Yang <liezhi.yang at windriver.com>

---

 .../fix-endianness-problem.patch                   |  0
 .../grub-2.00-ignore-gnulib-gets-stupidity.patch   | 28 -------------
 .../{grub-2.00 => files}/grub-install.in.patch     |  0
 ...rub2-remove-sparc64-setup-from-x86-builds.patch |  0
 .../grub/{grub-2.00 => files}/remove-gets.patch    |  0
 meta/recipes-bsp/grub/grub-efi_2.00.bb             | 48 +++++-----------------
 meta/recipes-bsp/grub/grub2.inc                    | 44 ++++++++++++++++++++
 meta/recipes-bsp/grub/grub_2.00.bb                 | 32 +--------------
 meta/recipes-bsp/grub/grub_git.bb                  | 16 +-------
 9 files changed, 58 insertions(+), 110 deletions(-)

Diff:   http://git.openembedded.org/?p=openembedded-core.git/?a=commitdiff;h=cf4aaed28a34cc652352f0817316187b72babc76


More information about the Openembedded-commits mailing list