Skip to content
Snippets Groups Projects
  1. Oct 29, 2012
  2. Oct 22, 2012
    • Anthony Mallet's avatar
      [wip/ros18-base] Define PYTHON_EXECUTABLE et al. in Makefile.common · 2c826c0f
      Anthony Mallet authored
      Make sure to pass all variables defining the proper python version as found by
      robotpkg, otherwise ros CMakeFiles may happily find python-3.2 and use it
      instead of python<3, although this does not work in the end (at least ros-rx
      does this and breaks on F17).
      
      This is done in the common ros Makefile as this affects all packages.
      2c826c0f
  3. Oct 10, 2012
  4. Oct 09, 2012
    • Anthony Mallet's avatar
      [wip/ros18-base] Fix installation and PLIST of some python packages · f7a45c8a
      Anthony Mallet authored
      Some ros python packages require py-setuptools instead of using vanilla
      distutils. This has the side effect of installing so called EGG_INFO
      directories that behave differently depending on the platform (sometimes the
      directory is zipped, sometimes not). The PLIST may then be broken.
      
      Instead of fighting with this, just use distutils instead of setuptools since
      setuptools does not bring anything useful in robotpkg (does it?). This is done
      via a SUBST stage in setup.py for packages that declare using it.
      
      Affected packages are, so far:
       - ros-gencpp
       - ros-genlisp
       - ros-genpy
      f7a45c8a
    • Anthony Mallet's avatar
      [wip/ros18-base] Factor out some common code in Makefile.common · 1e53ca48
      Anthony Mallet authored
      Factor out the following:
       - PKGNAME with ros- prefix. This is overrided for a few base pkgs only
       - MAINTAINER
       - LICENSE
      
      These can still be overriden on a per pkg basis.
      1e53ca48
  5. Oct 08, 2012
  6. Aug 06, 2012
  7. Jul 18, 2012
Loading