mirror of
https://git.yoctoproject.org/poky
synced 2026-05-31 00:39:46 +00:00
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>
This commit is contained in:
committed by
Richard Purdie
parent
68385456af
commit
a4141e1c11
@@ -914,12 +914,12 @@ DISTRO_PN_ALIAS
|
|||||||
<title>Specifying the DISTRO_PN_ALIAS variable </title>
|
<title>Specifying the DISTRO_PN_ALIAS variable </title>
|
||||||
|
|
||||||
<programlisting>
|
<programlisting>
|
||||||
DISTRO_PN_ALIAS = "distro1=package_name_alias1; distro2=package_name_alias2 \
|
DISTRO_PN_ALIAS_pn = "distro1=package_name_alias1 distro2=package_name_alias2 \
|
||||||
distro3=package_name_alias3; \
|
distro3=package_name_alias3 \
|
||||||
..."
|
..."
|
||||||
</programlisting>
|
</programlisting>
|
||||||
<para>
|
<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>
|
</para>
|
||||||
<tip>
|
<tip>
|
||||||
<para>
|
<para>
|
||||||
|
|||||||
@@ -226,7 +226,6 @@
|
|||||||
<glossentry id='var-DISTRO_PN_ALIAS'><glossterm>DISTRO_PN_ALIAS</glossterm>
|
<glossentry id='var-DISTRO_PN_ALIAS'><glossterm>DISTRO_PN_ALIAS</glossterm>
|
||||||
<glossdef>
|
<glossdef>
|
||||||
<para>Alias names of the recipe in various Linux distributions. </para>
|
<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
|
<para>More information in
|
||||||
<link
|
<link
|
||||||
linkend='usingpoky-configuring-DISTRO_PN_ALIAS'>
|
linkend='usingpoky-configuring-DISTRO_PN_ALIAS'>
|
||||||
|
|||||||
@@ -75,6 +75,7 @@ RECIPE_INTEL_SECTION_pn-xprop="graphic app"
|
|||||||
RECIPE_MAINTAINER_pn-xprop="Yu Ke <ke.yu@intel.com>"
|
RECIPE_MAINTAINER_pn-xprop="Yu Ke <ke.yu@intel.com>"
|
||||||
|
|
||||||
RECIPE_STATUS_pn-xset="green" # no update needed
|
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_LATEST_VERSION_pn-xset="1.1.0"
|
||||||
RECIPE_NO_OF_PATCHES_pn-xset="1"
|
RECIPE_NO_OF_PATCHES_pn-xset="1"
|
||||||
RECIPE_TIME_BETWEEN_LAST_TWO_RELEASES_pn-xset="1 year"
|
RECIPE_TIME_BETWEEN_LAST_TWO_RELEASES_pn-xset="1 year"
|
||||||
|
|||||||
@@ -3,7 +3,6 @@ require xorg-app-common.inc
|
|||||||
DESCRIPTION = "Utility of setting various user preference options of the display"
|
DESCRIPTION = "Utility of setting various user preference options of the display"
|
||||||
LICENSE = "MIT"
|
LICENSE = "MIT"
|
||||||
LIC_FILES_CHKSUM = "file://COPYING;md5=bea81cc9827cdf1af0e12c2b8228cf8d"
|
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"
|
DEPENDS += "libxext libxxf86misc libxfontcache libxmu libxp libxau"
|
||||||
PR = "r0"
|
PR = "r0"
|
||||||
PE = "1"
|
PE = "1"
|
||||||
|
|||||||
Reference in New Issue
Block a user