From d333a9034752edca559afe4a624203bf787e427c Mon Sep 17 00:00:00 2001 From: Scott Rifenbark Date: Mon, 15 Apr 2013 15:25:19 -0700 Subject: [PATCH] dev-manual: Edits to "Splitting an Application into Multiple Packages" section. (From yocto-docs rev: 7c3301634291181798a57d869e84ef6dd7355064) Signed-off-by: Scott Rifenbark Signed-off-by: Richard Purdie --- documentation/dev-manual/dev-manual-common-tasks.xml | 11 ++++------- 1 file changed, 4 insertions(+), 7 deletions(-) diff --git a/documentation/dev-manual/dev-manual-common-tasks.xml b/documentation/dev-manual/dev-manual-common-tasks.xml index f8ddbde1c9..47ccb20f5b 100644 --- a/documentation/dev-manual/dev-manual-common-tasks.xml +++ b/documentation/dev-manual/dev-manual-common-tasks.xml @@ -1235,16 +1235,13 @@ and cxpm binaries in separate packages. Since bindir would be packaged into the main PN - package by default, we prepend the - PACKAGES - variable so additional package names are added to the start of list. - This results in the extra - FILES_* + package by default, we prepend the PACKAGES + variable so additional package names are added to the start of list. + This results in the extra FILES_* variables then containing information that define which files and directories go into which packages. Files included by earlier packages are skipped by latter packages. - Thus, the main - PN package + Thus, the main PN package does not include the above listed files.