Skip to content
Snippets Groups Projects
  1. Oct 07, 2021
    • Matthias Schiffer's avatar
      Set PKG_VERSION in gluon.mk · f419db58
      Matthias Schiffer authored
      This removes PKG_VERSION and PKG_RELEASE from most Makefiles, as the
      value was never useful for Gluon packages; instead, PKG_VERSION is set
      to 1 in gluon.mk.
      
      It also removes two other weird definitions:
      
      - gluon-iptables-clamp-mss-to-pmtu replicating the old PKG_VERSION logic
        from gluon-core, but without the fixed PKG_BUILD_DIR to prevent
        unnessary rebuilds
      - gluon-hoodselector set GLUON_VERSION=3
      f419db58
  2. Oct 05, 2021
    • Matthias Schiffer's avatar
      gluon-core, gluon-site: get version numbers from .config · a6187cce
      Matthias Schiffer authored
      Calling git describe directly breaks isolation between the build system
      and packages. Replace this with proper .config variables, like we
      already do for GLUON_RELEASE.
      
      Also replace the PKG_VERSION hack with a static '1', as we do for other
      packages - while having those version numbers in opkg was cute, it was
      also entirely useless. Having a fixed PKG_VERSION allows us to remove
      the PKG_BUILD_DIR override as well.
      a6187cce
  3. Jun 12, 2021
  4. Aug 15, 2020
  5. Dec 23, 2019
  6. Jun 15, 2019
  7. Mar 22, 2019
  8. Apr 13, 2018
  9. Mar 08, 2018
  10. Mar 07, 2018
  11. Jan 28, 2018
  12. Jan 26, 2018
  13. Jan 19, 2018
  14. Feb 10, 2017
  15. Jan 18, 2017
  16. Jan 17, 2017
  17. Dec 11, 2016
  18. Jan 02, 2016
  19. Nov 18, 2015
    • Matthias Schiffer's avatar
      gluon-site: set PKG_FILE_DEPENDS to site.conf and i18n/ only · e5289771
      Matthias Schiffer authored
      PKG_FILE_DEPENDS caused the whole site repo to be hashed to determine if
      gluon-site needed rebuilding. While this is normally no problem,
      alternative build setups sometimes put the Gluon repo inside the site repo,
      causing long build times and parallel build failures.
      e5289771
  20. May 21, 2015
  21. Mar 25, 2015
  22. Mar 21, 2015
  23. Mar 19, 2015
Loading