Skip to content

Releases: priv-kweihmann/oelint-parser

Release 2.7.0

06 Sep 17:22

Choose a tag to compare

New

  • #26 - P and BP variables are now fully supported by the parser

Misc

  • #24 - setup.py does not call pandoc anymore
  • #25 - a wheel of the library is build and published to PyPi

thanks to @pombredanne for the setup part and @jm-costa for finding the bug with BP/P

Release 2.6.0

23 Aug 08:57

Choose a tag to compare

New

  • #23 - Support new locations for bbclass code

Misc

  • Refresh of API docs

Release 2.5.0

06 Jun 14:32

Choose a tag to compare

Changes

  • drop python 3.6 support (#22)
  • use regex as a replacement for re (#21)

Release 2.4.0

18 Apr 15:05

Choose a tag to compare

New

  • #20 - Extract distro and machine names from layer automatically

Release 2.3.1

04 Nov 12:31

Choose a tag to compare

Misc

  • add a few more known distros to the builtin db

Release 2.3.0

04 Nov 12:02

Choose a tag to compare

New

  • Added Constants.DistrosKnown attribute to set known Distributions
  • Added cls_item.GetDistroEntry which returns the DISTROOVERRIDES of a variable/function

Thanks to Marek Vasut for the initial patches

Release 2.2.2

03 Nov 10:27

Choose a tag to compare

Misc

  • Add IMAGE_FEATURES to variables used to recognize image recipes (thanks to Marek Vasut for this patch)

Release 2.2.1

07 Oct 06:55

Choose a tag to compare

Hotfix for previous release

Release 2.2.0

07 Oct 06:49

Choose a tag to compare

Changes

  • #19 - finally fixed the handling of shared include files
  • Fix the matching of bbappend files to their respective bb files. Now returning the correct info for GetLoneAppends in Stash

Release 2.1.0

05 Oct 17:47

Choose a tag to compare

New

  • Python 3.10 support

Fixes

  • #19 - parse .inc files for all bb files that include it