diff options
author | Radu Moisan <radu.moisan@intel.com> | 2012-07-20 14:33:38 +0300 |
---|---|---|
committer | Richard Purdie <richard.purdie@linuxfoundation.org> | 2012-07-20 12:32:53 +0100 |
commit | 24340ed5d1f153610a0452e48babcadd4fc50b63 (patch) | |
tree | f0a2fc1e30b83c0b957965bf678c874f8902f194 /meta/recipes-bsp | |
parent | d85216e1566a155f623db7169d71052c8046f4c4 (diff) | |
download | poky-24340ed5d1f153610a0452e48babcadd4fc50b63.tar.gz |
grub-efi-native: remove help2man dependency
As suggested in 70067f082af279b58247467ec29283b310a1575e we do not
need this dependency.
[YOCTO #2527]
(From OE-Core rev: ef637e417ae1c2dff7fc0ad6cb30989e72ac35ab)
Signed-off-by: Radu Moisan <radu.moisan@intel.com>
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
Diffstat (limited to 'meta/recipes-bsp')
-rw-r--r-- | 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 86a6d44d7c..9e923bd840 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" | |||
14 | LIC_FILES_CHKSUM = "file://COPYING;md5=d32239bcb673463ab874e80d47fae504" | 14 | LIC_FILES_CHKSUM = "file://COPYING;md5=d32239bcb673463ab874e80d47fae504" |
15 | 15 | ||
16 | # FIXME: We should be able to optionally drop freetype as a dependency | 16 | # FIXME: We should be able to optionally drop freetype as a dependency |
17 | DEPENDS = "help2man-native autogen-native" | 17 | DEPENDS = "autogen-native" |
18 | RDEPENDS_${PN} = "diffutils freetype" | 18 | RDEPENDS_${PN} = "diffutils freetype" |
19 | PR = "r10" | 19 | PR = "r10" |
20 | 20 | ||