Commit 98735e8f authored by Rafael Monnerat's avatar Rafael Monnerat 👻

Include support for ERP5 on Rikomagic MK802III and MK802IV devices

 Those softwares are used for compile ERP5 on small ARM Rikomagic machines.
parent d0bce103
# This varition of ERP5 is specific to disable few parts of
# ERP5 compilation which are not supported for now on
# RikoMagic MK802III. This file should be removed as soon
# all pendencies listed above be removed.
# Known Problems:
# * cloudooo doesn't work due lack of openoffice
# * the initial database erp5 is not created automatically
# due the lack of mrongaa.
# * KumoFS is also disabled
# Note: Most of disabled parts are disabled by convience because it do not
# prevents minimal erp5 to work and problems were not investigated deeply.
[buildout]
extends = software.cfg
[libreoffice-bin]
recipe = plone.recipe.command
stop-on-error = true
update-command = ${:command}
command = echo dummy
location = ${buildout:parts-directory}/${:_buildout_section_name_}
[jsl]
recipe = plone.recipe.command
stop-on-error = true
update-command = ${:command}
command = echo dummy
location = ${buildout:parts-directory}/${:_buildout_section_name_}
[kumo]
recipe = plone.recipe.command
stop-on-error = true
update-command = ${:command}
command = echo dummy
location = ${buildout:parts-directory}/${:_buildout_section_name_}
[w3m]
recipe = plone.recipe.command
stop-on-error = true
update-command = ${:command}
command = echo dummy
location = ${buildout:parts-directory}/${:_buildout_section_name_}
configure-options = false
patch-options = false
patches = false
environment = false
[percona-toolkit]
md5sum = 66165271fc3ddf8311e5ff3b1a954595
[pycrypto-python]
recipe = plone.recipe.command
stop-on-error = true
update-command = ${:command}
command = echo dummy
location = ${buildout:parts-directory}/${:_buildout_section_name_}
egg =
include-dirs =
library-dirs =
rpath =
[mroonga-mariadb]
recipe = plone.recipe.command
stop-on-error = true
update-command = ${:command}
command = echo dummy
location = ${buildout:parts-directory}/${:_buildout_section_name_}
configure-options =
depends =
environment =
[xtrabackup]
patches =
configure-command =
environment =
recipe = plone.recipe.command
stop-on-error = true
update-command = ${:command}
command = echo dummy
location = ${buildout:parts-directory}/${:_buildout_section_name_}
# This varition of ERP5 is specific to disable few parts of
# ERP5 compilation which are not supported for now on
# RikoMagic MK802IV. This file should be removed as soon
# all pendencies listed above be removed.
# Known Problems:
# * cloudooo doesn't work due lack of openoffice
# * the initial database erp5 is not created automatically
# due the lack of mrongaa.
[buildout]
extends =
software.cfg
# Removed entry where invokes uname is invoked.
# It brokens the build
[gmp]
configure-options =
--enable-cxx
--disable-static
# No ARM binaries compatible.
[libreoffice-bin]
recipe = plone.recipe.command
stop-on-error = true
update-command = ${:command}
command = echo dummy
location = ${buildout:parts-directory}/${:_buildout_section_name_}
# w3m depends on
[w3m]
recipe = plone.recipe.command
stop-on-error = true
update-command = ${:command}
command = echo dummy
location = ${buildout:parts-directory}/${:_buildout_section_name_}
configure-options = false
patch-options = false
patches = false
environment = false
# Simple don't compile. Probably requires more memory (via swap)
[mroonga-mariadb]
recipe = plone.recipe.command
stop-on-error = true
update-command = ${:command}
command = echo dummy
location = ${buildout:parts-directory}/${:_buildout_section_name_}
configure-options =
depends =
environment =
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment