summaryrefslogtreecommitdiffstats
path: root/meta/recipes-graphics/xorg-util/util-macros_1.20.0.bb
diff options
context:
space:
mode:
Diffstat (limited to 'meta/recipes-graphics/xorg-util/util-macros_1.20.0.bb')
-rw-r--r--meta/recipes-graphics/xorg-util/util-macros_1.20.0.bb18
1 files changed, 18 insertions, 0 deletions
diff --git a/meta/recipes-graphics/xorg-util/util-macros_1.20.0.bb b/meta/recipes-graphics/xorg-util/util-macros_1.20.0.bb
new file mode 100644
index 0000000000..60495ad0c8
--- /dev/null
+++ b/meta/recipes-graphics/xorg-util/util-macros_1.20.0.bb
@@ -0,0 +1,18 @@
1SUMMARY = "X autotools macros"
2
3DESCRIPTION = "M4 autotools macros used by various X.org programs."
4
5require xorg-util-common.inc
6
7LICENSE = "MIT & MIT"
8LIC_FILES_CHKSUM = "file://COPYING;md5=42ba50748cb7ccf8739424e5e2072b02"
9
10PE = "1"
11
12SRC_URI[sha256sum] = "8daf36913d551a90fd1013cb078401375dabae021cb4713b9b256a70f00eeb74"
13
14# ${PN} is empty so we need to tweak -dev and -dbg package dependencies
15DEV_PKG_DEPENDENCY = ""
16RRECOMMENDS:${PN}-dbg = "${PN}-dev (= ${EXTENDPKGV})"
17
18BBCLASSEXTEND = "native nativesdk"