[oe-commits] Radu Moisan : grub-efi-native: remove help2man dependency

git at git.openembedded.org git at git.openembedded.org
Fri Jul 20 11:35:16 UTC 2012


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

Author: Radu Moisan <radu.moisan at intel.com>
Date:   Fri Jul 20 14:33:38 2012 +0300

grub-efi-native: remove help2man dependency

As suggested in 70067f082af279b58247467ec29283b310a1575e we do not
need this dependency.

[YOCTO #2527]

Signed-off-by: Radu Moisan <radu.moisan at intel.com>
Signed-off-by: Richard Purdie <richard.purdie at linuxfoundation.org>

---

 meta/recipes-bsp/grub/grub-efi-native_1.99.bb |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)

diff --git a/meta/recipes-bsp/grub/grub-efi-native_1.99.bb b/meta/recipes-bsp/grub/grub-efi-native_1.99.bb
index 86a6d44..9e923bd 100644
--- a/meta/recipes-bsp/grub/grub-efi-native_1.99.bb
+++ b/meta/recipes-bsp/grub/grub-efi-native_1.99.bb
@@ -14,7 +14,7 @@ LICENSE = "GPLv3"
 LIC_FILES_CHKSUM = "file://COPYING;md5=d32239bcb673463ab874e80d47fae504"
 
 # FIXME: We should be able to optionally drop freetype as a dependency
-DEPENDS = "help2man-native autogen-native"
+DEPENDS = "autogen-native"
 RDEPENDS_${PN} = "diffutils freetype"
 PR = "r10"
 





More information about the Openembedded-commits mailing list