From a6db326292457283b97a806708fe6f8c6fd2283c Mon Sep 17 00:00:00 2001 From: Scott Rifenbark Date: Mon, 16 Oct 2017 13:33:31 -0700 Subject: ref-manual: Fixed two internal links. Links were using the style tag when they should have been using the style. (From yocto-docs rev: 6c4a39537211ccb322f4ac1c8009ebabcd7b209d) Signed-off-by: Scott Rifenbark Signed-off-by: Richard Purdie --- documentation/ref-manual/ref-bitbake.xml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/documentation/ref-manual/ref-bitbake.xml b/documentation/ref-manual/ref-bitbake.xml index 9a9499115c..3a8077007a 100644 --- a/documentation/ref-manual/ref-bitbake.xml +++ b/documentation/ref-manual/ref-bitbake.xml @@ -8,7 +8,7 @@ BitBake is a program written in Python that interprets the - Metadata used by + Metadata used by the OpenEmbedded build system. At some point, developers wonder what actually happens when you enter: @@ -24,7 +24,7 @@ BitBake strives to be a generic "task" executor that is capable of handling complex dependency relationships. As such, it has no real knowledge of what the tasks being executed actually do. BitBake just considers a list of tasks with dependencies and handles - Metadata + Metadata consisting of variables in a certain format that get passed to the tasks. -- cgit v1.2.3-54-g00ecf