From a4141e1c11cf86321609e8dfb7c689df35cc2e86 Mon Sep 17 00:00:00 2001 From: Kevin Tian Date: Wed, 1 Sep 2010 09:17:37 +0800 Subject: 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 --- handbook/extendpoky.xml | 8 ++++---- handbook/ref-variables.xml | 1 - 2 files changed, 4 insertions(+), 5 deletions(-) (limited to 'handbook') 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 Specifying the DISTRO_PN_ALIAS variable -DISTRO_PN_ALIAS = "distro1=package_name_alias1; distro2=package_name_alias2 \ - distro3=package_name_alias3; \ - ..." +DISTRO_PN_ALIAS_pn = "distro1=package_name_alias1 distro2=package_name_alias2 \ + distro3=package_name_alias3 \ + ..." -Look at the meta/packages/xorg-app/xset_1.0.4.bb recipe file for an example. +Use space as the delimiter if there're multiple distro aliases diff --git a/handbook/ref-variables.xml b/handbook/ref-variables.xml index c14a0a770e..8ac8f01e63 100644 --- a/handbook/ref-variables.xml +++ b/handbook/ref-variables.xml @@ -226,7 +226,6 @@ DISTRO_PN_ALIAS Alias names of the recipe in various Linux distributions. - See the "meta/package/xorg-app/xset_1.0.4.bb" file for an example More information in -- cgit v1.2.3-54-g00ecf