From 87280e0b439b57d98e37688a3b568f2436cae413 Mon Sep 17 00:00:00 2001 From: Scott Rifenbark Date: Thu, 29 May 2014 13:53:16 +0300 Subject: ref-manual: Edits to the PACKAGE_PREPROCESS_FUNCS variable. I had the wrong description in here. (From yocto-docs rev: eafe3fb2324d6361ee799177ffbb3de05795a2e2) Signed-off-by: Scott Rifenbark Signed-off-by: Richard Purdie --- documentation/ref-manual/ref-variables.xml | 15 ++++----------- 1 file changed, 4 insertions(+), 11 deletions(-) (limited to 'documentation') diff --git a/documentation/ref-manual/ref-variables.xml b/documentation/ref-manual/ref-variables.xml index 9d5c818293..e95f35e0d7 100644 --- a/documentation/ref-manual/ref-variables.xml +++ b/documentation/ref-manual/ref-variables.xml @@ -5529,17 +5529,10 @@ recipes-graphics/xorg-font/font-alias_1.0.3.bb:PR = "${INC_PR}.3" PACKAGE_PREPROCESS_FUNCS - Specifies a list of functions run to perform additional - splitting of files into individual packages. - Recipes can either prepend to this variable or prepend - to the populate_packages function - in order to perform the additional package splitting. - In either case, the function should set - PACKAGES, - FILES, - RDEPENDS - and other packaging variables appropriately in order to - perform the desired splitting. + Specifies a list of functions run to pre-process the + PKGD + directory prior to splitting the files out to individual + packages. -- cgit v1.2.3-54-g00ecf