]> code.ossystems Code Review - openembedded-core.git/commitdiff
xset: move DISTRO_PN_ALIAS to distro .inc file
authorKevin Tian <kevin.tian@intel.com>
Wed, 1 Sep 2010 01:17:37 +0000 (09:17 +0800)
committerRichard Purdie <rpurdie@linux.intel.com>
Thu, 2 Sep 2010 08:38:35 +0000 (09:38 +0100)
also use space as the delimiter instead of semicolon. fix handbook accordingly

Signed-off-by: Kevin Tian <kevin.tian@intel.com>
handbook/extendpoky.xml
handbook/ref-variables.xml
meta/conf/distro/include/private/distro_x11_apps_2.inc
meta/recipes-graphics/xorg-app/xset_1.1.0.bb

index 18edb1ac95c1e21bb4dbb8491870dbde587b98cc..61d354f39ee6cf5b01d0116d9dbf278b39952bf8 100644 (file)
@@ -914,12 +914,12 @@ DISTRO_PN_ALIAS
             <title>Specifying the DISTRO_PN_ALIAS variable </title>
 
             <programlisting>
-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 \
+                           ..."
             </programlisting>
             <para>
-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
             </para>
             <tip>
                 <para>
index c14a0a770e5735d983029a41f7b46b1b6a2763d8..8ac8f01e630a198fec83b24f7f1bd12a958d3799 100644 (file)
         <glossentry id='var-DISTRO_PN_ALIAS'><glossterm>DISTRO_PN_ALIAS</glossterm>
             <glossdef>
                 <para>Alias names of the recipe in various Linux distributions.  </para>
-                <para>See the "meta/package/xorg-app/xset_1.0.4.bb" file for an example</para>
                 <para>More information in 
                     <link
                         linkend='usingpoky-configuring-DISTRO_PN_ALIAS'>
index 829d5c5343b1fb691cd2688023f61b7d01d94a87..ab5595811a4556e66cba6c009564ff6d454ac701 100644 (file)
@@ -75,6 +75,7 @@ RECIPE_INTEL_SECTION_pn-xprop="graphic app"
 RECIPE_MAINTAINER_pn-xprop="Yu Ke <ke.yu@intel.com>"
 
 RECIPE_STATUS_pn-xset="green" # no update needed
+DISTRO_PN_ALIAS_pn-xset = "Fedora=xorg-x11-server-utils Ubuntu=x11-xserver-utils Debian=x11-xserver-utils Opensuse=xorg-x11"
 RECIPE_LATEST_VERSION_pn-xset="1.1.0"
 RECIPE_NO_OF_PATCHES_pn-xset="1"
 RECIPE_TIME_BETWEEN_LAST_TWO_RELEASES_pn-xset="1 year"
index 817b097213742ac838939f6bc0a0cc67aefcb5f8..2d80d3b38f16b9d54869c8e997a4b8e65ee17bcf 100644 (file)
@@ -3,7 +3,6 @@ require xorg-app-common.inc
 DESCRIPTION = "Utility of setting various user preference options of the display"
 LICENSE = "MIT"
 LIC_FILES_CHKSUM = "file://COPYING;md5=bea81cc9827cdf1af0e12c2b8228cf8d"
-DISTRO_PN_ALIAS = "Fedora=xorg-x11-server-utils;Ubuntu=x11-xserver-utils;Debian=x11-xserver-utils;Opensuse=xorg-x11"
 DEPENDS += "libxext libxxf86misc libxfontcache libxmu libxp libxau"
 PR = "r0"
 PE = "1"