Skip to content
Snippets Groups Projects
  1. Feb 04, 2021
  2. Feb 03, 2021
  3. Feb 02, 2021
  4. Feb 01, 2021
  5. Jan 26, 2021
  6. Jan 25, 2021
  7. Jan 19, 2021
  8. Jan 15, 2021
  9. Jan 14, 2021
  10. Jan 13, 2021
  11. Jan 12, 2021
  12. Jan 08, 2021
  13. Jan 07, 2021
  14. Jan 05, 2021
  15. Jan 04, 2021
    • Josef Schlehofer's avatar
      omnia-mcutool: fix location of mcutool.c · 9a6e8841
      Josef Schlehofer authored and Jan Pavlinec's avatar Jan Pavlinec committed
      This package failed with following output:
      arm-openwrt-linux-muslgnueabi-gcc: error: /foo/build/build_dir/target-arm_cortex-a9+vfpv3-d16_musl_eabi/omnia-mcutool-0.1/mcutool/mcutool.c: No such file or directory
      
      I found that mcutool.c is located at
      build_dir/target-arm_cortex-a9+vfpv3-d16_musl_eabi/omnia-mcutool-0.1/mcutool.c
      
      So folder mcutool was reduntant and because of it, I removed it and
      package omnia-mcutool can be compiled.
      Verified
      9a6e8841
    • Josef Schlehofer's avatar
      python-uci: simplify Makefile by using sources from PyPI · d8a430fc
      Josef Schlehofer authored
      As pyuci is now on PyPI, I was able to simplify Makefile
      It means that we will download sources from PyPI.
      - In this case, we don't need to have anymore PKG_SOURCE_* variables.
      - Also, we don't need to update manually PKG_MIRROR_HASH by running
      make package/foo/download and make package/foo/check
      
      It would be enough to change just PKG_HASH and that's all.
      PKG_HASH we can get on PyPI.
      
      While at it:
      - I added variable PKG_LICENSE_FILES and added source package.
      - Fixed Section
      - Improved Title to match title on PyPI
      Verified
      d8a430fc