diff mbox series

[meta-oe,01/18] aml: upgrade 0.3.0 -> 1.0.0

Message ID 20250804083340.1649-1-wangmy@fujitsu.com
State Accepted
Headers show
Series [meta-oe,01/18] aml: upgrade 0.3.0 -> 1.0.0 | expand

Commit Message

Wang Mingyu Aug. 4, 2025, 8:33 a.m. UTC
From: Wang Mingyu <wangmy@fujitsu.com>

Changelog:
===========
- sys/queue.h: Remove "#include <sys/cdefs.h>"
- FUNDING.yml: Add github sponsors
- Stop single-shot also when no cb is set
- Replicate methods for every type
- Use explicit types in callbacks
- meson: Add run_command check argument
- meson: Relocate headers and pkgconfig
- kqueue: Call EV_SET without NOTE_ABSTIME on Mach
- kqueue: Pass unspecified timeout as NULL
- thread-pool: Make pthread_setcancelstate optional for Android
- build: Make librt optional
- Properly initialize global mutex

Signed-off-by: Wang Mingyu <wangmy@fujitsu.com>
---
 meta-oe/recipes-graphics/aml/{aml_git.bb => aml_1.0.0.bb} | 7 ++-----
 1 file changed, 2 insertions(+), 5 deletions(-)
 rename meta-oe/recipes-graphics/aml/{aml_git.bb => aml_1.0.0.bb} (91%)

Comments

Khem Raj Aug. 4, 2025, 6:44 p.m. UTC | #1
I am seeing a build failure which seems related to this

bitbake neatvnc

...

 Subproject aml is buildable: NO (disabling)
   Run-time dependency aml found: NO (tried pkgconfig)

   ../sources/neatvnc-0.8.1/meson.build:71:7: ERROR: Dependency "aml"
not found, tried pkgconfig

On Mon, Aug 4, 2025 at 1:33 AM wangmy via lists.openembedded.org
<wangmy=fujitsu.com@lists.openembedded.org> wrote:
>
> From: Wang Mingyu <wangmy@fujitsu.com>
>
> Changelog:
> ===========
> - sys/queue.h: Remove "#include <sys/cdefs.h>"
> - FUNDING.yml: Add github sponsors
> - Stop single-shot also when no cb is set
> - Replicate methods for every type
> - Use explicit types in callbacks
> - meson: Add run_command check argument
> - meson: Relocate headers and pkgconfig
> - kqueue: Call EV_SET without NOTE_ABSTIME on Mach
> - kqueue: Pass unspecified timeout as NULL
> - thread-pool: Make pthread_setcancelstate optional for Android
> - build: Make librt optional
> - Properly initialize global mutex
>
> Signed-off-by: Wang Mingyu <wangmy@fujitsu.com>
> ---
>  meta-oe/recipes-graphics/aml/{aml_git.bb => aml_1.0.0.bb} | 7 ++-----
>  1 file changed, 2 insertions(+), 5 deletions(-)
>  rename meta-oe/recipes-graphics/aml/{aml_git.bb => aml_1.0.0.bb} (91%)
>
> diff --git a/meta-oe/recipes-graphics/aml/aml_git.bb b/meta-oe/recipes-graphics/aml/aml_1.0.0.bb
> similarity index 91%
> rename from meta-oe/recipes-graphics/aml/aml_git.bb
> rename to meta-oe/recipes-graphics/aml/aml_1.0.0.bb
> index a0b27bd256..c88591f114 100644
> --- a/meta-oe/recipes-graphics/aml/aml_git.bb
> +++ b/meta-oe/recipes-graphics/aml/aml_1.0.0.bb
> @@ -4,12 +4,9 @@ HOMEPAGE = "https://github.com/any1/aml"
>  LICENSE = "ISC"
>  LIC_FILES_CHKSUM = "file://COPYING;md5=e6f3cfaa39204b96e14b68b9d50d3e4e"
>
> -SRC_URI = "git://github.com/any1/aml;branch=master;protocol=https"
> -
> -SRCREV = "b83f3576ce4187d9285f06e9066ef43a691464d4"
> -
> -PV = "0.3.0+git"
> +SRC_URI = "git://github.com/any1/aml;branch=master;protocol=https;tag=v${PV}"
>
> +SRCREV = "685035c9830aa89df02a43df89b644690bd885f5"
>
>  PACKAGECONFIG ??= ""
>  PACKAGECONFIG[examples] = "-Dexamples=true,-Dexamples=false"
> --
> 2.43.0
>
>
> -=-=-=-=-=-=-=-=-=-=-=-
> Links: You receive all messages sent to this group.
> View/Reply Online (#118834): https://lists.openembedded.org/g/openembedded-devel/message/118834
> Mute This Topic: https://lists.openembedded.org/mt/114527095/1997914
> Group Owner: openembedded-devel+owner@lists.openembedded.org
> Unsubscribe: https://lists.openembedded.org/g/openembedded-devel/unsub [raj.khem@gmail.com]
> -=-=-=-=-=-=-=-=-=-=-=-
>
diff mbox series

Patch

diff --git a/meta-oe/recipes-graphics/aml/aml_git.bb b/meta-oe/recipes-graphics/aml/aml_1.0.0.bb
similarity index 91%
rename from meta-oe/recipes-graphics/aml/aml_git.bb
rename to meta-oe/recipes-graphics/aml/aml_1.0.0.bb
index a0b27bd256..c88591f114 100644
--- a/meta-oe/recipes-graphics/aml/aml_git.bb
+++ b/meta-oe/recipes-graphics/aml/aml_1.0.0.bb
@@ -4,12 +4,9 @@  HOMEPAGE = "https://github.com/any1/aml"
 LICENSE = "ISC"
 LIC_FILES_CHKSUM = "file://COPYING;md5=e6f3cfaa39204b96e14b68b9d50d3e4e"
 
-SRC_URI = "git://github.com/any1/aml;branch=master;protocol=https"
-
-SRCREV = "b83f3576ce4187d9285f06e9066ef43a691464d4"
-
-PV = "0.3.0+git"
+SRC_URI = "git://github.com/any1/aml;branch=master;protocol=https;tag=v${PV}"
 
+SRCREV = "685035c9830aa89df02a43df89b644690bd885f5"
 
 PACKAGECONFIG ??= ""
 PACKAGECONFIG[examples] = "-Dexamples=true,-Dexamples=false"