From: Scott Rifenbark Date: Thu, 21 Jul 2016 18:14:02 +0000 (-0700) Subject: Revert "ref-manual: Added new glossary entry for REMOVE_PKG_SUPPORT." X-Git-Url: http://git.ipfire.org/gitweb.cgi?a=commitdiff_plain;h=599be67eef7679a72db928393ac023e878bfaf65;p=thirdparty%2Fopenembedded%2Fopenembedded-core-contrib.git Revert "ref-manual: Added new glossary entry for REMOVE_PKG_SUPPORT." This reverts commit 95b740d719a7a6ffe3a06a1f152af4d877ee08c7. I inadvertantly put this variable description in before they had settled on it. Signed-off-by: Richard Purdie --- diff --git a/documentation/ref-manual/ref-variables.xml b/documentation/ref-manual/ref-variables.xml index 4eca15c2742..3e715ff6994 100644 --- a/documentation/ref-manual/ref-variables.xml +++ b/documentation/ref-manual/ref-variables.xml @@ -10269,30 +10269,6 @@ recipes-graphics/xorg-font/font-alias_1.0.3.bb:PR = "${INC_PR}.3" - REMOVE_PKG_SUPPORT - - REMOVE_PKG_SUPPORT[doc] = "Allows for removal of supporting packages for images that do not contain a package manager." - - - - - For images not containing a package manager, - REMOVE_PKG_SUPPORT allows the removal - of supporting packages. - Packages that will be uninstalled include: - update-rc.d, - base-passwd, - shadow, - run-postinsts, and - update-alternatives. - - - - Set the variable to "1" to remove these packages. - - - - REQUIRED_DISTRO_FEATURES REQUIRED_DISTRO_FEATURES[doc] = "When a recipe inherits the distro_features_check class, this variable identifies distribution features that must exist in the current configuration in order for the OpenEmbedded build system to build the recipe."