From: Saul Wold Date: Sat, 10 Jul 2010 00:53:28 +0000 (-0700) Subject: Add glossary for PACKAGE_DESCRIPTION and PACKAGE_SUMMARY for binary packaging X-Git-Tag: 2011-1~3443 X-Git-Url: https://code.ossystems.io/gitweb?a=commitdiff_plain;h=2c37d41ab12e845353438c94ae42d274724901f3;p=openembedded-core.git Add glossary for PACKAGE_DESCRIPTION and PACKAGE_SUMMARY for binary packaging Signed-off-by: Saul Wold --- 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.