From 25fd9fddc35291a883125bcd2700ea67f4c9749e Mon Sep 17 00:00:00 2001 From: Nicolas Dechesne Date: Mon, 5 Oct 2020 13:59:29 +0200 Subject: bitbake: docs: sphinx: replace special quotes with double quotes (Bitbake rev: c87cc35a5665afbf67f6dbb3458976c215fd5ee3) Signed-off-by: Nicolas Dechesne Signed-off-by: Richard Purdie --- bitbake/doc/bitbake-user-manual/bitbake-user-manual-metadata.rst | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) (limited to 'bitbake/doc/bitbake-user-manual/bitbake-user-manual-metadata.rst') diff --git a/bitbake/doc/bitbake-user-manual/bitbake-user-manual-metadata.rst b/bitbake/doc/bitbake-user-manual/bitbake-user-manual-metadata.rst index ec5d08590e..7ea68ade72 100644 --- a/bitbake/doc/bitbake-user-manual/bitbake-user-manual-metadata.rst +++ b/bitbake/doc/bitbake-user-manual/bitbake-user-manual-metadata.rst @@ -516,8 +516,8 @@ variable. - *Selecting a Variable:* The ``OVERRIDES`` variable is a colon-character-separated list that contains items for which you want to satisfy conditions. Thus, if you have a variable that is - conditional on “arm”, and “arm” is in ``OVERRIDES``, then the - “arm”-specific version of the variable is used rather than the + conditional on "arm", and "arm" is in ``OVERRIDES``, then the + "arm"-specific version of the variable is used rather than the non-conditional version. Here is an example: :: OVERRIDES = "architecture:os:machine" @@ -1917,8 +1917,8 @@ This command returns the signature data in a readable format that allows you to examine the inputs used when the OpenEmbedded build system generates signatures. For example, using ``bitbake-dumpsigs`` allows you to examine the ``do_compile`` task's -“sigdata” for a C application (e.g. ``bash``). Running the command also -reveals that the “CC” variable is part of the inputs that are hashed. +"sigdata" for a C application (e.g. ``bash``). Running the command also +reveals that the "CC" variable is part of the inputs that are hashed. Any changes to this variable would invalidate the stamp and cause the ``do_compile`` task to run. -- cgit v1.2.3-54-g00ecf