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-12-20 22:35:16 +0000
commit4194c83a56f4174aa72ccb93824186553886c32a (patch)
treeb9e7051219c882663346f5059a660a2dc8d9becb
parentdecb8953cde493085c8c21929c14ea2c24e25782 (diff)
downloadpoky-4194c83a56f4174aa72ccb93824186553886c32a.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: 7afa2f58e7367a5d29bad075df2e6c39995f5394) 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 5bf22e547a..92444f7481 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"