From 316d432642733a98ab4abc8caa8a7af7231af780 Mon Sep 17 00:00:00 2001 From: Scott Rifenbark Date: Wed, 16 Sep 2015 11:59:51 -0700 Subject: ref-manual: Added new variable description for SKIP_FILEDEPS Fixes [YOCTO #8067] Added a new file description. (From yocto-docs rev: 9c60c6157660be6557732bbdc2398e2783ac68d2) Signed-off-by: Scott Rifenbark Signed-off-by: Richard Purdie --- documentation/ref-manual/ref-variables.xml | 28 ++++++++++++++++++++++++++++ 1 file changed, 28 insertions(+) (limited to 'documentation/ref-manual') diff --git a/documentation/ref-manual/ref-variables.xml b/documentation/ref-manual/ref-variables.xml index 5bb1b7eaa8..7424f86c6c 100644 --- a/documentation/ref-manual/ref-variables.xml +++ b/documentation/ref-manual/ref-variables.xml @@ -10871,6 +10871,34 @@ recipes-graphics/xorg-font/font-alias_1.0.3.bb:PR = "${INC_PR}.3" + SKIP_FILEDEPS + + SKIP_FILEDEPS[doc] = "Enables you to remove all files from + the "Provides" section of an RPM package." + + + + + Enables removal of all files from the "Provides" section of + an RPM package. + Removal of these files is required for packages containing + prebuilt binaries and libraries such as + libstdc++ and + glibc. + + + + To enable file removal, set the variable to "1" in your + conf/local.conf configuration file + in your: + Build Directory. + + SKIP_FILEDEPS = "1" + + + + + SOC_FAMILY SOC_FAMILY[doc] = "Groups together machines based upon the same family of SOC (System On Chip). You typically set this variable in a common .inc file that you include in the configuration files of all the machines." -- cgit v1.2.3-54-g00ecf