mirror of
https://github.com/openembedded/meta-openembedded.git
synced 2025-12-14 14:25:53 +01:00
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>
This commit is contained in:
parent
311998ff62
commit
972faf66cf
|
|
@ -4,12 +4,9 @@ HOMEPAGE = "https://github.com/any1/aml"
|
||||||
LICENSE = "ISC"
|
LICENSE = "ISC"
|
||||||
LIC_FILES_CHKSUM = "file://COPYING;md5=e6f3cfaa39204b96e14b68b9d50d3e4e"
|
LIC_FILES_CHKSUM = "file://COPYING;md5=e6f3cfaa39204b96e14b68b9d50d3e4e"
|
||||||
|
|
||||||
SRC_URI = "git://github.com/any1/aml;branch=master;protocol=https"
|
SRC_URI = "git://github.com/any1/aml;branch=master;protocol=https;tag=v${PV}"
|
||||||
|
|
||||||
SRCREV = "b83f3576ce4187d9285f06e9066ef43a691464d4"
|
|
||||||
|
|
||||||
PV = "0.3.0+git"
|
|
||||||
|
|
||||||
|
SRCREV = "685035c9830aa89df02a43df89b644690bd885f5"
|
||||||
|
|
||||||
PACKAGECONFIG ??= ""
|
PACKAGECONFIG ??= ""
|
||||||
PACKAGECONFIG[examples] = "-Dexamples=true,-Dexamples=false"
|
PACKAGECONFIG[examples] = "-Dexamples=true,-Dexamples=false"
|
||||||
Loading…
Reference in New Issue
Block a user