From 2c37d41ab12e845353438c94ae42d274724901f3 Mon Sep 17 00:00:00 2001 From: Saul Wold Date: Fri, 9 Jul 2010 17:53:28 -0700 Subject: Add glossary for PACKAGE_DESCRIPTION and PACKAGE_SUMMARY for binary packaging Signed-off-by: Saul Wold --- documentation/poky-ref-manual/ref-variables.xml | 13 +++++++++++++ 1 file changed, 13 insertions(+) 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" + PACKAGE_DESCRIPTION + + Long form description of binary package for packaging sytems such as ipkg, rpm or debian, inherits DESCRIPTION by default + + + PACKAGE_EXTRA_ARCHS List of architectures compatible with device @@ -572,6 +578,13 @@ recipes-graphics/xorg-font/fiont-alias_1.0.2.bb:PR - "$(INC_PR).0" + PACKAGE_SUMMARY + + Short (72 char suggested) Summary of binary package for packaging sytems such as ipkg, rpm or debian, inherits DESCRIPTION by default + + + + PACKAGES List of packages to be created from recipe. -- cgit 1.2.3-korg