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.