From 44ddc355ef25a7bf1c0ababab9f22db7e20ddb04 Mon Sep 17 00:00:00 2001 From: Scott Rifenbark Date: Wed, 21 Jan 2015 11:45:26 -0800 Subject: ref-manual, dev-manual: Removed information about package name alias. The section on "Handling a Package Name Alias" was confusing and wrong. We decided to eliminate it. The section was removed from the dev-manual. The corresponding variable DISTRO_PN_ALIAS remains for now but without the cross-reference link to the now missing section. Reported-by: Robert P. J. Day (From yocto-docs rev: 9938cdcc8488baffa4252288bf45243055e76fed) Signed-off-by: Scott Rifenbark Signed-off-by: Richard Purdie --- .../dev-manual/dev-manual-common-tasks.xml | 50 ---------------------- 1 file changed, 50 deletions(-) (limited to 'documentation/dev-manual') diff --git a/documentation/dev-manual/dev-manual-common-tasks.xml b/documentation/dev-manual/dev-manual-common-tasks.xml index 8ce303c6d5..f2184d09f3 100644 --- a/documentation/dev-manual/dev-manual-common-tasks.xml +++ b/documentation/dev-manual/dev-manual-common-tasks.xml @@ -6203,9 +6203,6 @@ Incrementing a package revision number - - Handling a package name alias - Handling optional module packaging @@ -6492,53 +6489,6 @@ -
- Handling a Package Name Alias - - Sometimes a package name you are using might exist under - an alias or as a similarly named package in a different - distribution. - The OpenEmbedded build system implements a - do_distro_check - task that automatically connects to major distributions - and checks for these situations. - If the package exists under a different name in a different - distribution, you get a distro_check - mismatch. - You can resolve this problem by defining a per-distro recipe - name alias using the - DISTRO_PN_ALIAS - variable. - - - - Following is an example that shows how you specify the DISTRO_PN_ALIAS - variable: - - DISTRO_PN_ALIAS_pn-PACKAGENAME = "distro1=package_name_alias1 \ - distro2=package_name_alias2 \ - distro3=package_name_alias3 \ - ..." - - - - - If you have more than one distribution alias, separate them with a space. - Note that the build system currently automatically checks the - Fedora, OpenSUSE, Debian, Ubuntu, - and Mandriva distributions for source package recipes without having to specify them - using the DISTRO_PN_ALIAS variable. - For example, the following command generates a report that lists the Linux distributions - that include the sources for each of the recipes. - - $ bitbake world -f -c distro_check - - The results are stored in the build/tmp/log/distro_check-${DATETIME}.results - file found in the - Source Directory. - -
-
Handling Optional Module Packaging -- cgit v1.2.3-54-g00ecf