Skip to content
  1. Dec 08, 2011
  2. Dec 07, 2011
  3. Dec 06, 2011
  4. Dec 05, 2011
  5. Dec 04, 2011
    • Peter Korsgaard's avatar
      bison: fix m4 dependency · 2077f955
      Peter Korsgaard authored
      
      
      Bison needs m4 (at runtime). In addition, the bison 2.5 configure script
      checks for m4 4.1.6 or newer, and bails out otherwise, but ends up looking
      at whatever the build host has rather than the cross version, which might
      not be the correct version (or even available).
      
      Fix it by short circuiting the check.
      
      Signed-off-by: default avatarPeter Korsgaard <jacmet@sunsite.dk>
      2077f955
    • Peter Korsgaard's avatar
      dependencies: check for extract tools as well · 2c6390a5
      Peter Korsgaard authored
      
      
      Most of the extract tools (gzip/bzip/..) we already check for explicitly
      in dependencies.sh (as they are used outside GENTARGETS), but not for
      xzcat.
      The .xz format is used fairly rarely, and it is likely to not be available
      on build hosts, so an explicit (hardcoded) check for it isn't optimal.
      Instead, add the inflate tools used to DL_TOOLS_DEPENDENCIES, similar to
      how we do it for svn/git/bzr/...
      
      Signed-off-by: default avatarPeter Korsgaard <jacmet@sunsite.dk>
      2c6390a5
  6. Dec 01, 2011
  7. Nov 30, 2011
  8. Nov 29, 2011
  9. Nov 27, 2011
Loading