Commit 7cdfb26d authored by Kazuhiko Shiozaki's avatar Kazuhiko Shiozaki

use hexagonit.recipe.cmmi instead of erp5.recipe.softwarebuild, because...

use hexagonit.recipe.cmmi instead of erp5.recipe.softwarebuild, because erp5.recipe.softwarebuild depends on zc.recipe.cmmi that conflicts with zc.buildout >= 1.5.0b1.

# we were using erp5.recipe.softwarebuild only in haproxy.cfg, so I do not fix erp5.recipe.softwarebuild. but if we still want to use erp5.recipe.softwarebuild, we need to rewrite it so as not to use zc.recipe.cmmi.


git-svn-id: https://svn.erp5.org/repos/public/erp5/trunk@40226 20353a03-c40f-0410-a6d1-a30d3c3de9de
parent bf218970
...@@ -2,14 +2,13 @@ ...@@ -2,14 +2,13 @@
parts = haproxy parts = haproxy
[haproxy] [haproxy]
recipe = erp5.recipe.softwarebuild recipe = hexagonit.recipe.cmmi
url = http://haproxy.1wt.eu/download/1.4/src/haproxy-1.4.9.tar.gz url = http://haproxy.1wt.eu/download/1.4/src/haproxy-1.4.9.tar.gz
md5sum = 2cbcc95b54c0d803edaa13e7b4aeec25 md5sum = 2cbcc95b54c0d803edaa13e7b4aeec25
source-directory-contains = Makefile configure-command = true
run-configure = false
# XXX-Luke: autodetection shall be provided by erp5.recipe.softwarebuild # XXX-Luke: autodetection shall be provided by erp5.recipe.softwarebuild
# with possible overriding customisation # with possible overriding customisation
# linux26 might be better target, but on this level portability is a must # linux26 might be better target, but on this level portability is a must
make-options = TARGET=generic make-options =
make-install-options = ${:make-options} TARGET=generic
make-install-destination-parameter = PREFIX= PREFIX=${buildout:parts-directory}/haproxy
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