summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorScott Rifenbark <scott.m.rifenbark@intel.com>2011-05-13 12:27:40 -0500
committerRichard Purdie <richard.purdie@linuxfoundation.org>2011-05-17 18:14:05 +0100
commit375935df77c4500aed5056937fde2c77410f5cee (patch)
tree2c8431e05c56a90cc2c39bc33141137659dd1f33
parent1947b17478187bb623da74484747e470ce42d206 (diff)
downloadpoky-375935df77c4500aed5056937fde2c77410f5cee.tar.gz
BUGID#_ 1068 - documentation/poky-ref-manual/extendpoky.xml: updated hello ex.
Changed the hello_2.2.bb example to hello_2.3.bb (From yocto-docs rev: b1d07533b82a37aa5e52ebdbb3e9629e2b8ba549) Signed-off-by: Scott Rifenbark <scott.m.rifenbark@intel.com> Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
-rw-r--r--documentation/poky-ref-manual/extendpoky.xml2
1 files changed, 1 insertions, 1 deletions
diff --git a/documentation/poky-ref-manual/extendpoky.xml b/documentation/poky-ref-manual/extendpoky.xml
index 79cb0c4daf..69bf9200cc 100644
--- a/documentation/poky-ref-manual/extendpoky.xml
+++ b/documentation/poky-ref-manual/extendpoky.xml
@@ -87,7 +87,7 @@ do_install() {
87 The result of the build is automatically packaged. 87 The result of the build is automatically packaged.
88 And, if the application uses NLS for localization, packages with local information are 88 And, if the application uses NLS for localization, packages with local information are
89 generated (one package per language). 89 generated (one package per language).
90 Following is one example: (<filename>hello_2.2.bb</filename>) 90 Following is one example: (<filename>hello_2.3.bb</filename>)
91 </para> 91 </para>
92 <programlisting> 92 <programlisting>
93DESCRIPTION = "GNU Helloworld application" 93DESCRIPTION = "GNU Helloworld application"