mirror of
https://github.com/openembedded/meta-openembedded.git
synced 2026-07-15 16:07:26 +00:00
python3-dunamai: Add recipe
Add recipe for release 1.26.1: - Fixed: The highest_tag argument was ignored in Version.from_any_vcs() - Fixed: Compatibility with Pijul 1.0.0-beta.11 Signed-off-by: Leon Anavi <leon.anavi@konsulko.com> Signed-off-by: Khem Raj <khem.raj@oss.qualcomm.com>
This commit is contained in:
@@ -0,0 +1,9 @@
|
||||
SUMMARY = "Dynamic version generation"
|
||||
LICENSE = "MIT"
|
||||
LIC_FILES_CHKSUM = "file://LICENSE;md5=059eed55dbfd3fea022510ea62c95dc1"
|
||||
|
||||
SRC_URI[sha256sum] = "3b46007bd65b00b4824ead0a1aee365fd22d0ec2b9c219497d4fd48f52860c8b"
|
||||
|
||||
inherit pypi python_poetry_core
|
||||
|
||||
BBCLASSEXTEND = "native nativesdk"
|
||||
Reference in New Issue
Block a user