From 43bbfc5e80b40089e72780eb1082628a62138b12 Mon Sep 17 00:00:00 2001 From: Paul Eggleton Date: Wed, 5 Sep 2012 10:38:51 -0700 Subject: documentation/documentation/poky-ref-manual/ref-variables.xml: Update PACKAGES default Also add a definition for PACKAGE_BEFORE_PN since the default value of PACKAGES now includes this. In addition to Paul's changes I reformatted the default to be to appear as code. (From yocto-docs rev: 187390e2589b886e524700db9dc2e89cf28c6e90) Signed-off-by: Scott Rifenbark Signed-off-by: Richard Purdie --- documentation/poky-ref-manual/ref-variables.xml | 13 ++++++++++++- 1 file changed, 12 insertions(+), 1 deletion(-) (limited to 'documentation') diff --git a/documentation/poky-ref-manual/ref-variables.xml b/documentation/poky-ref-manual/ref-variables.xml index f2ef09f0a7..25f99c5364 100644 --- a/documentation/poky-ref-manual/ref-variables.xml +++ b/documentation/poky-ref-manual/ref-variables.xml @@ -1482,6 +1482,14 @@ recipes-graphics/xorg-font/xorg-font-common.inc:INC_PR = "r2" + PACKAGE_BEFORE_PN + + Enables easily adding packages to PACKAGES + before ${PN} so that the OpenEmbedded build process + picks up files that would normally be included in the default package. + + + PACKAGE_CLASSES This variable, which is set in the local.conf configuration @@ -1512,7 +1520,10 @@ recipes-graphics/xorg-font/xorg-font-common.inc:INC_PR = "r2" PACKAGES The list of packages to be created from the recipe. - The default value is "${PN}-dbg ${PN} ${PN}-doc ${PN}-dev". + The default value is the following: + + ${PN}-dbg ${PN}-staticdev ${PN}-dev ${PN}-doc ${PN}-locale ${PACKAGE_BEFORE_PN} ${PN} + -- cgit v1.2.3-54-g00ecf