summaryrefslogtreecommitdiffstats
path: root/handbook/extendpoky.xml
diff options
context:
space:
mode:
authorKevin Tian <kevin.tian@intel.com>2010-09-01 09:17:37 +0800
committerRichard Purdie <rpurdie@linux.intel.com>2010-09-02 09:38:35 +0100
commita4141e1c11cf86321609e8dfb7c689df35cc2e86 (patch)
tree923ad383ef2e6585f5f2ad3233bf277ae3ef9935 /handbook/extendpoky.xml
parent68385456af93a6a80c558676fd176e3ec81c9183 (diff)
downloadpoky-a4141e1c11cf86321609e8dfb7c689df35cc2e86.tar.gz
xset: move DISTRO_PN_ALIAS to distro .inc file
also use space as the delimiter instead of semicolon. fix handbook accordingly Signed-off-by: Kevin Tian <kevin.tian@intel.com>
Diffstat (limited to 'handbook/extendpoky.xml')
-rw-r--r--handbook/extendpoky.xml8
1 files changed, 4 insertions, 4 deletions
diff --git a/handbook/extendpoky.xml b/handbook/extendpoky.xml
index 18edb1ac95..61d354f39e 100644
--- a/handbook/extendpoky.xml
+++ b/handbook/extendpoky.xml
@@ -914,12 +914,12 @@ DISTRO_PN_ALIAS
914 <title>Specifying the DISTRO_PN_ALIAS variable </title> 914 <title>Specifying the DISTRO_PN_ALIAS variable </title>
915 915
916 <programlisting> 916 <programlisting>
917DISTRO_PN_ALIAS = "distro1=package_name_alias1; distro2=package_name_alias2 \ 917DISTRO_PN_ALIAS_pn = "distro1=package_name_alias1 distro2=package_name_alias2 \
918 distro3=package_name_alias3; \ 918 distro3=package_name_alias3 \
919 ..." 919 ..."
920 </programlisting> 920 </programlisting>
921 <para> 921 <para>
922Look at the meta/packages/xorg-app/xset_1.0.4.bb recipe file for an example. 922Use space as the delimiter if there're multiple distro aliases
923 </para> 923 </para>
924 <tip> 924 <tip>
925 <para> 925 <para>