Remove obsolete blfs_tools dependencies
This commit is contained in:
parent
5af9ab4b8c
commit
90f5b6de2e
3 changed files with 5 additions and 33 deletions
24
Config.in
24
Config.in
|
@ -469,32 +469,16 @@ menu "BOOK Settings"
|
||||||
default n
|
default n
|
||||||
help
|
help
|
||||||
if you install gpm, it will be started
|
if you install gpm, it will be started
|
||||||
automatically on boot. You'll have to edit
|
automatically on boot. It allows copy-paste
|
||||||
/etc/sysconfig/mouse for your system
|
while Xorg is not installed.
|
||||||
|
|
||||||
config DEP_SVN
|
config DEP_SVN
|
||||||
bool "SVN client (optional, see help)"
|
bool "SVN client (optional, see help)"
|
||||||
default n
|
default n
|
||||||
help
|
help
|
||||||
Subversion is needed for updating the book
|
Subversion is needed for updating the book
|
||||||
sources. If you want ssl support, select
|
sources. You do not need it if building a
|
||||||
OPENSSL below.
|
stable book.
|
||||||
|
|
||||||
config DEP_OPENSSL
|
|
||||||
bool "OPENSSL (optional, see help)"
|
|
||||||
default n
|
|
||||||
help
|
|
||||||
selecting OPENSSL here allows to build
|
|
||||||
subversion with ssl support, avoiding a later
|
|
||||||
recompilation
|
|
||||||
|
|
||||||
config DEP_PYTHON
|
|
||||||
bool "PYTHON 2 (optional, see help)"
|
|
||||||
default n
|
|
||||||
help
|
|
||||||
selecting PYTHON 2 here allows to build
|
|
||||||
the libxml2 and libxslt python modules,
|
|
||||||
avoiding a later recompilation
|
|
||||||
|
|
||||||
endmenu
|
endmenu
|
||||||
|
|
||||||
|
|
|
@ -109,20 +109,8 @@ if [ "$DEP_SVN" = y ]; then
|
||||||
else
|
else
|
||||||
LINE_SVN='#CONFIG_subversion is not set'
|
LINE_SVN='#CONFIG_subversion is not set'
|
||||||
fi
|
fi
|
||||||
if [ "$DEP_OPENSSL" = y ]; then
|
|
||||||
LINE_OPENSSL='CONFIG_openssl=y'
|
|
||||||
else
|
|
||||||
LINE_OPENSSL='#CONFIG_openssl is not set'
|
|
||||||
fi
|
|
||||||
if [ "$DEP_PYTHON" = y ]; then
|
|
||||||
LINE_PYTHON='CONFIG_python2=y'
|
|
||||||
else
|
|
||||||
LINE_PYTHON='#CONFIG_python2 is not set'
|
|
||||||
fi
|
|
||||||
|
|
||||||
cat >$BUILDDIR$BLFS_ROOT/configuration <<EOF
|
cat >$BUILDDIR$BLFS_ROOT/configuration <<EOF
|
||||||
$LINE_OPENSSL
|
|
||||||
$LINE_PYTHON
|
|
||||||
$LINE_LIBXML
|
$LINE_LIBXML
|
||||||
$LINE_LIBXSLT
|
$LINE_LIBXSLT
|
||||||
$LINE_WGET
|
$LINE_WGET
|
||||||
|
|
|
@ -62,7 +62,7 @@ inline_doc
|
||||||
local -r blfs_tool_PARAM_LIST="\
|
local -r blfs_tool_PARAM_LIST="\
|
||||||
BLFS_TREE BLFS_BRANCH_ID BLFS_ROOT BLFS_XML TRACKING_DIR \
|
BLFS_TREE BLFS_BRANCH_ID BLFS_ROOT BLFS_XML TRACKING_DIR \
|
||||||
DEP_LIBXML DEP_LIBXSLT DEP_DBXML DEP_LYNX DEP_SUDO DEP_WGET \
|
DEP_LIBXML DEP_LIBXSLT DEP_DBXML DEP_LYNX DEP_SUDO DEP_WGET \
|
||||||
DEP_SVN DEP_GPM DEP_OPENSSL DEP_PYTHON"
|
DEP_SVN DEP_GPM"
|
||||||
local -r custom_tool_PARAM_LIST="TRACKING_DIR"
|
local -r custom_tool_PARAM_LIST="TRACKING_DIR"
|
||||||
|
|
||||||
# Internal variables
|
# Internal variables
|
||||||
|
|
Reference in a new issue