mirror of
https://github.com/openembedded/meta-openembedded.git
synced 2026-07-26 19:47:17 +00:00
9d621a1b6f
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>
12 lines
363 B
BlitzBasic
12 lines
363 B
BlitzBasic
require recipes-graphics/xorg-app/xorg-app-common.inc
|
|
SUMMARY = "X server resource database utility"
|
|
LICENSE = "MIT"
|
|
LIC_FILES_CHKSUM = "file://COPYING;md5=d1167c4f586bd41f0c62166db4384a69"
|
|
|
|
DEPENDS += "libxmu"
|
|
|
|
SRC_URI_EXT = "xz"
|
|
SRC_URI[sha256sum] = "31f5fcab231b38f255b00b066cf7ea3b496df712c9eb2d0d50c670b63e5033f4"
|
|
|
|
EXTRA_OECONF += "--with-cpp=${bindir}/cpp"
|