diff options
| author | Wang Mingyu <wangmy@fujitsu.com> | 2023-06-05 15:52:57 +0800 |
|---|---|---|
| committer | Khem Raj <raj.khem@gmail.com> | 2023-06-05 09:29:34 -0700 |
| commit | 9d621a1b6f7c818ec029ad07b5606bc850ab0daa (patch) | |
| tree | 1655fa8c4b61c75bbe450f2444d02b94c9c13a82 /meta-oe/recipes-graphics/xorg-app/xrdb_1.2.2.bb | |
| parent | 284a67d8294eb08664f99a7c43e0a1853b13b9fb (diff) | |
| download | meta-openembedded-9d621a1b6f7c818ec029ad07b5606bc850ab0daa.tar.gz | |
xrdb: upgrade 1.2.1 -> 1.2.2
Changelog:
=========
gitlab CI: add a basic build test
Build xz tarballs instead of bzip2
gitlab CI: stop requiring Signed-off-by in commits
Variable scope reduction as recommended by cppcheck
Use C99 struct initialization
Rename variable 'dup' to avoid shadowing dup() function
Fallback asprintf: don't truncate output that has a \0 in string
configure: raise minimum autoconf requirement to 2.70
Signed-off-by: Wang Mingyu <wangmy@fujitsu.com>
Signed-off-by: Khem Raj <raj.khem@gmail.com>
Diffstat (limited to 'meta-oe/recipes-graphics/xorg-app/xrdb_1.2.2.bb')
| -rw-r--r-- | meta-oe/recipes-graphics/xorg-app/xrdb_1.2.2.bb | 11 |
1 files changed, 11 insertions, 0 deletions
diff --git a/meta-oe/recipes-graphics/xorg-app/xrdb_1.2.2.bb b/meta-oe/recipes-graphics/xorg-app/xrdb_1.2.2.bb new file mode 100644 index 0000000000..53214c8fe8 --- /dev/null +++ b/meta-oe/recipes-graphics/xorg-app/xrdb_1.2.2.bb | |||
| @@ -0,0 +1,11 @@ | |||
| 1 | require recipes-graphics/xorg-app/xorg-app-common.inc | ||
| 2 | SUMMARY = "X server resource database utility" | ||
| 3 | LICENSE = "MIT" | ||
| 4 | LIC_FILES_CHKSUM = "file://COPYING;md5=d1167c4f586bd41f0c62166db4384a69" | ||
| 5 | |||
| 6 | DEPENDS += "libxmu" | ||
| 7 | |||
| 8 | SRC_URI_EXT = "xz" | ||
| 9 | SRC_URI[sha256sum] = "31f5fcab231b38f255b00b066cf7ea3b496df712c9eb2d0d50c670b63e5033f4" | ||
| 10 | |||
| 11 | EXTRA_OECONF += "--with-cpp=${bindir}/cpp" | ||
