diff options
author | Max Eliaser <max.eliaser@intel.com> | 2014-05-01 13:00:28 -0700 |
---|---|---|
committer | Richard Purdie <richard.purdie@linuxfoundation.org> | 2014-05-02 20:46:59 +0100 |
commit | 64df4e4aefe6cc460145c8a25c7afadc56fd4a88 (patch) | |
tree | 39b9b91c1d8de7a7aa113da186f701414b830e52 /meta/recipes-bsp/grub | |
parent | 075e2884ce10094258af6f7c6db1af7579b5bffa (diff) | |
download | poky-64df4e4aefe6cc460145c8a25c7afadc56fd4a88.tar.gz |
Add texinfo.bbclass; recipes that use texinfo utils at build-time inherit it.
The class itself currently does nothing. The idea is to mark all recipes that
make use of the texinfo utilities. In the future, this class could be used to
suppress the generation/formatting of documentation for performance,
explicitly track dependencies on these utilities, and eliminate Yocto's
current dependency on the host system's texinfo utilities.
(From OE-Core rev: e6fb2f9afe2ba6b676c46d1eb297ca9cc532d405)
Signed-off-by: Max Eliaser <max.eliaser@intel.com>
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
Diffstat (limited to 'meta/recipes-bsp/grub')
-rw-r--r-- | meta/recipes-bsp/grub/grub-efi_2.00.bb | 4 | ||||
-rw-r--r-- | meta/recipes-bsp/grub/grub_0.97.bb | 2 | ||||
-rw-r--r-- | meta/recipes-bsp/grub/grub_2.00.bb | 3 | ||||
-rw-r--r-- | meta/recipes-bsp/grub/grub_git.bb | 3 |
4 files changed, 4 insertions, 8 deletions
diff --git a/meta/recipes-bsp/grub/grub-efi_2.00.bb b/meta/recipes-bsp/grub/grub-efi_2.00.bb index 4b43749200..7b49493e3e 100644 --- a/meta/recipes-bsp/grub/grub-efi_2.00.bb +++ b/meta/recipes-bsp/grub/grub-efi_2.00.bb | |||
@@ -52,9 +52,7 @@ python __anonymous () { | |||
52 | d.setVar("GRUB_IMAGE", grubimage) | 52 | d.setVar("GRUB_IMAGE", grubimage) |
53 | } | 53 | } |
54 | 54 | ||
55 | inherit autotools-brokensep | 55 | inherit autotools-brokensep gettext texinfo deploy |
56 | inherit gettext | ||
57 | inherit deploy | ||
58 | 56 | ||
59 | CACHED_CONFIGUREVARS += "ac_cv_path_HELP2MAN=" | 57 | CACHED_CONFIGUREVARS += "ac_cv_path_HELP2MAN=" |
60 | EXTRA_OECONF = "--with-platform=efi --disable-grub-mkfont \ | 58 | EXTRA_OECONF = "--with-platform=efi --disable-grub-mkfont \ |
diff --git a/meta/recipes-bsp/grub/grub_0.97.bb b/meta/recipes-bsp/grub/grub_0.97.bb index 376244e331..997a045b2e 100644 --- a/meta/recipes-bsp/grub/grub_0.97.bb +++ b/meta/recipes-bsp/grub/grub_0.97.bb | |||
@@ -23,7 +23,7 @@ SRC_URI = "ftp://alpha.gnu.org/gnu/grub/grub-${PV}.tar.gz; \ | |||
23 | SRC_URI[md5sum] = "cd3f3eb54446be6003156158d51f4884" | 23 | SRC_URI[md5sum] = "cd3f3eb54446be6003156158d51f4884" |
24 | SRC_URI[sha256sum] = "4e1d15d12dbd3e9208111d6b806ad5a9857ca8850c47877d36575b904559260b" | 24 | SRC_URI[sha256sum] = "4e1d15d12dbd3e9208111d6b806ad5a9857ca8850c47877d36575b904559260b" |
25 | 25 | ||
26 | inherit autotools | 26 | inherit autotools texinfo |
27 | 27 | ||
28 | COMPATIBLE_HOST = "i.86.*-linux" | 28 | COMPATIBLE_HOST = "i.86.*-linux" |
29 | 29 | ||
diff --git a/meta/recipes-bsp/grub/grub_2.00.bb b/meta/recipes-bsp/grub/grub_2.00.bb index c21031bde1..6075b20bdc 100644 --- a/meta/recipes-bsp/grub/grub_2.00.bb +++ b/meta/recipes-bsp/grub/grub_2.00.bb | |||
@@ -33,8 +33,7 @@ COMPATIBLE_HOST = '(x86_64.*|i.86.*)-(linux|freebsd.*)' | |||
33 | FILES_${PN}-dbg += "${libdir}/${BPN}/i386-pc/.debug" | 33 | FILES_${PN}-dbg += "${libdir}/${BPN}/i386-pc/.debug" |
34 | 34 | ||
35 | 35 | ||
36 | inherit autotools | 36 | inherit autotools gettext texinfo |
37 | inherit gettext | ||
38 | 37 | ||
39 | PACKAGECONFIG ??= "" | 38 | PACKAGECONFIG ??= "" |
40 | PACKAGECONFIG[grub-mount] = "--enable-grub-mount,--disable-grub-mount,fuse" | 39 | PACKAGECONFIG[grub-mount] = "--enable-grub-mount,--disable-grub-mount,fuse" |
diff --git a/meta/recipes-bsp/grub/grub_git.bb b/meta/recipes-bsp/grub/grub_git.bb index 114cf77de9..7db3ffd7a8 100644 --- a/meta/recipes-bsp/grub/grub_git.bb +++ b/meta/recipes-bsp/grub/grub_git.bb | |||
@@ -28,8 +28,7 @@ S = "${WORKDIR}/git" | |||
28 | 28 | ||
29 | COMPATIBLE_HOST = '(x86_64.*|i.86.*|arm.*|aarch64.*)-(linux.*|freebsd.*)' | 29 | COMPATIBLE_HOST = '(x86_64.*|i.86.*|arm.*|aarch64.*)-(linux.*|freebsd.*)' |
30 | 30 | ||
31 | inherit autotools | 31 | inherit autotools gettext texinfo |
32 | inherit gettext | ||
33 | 32 | ||
34 | PACKAGECONFIG ??= "" | 33 | PACKAGECONFIG ??= "" |
35 | PACKAGECONFIG[grub-mount] = "--enable-grub-mount,--disable-grub-mount,fuse" | 34 | PACKAGECONFIG[grub-mount] = "--enable-grub-mount,--disable-grub-mount,fuse" |