diff options
| author | alperak <alperyasinak1@gmail.com> | 2023-12-06 16:30:08 +0300 |
|---|---|---|
| committer | Khem Raj <raj.khem@gmail.com> | 2023-12-07 14:25:10 -0800 |
| commit | f0a0c85b75af398d1c78151c7ae6172771fde2c0 (patch) | |
| tree | 9a5fb12a54fb864dd9f9e9413bead2ba26791c13 /meta-oe/recipes-graphics/xorg-app | |
| parent | 5b20a3c8f2b5c2f9c5270af964b08797c762d426 (diff) | |
| download | meta-openembedded-f0a0c85b75af398d1c78151c7ae6172771fde2c0.tar.gz | |
xlsatoms: upgrade 1.1.3 -> 1.1.4
Changelog:
* usage: add cold & noreturn attributes to function
* Resolve clang -Wshorten-64-to-32 warnings
* Variable scope reductions as suggested by cppcheck
* gitlab CI: stop requiring Signed-off-by in commits
* Build xz tarballs instead of bzip2
* gitlab CI: add a basic build test
Signed-off-by: alperak <alperyasinak1@gmail.com>
Signed-off-by: Khem Raj <raj.khem@gmail.com>
Diffstat (limited to 'meta-oe/recipes-graphics/xorg-app')
| -rw-r--r-- | meta-oe/recipes-graphics/xorg-app/xlsatoms_1.1.4.bb (renamed from meta-oe/recipes-graphics/xorg-app/xlsatoms_1.1.3.bb) | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/meta-oe/recipes-graphics/xorg-app/xlsatoms_1.1.3.bb b/meta-oe/recipes-graphics/xorg-app/xlsatoms_1.1.4.bb index 288bcfc8fe..ad06612d5e 100644 --- a/meta-oe/recipes-graphics/xorg-app/xlsatoms_1.1.3.bb +++ b/meta-oe/recipes-graphics/xorg-app/xlsatoms_1.1.4.bb | |||
| @@ -10,5 +10,5 @@ LIC_FILES_CHKSUM = "file://COPYING;md5=2b08d9e2e718ac83e6fe2b974d4b5fd8" | |||
| 10 | DEPENDS += "libxmu" | 10 | DEPENDS += "libxmu" |
| 11 | BBCLASSEXTEND = "native" | 11 | BBCLASSEXTEND = "native" |
| 12 | 12 | ||
| 13 | SRC_URI[md5sum] = "61671fee12535347db24ec3a715032a7" | 13 | SRC_URI_EXT = "xz" |
| 14 | SRC_URI[sha256sum] = "57868f958c263976727881f3078e55b86b4a109dc578d2b92f5c6d690850a382" | 14 | SRC_URI[sha256sum] = "f4bfa15f56c066d326a5d5b292646708f25b9247506840b9047cd2687dcc71b7" |
