diff options
author | Wang Mingyu <wangmy@fujitsu.com> | 2025-08-04 16:33:23 +0800 |
---|---|---|
committer | Khem Raj <raj.khem@gmail.com> | 2025-08-06 07:27:17 -0700 |
commit | 972faf66cfceb538e8e04da755eae0ced6a3d361 (patch) | |
tree | 2a8c67f9f22ec645586766930b6eaf1021b3c127 | |
parent | 311998ff620c540da4ad6844cc0d6eeed1657dd2 (diff) | |
download | meta-openembedded-972faf66cfceb538e8e04da755eae0ced6a3d361.tar.gz |
aml: upgrade 0.3.0 -> 1.0.0
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>
Signed-off-by: Khem Raj <raj.khem@gmail.com>
-rw-r--r-- | meta-oe/recipes-graphics/aml/aml_1.0.0.bb (renamed from meta-oe/recipes-graphics/aml/aml_git.bb) | 7 |
1 files changed, 2 insertions, 5 deletions
diff --git a/meta-oe/recipes-graphics/aml/aml_git.bb b/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" | |||
4 | LICENSE = "ISC" | 4 | LICENSE = "ISC" |
5 | LIC_FILES_CHKSUM = "file://COPYING;md5=e6f3cfaa39204b96e14b68b9d50d3e4e" | 5 | LIC_FILES_CHKSUM = "file://COPYING;md5=e6f3cfaa39204b96e14b68b9d50d3e4e" |
6 | 6 | ||
7 | SRC_URI = "git://github.com/any1/aml;branch=master;protocol=https" | 7 | SRC_URI = "git://github.com/any1/aml;branch=master;protocol=https;tag=v${PV}" |
8 | |||
9 | SRCREV = "b83f3576ce4187d9285f06e9066ef43a691464d4" | ||
10 | |||
11 | PV = "0.3.0+git" | ||
12 | 8 | ||
9 | SRCREV = "685035c9830aa89df02a43df89b644690bd885f5" | ||
13 | 10 | ||
14 | PACKAGECONFIG ??= "" | 11 | PACKAGECONFIG ??= "" |
15 | PACKAGECONFIG[examples] = "-Dexamples=true,-Dexamples=false" | 12 | PACKAGECONFIG[examples] = "-Dexamples=true,-Dexamples=false" |