diff options
author | Saul Wold <Saul.Wold@intel.com> | 2010-07-09 17:53:28 -0700 |
---|---|---|
committer | Richard Purdie <rpurdie@linux.intel.com> | 2010-12-16 15:52:50 +0000 |
commit | 2c37d41ab12e845353438c94ae42d274724901f3 (patch) | |
tree | 3a7d9346eabab3bf8165a8628ffcee00f3ee0378 /documentation/poky-ref-manual/ref-variables.xml | |
parent | cc8ea76d06eac1adc490022247b11f2c1eb2cae3 (diff) | |
download | poky-2c37d41ab12e845353438c94ae42d274724901f3.tar.gz |
Add glossary for PACKAGE_DESCRIPTION and PACKAGE_SUMMARY for binary packaging
Signed-off-by: Saul Wold <Saul.Wold@intel.com>
Diffstat (limited to 'documentation/poky-ref-manual/ref-variables.xml')
-rw-r--r-- | documentation/poky-ref-manual/ref-variables.xml | 13 |
1 files changed, 13 insertions, 0 deletions
diff --git a/documentation/poky-ref-manual/ref-variables.xml b/documentation/poky-ref-manual/ref-variables.xml index e105c445c1..98a501f399 100644 --- a/documentation/poky-ref-manual/ref-variables.xml +++ b/documentation/poky-ref-manual/ref-variables.xml | |||
@@ -563,6 +563,12 @@ recipes-graphics/xorg-font/fiont-alias_1.0.2.bb:PR - "$(INC_PR).0" | |||
563 | </glossdef> | 563 | </glossdef> |
564 | </glossentry> | 564 | </glossentry> |
565 | 565 | ||
566 | <glossentry id='var-PACKAGE_DESCRIPTION'><glossterm>PACKAGE_DESCRIPTION</glossterm> | ||
567 | <glossdef> | ||
568 | <para>Long form description of binary package for packaging sytems such as ipkg, rpm or debian, inherits DESCRIPTION by default</para> | ||
569 | </glossdef> | ||
570 | </glossentry> | ||
571 | |||
566 | <glossentry id='var-PACKAGE_EXTRA_ARCHS'><glossterm>PACKAGE_EXTRA_ARCHS</glossterm> | 572 | <glossentry id='var-PACKAGE_EXTRA_ARCHS'><glossterm>PACKAGE_EXTRA_ARCHS</glossterm> |
567 | <glossdef> | 573 | <glossdef> |
568 | <para>List of architectures compatible with device | 574 | <para>List of architectures compatible with device |
@@ -572,6 +578,13 @@ recipes-graphics/xorg-font/fiont-alias_1.0.2.bb:PR - "$(INC_PR).0" | |||
572 | </glossdef> | 578 | </glossdef> |
573 | </glossentry> | 579 | </glossentry> |
574 | 580 | ||
581 | <glossentry id='var-PACKAGE_SUMMARY'><glossterm>PACKAGE_SUMMARY</glossterm> | ||
582 | <glossdef> | ||
583 | <para>Short (72 char suggested) Summary of binary package for packaging sytems such as ipkg, rpm or debian, inherits DESCRIPTION by default</para> | ||
584 | </glossdef> | ||
585 | </glossentry> | ||
586 | |||
587 | |||
575 | <glossentry id='var-PACKAGES'><glossterm>PACKAGES</glossterm> | 588 | <glossentry id='var-PACKAGES'><glossterm>PACKAGES</glossterm> |
576 | <glossdef> | 589 | <glossdef> |
577 | <para>List of packages to be created from recipe. | 590 | <para>List of packages to be created from recipe. |