summaryrefslogtreecommitdiffstats
path: root/meta/recipes-extended/gawk
diff options
context:
space:
mode:
authorMax Eliaser <max.eliaser@intel.com>2014-05-01 13:00:28 -0700
committerRichard Purdie <richard.purdie@linuxfoundation.org>2014-05-02 20:46:59 +0100
commit64df4e4aefe6cc460145c8a25c7afadc56fd4a88 (patch)
tree39b9b91c1d8de7a7aa113da186f701414b830e52 /meta/recipes-extended/gawk
parent075e2884ce10094258af6f7c6db1af7579b5bffa (diff)
downloadpoky-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-extended/gawk')
-rw-r--r--meta/recipes-extended/gawk/gawk_3.1.5.bb2
-rw-r--r--meta/recipes-extended/gawk/gawk_4.0.2.bb2
2 files changed, 2 insertions, 2 deletions
diff --git a/meta/recipes-extended/gawk/gawk_3.1.5.bb b/meta/recipes-extended/gawk/gawk_3.1.5.bb
index 4d9d6e4c43..48e8939a89 100644
--- a/meta/recipes-extended/gawk/gawk_3.1.5.bb
+++ b/meta/recipes-extended/gawk/gawk_3.1.5.bb
@@ -21,7 +21,7 @@ SRC_URI = "${GNU_MIRROR}/gawk/gawk-${PV}.tar.gz \
21SRC_URI[md5sum] = "4760325489479cac17fe0114b8f62f30" 21SRC_URI[md5sum] = "4760325489479cac17fe0114b8f62f30"
22SRC_URI[sha256sum] = "463dcb9d0ca398b1d4f5a332f6cd9cec56441265fca616f2ea1b44d459e9f0f8" 22SRC_URI[sha256sum] = "463dcb9d0ca398b1d4f5a332f6cd9cec56441265fca616f2ea1b44d459e9f0f8"
23 23
24inherit autotools gettext update-alternatives 24inherit autotools gettext texinfo update-alternatives
25 25
26PACKAGES += "gawk-common pgawk" 26PACKAGES += "gawk-common pgawk"
27 27
diff --git a/meta/recipes-extended/gawk/gawk_4.0.2.bb b/meta/recipes-extended/gawk/gawk_4.0.2.bb
index eb86af39da..cb2f9c0468 100644
--- a/meta/recipes-extended/gawk/gawk_4.0.2.bb
+++ b/meta/recipes-extended/gawk/gawk_4.0.2.bb
@@ -23,7 +23,7 @@ SRC_URI = "${GNU_MIRROR}/gawk/gawk-${PV}.tar.gz \
23SRC_URI[md5sum] = "4d505dc2c9f1eb3e9f8d6cac87d4bd1a" 23SRC_URI[md5sum] = "4d505dc2c9f1eb3e9f8d6cac87d4bd1a"
24SRC_URI[sha256sum] = "6e0de117c3713aa8d7fa347fc9fd645b10038ae49d8cf947d8c1d51cbb76141a" 24SRC_URI[sha256sum] = "6e0de117c3713aa8d7fa347fc9fd645b10038ae49d8cf947d8c1d51cbb76141a"
25 25
26inherit autotools gettext update-alternatives 26inherit autotools gettext texinfo update-alternatives
27 27
28PACKAGES += "gawk-common pgawk dgawk" 28PACKAGES += "gawk-common pgawk dgawk"
29 29