]> code.ossystems Code Review - openembedded-core.git/commitdiff
grub-efi-native: remove help2man dependency
authorRadu Moisan <radu.moisan@intel.com>
Fri, 20 Jul 2012 11:33:38 +0000 (14:33 +0300)
committerRichard Purdie <richard.purdie@linuxfoundation.org>
Fri, 20 Jul 2012 11:32:13 +0000 (12:32 +0100)
As suggested in 70067f082af279b58247467ec29283b310a1575e we do not
need this dependency.

[YOCTO #2527]

Signed-off-by: Radu Moisan <radu.moisan@intel.com>
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
meta/recipes-bsp/grub/grub-efi-native_1.99.bb

index 86a6d44d7cabe910bea57f5d7a7cf1b420900e3d..9e923bd840d127c2f187a0e3fd07a096df77afbc 100644 (file)
@@ -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"