On Mon, Jan 23, 2023 at 12:48:32PM +0100, Philipp Zabel wrote: > Signed-off-by: Philipp Zabel <[email protected]>
I think this breaks building wayvnc: .../sysroot-target/usr/include/aml.h:27:2: error: #error "API has changed! Please, observe the changes and acknowledge by defining AML_UNSTABLE_API as 1 before including aml.h" I've not looked at what goes on here. I just saw the error in my test builds. Michael > --- > rules/aml.make | 4 ++-- > 1 file changed, 2 insertions(+), 2 deletions(-) > > diff --git a/rules/aml.make b/rules/aml.make > index 2d00329771c2..2335365872ff 100644 > --- a/rules/aml.make > +++ b/rules/aml.make > @@ -14,8 +14,8 @@ PACKAGES-$(PTXCONF_AML) += aml > # > # Paths and names > # > -AML_VERSION := 0.2.2 > -AML_MD5 := 042bbc97040ad7d122af65c11fd5ef29 > +AML_VERSION := 0.3.0 > +AML_MD5 := 72fad42e1b5efc3055055df6a7b5f1d8 > AML := aml-$(AML_VERSION) > AML_SUFFIX := tar.gz > AML_URL := > https://github.com/any1/aml/archive/refs/tags/v$(AML_VERSION).$(AML_SUFFIX) > -- > 2.30.2 > > > -- Pengutronix e.K. | | Steuerwalder Str. 21 | http://www.pengutronix.de/ | 31137 Hildesheim, Germany | Phone: +49-5121-206917-0 | Amtsgericht Hildesheim, HRA 2686 | Fax: +49-5121-206917-5555 |
