diff options
Diffstat (limited to 'meta/recipes-graphics/xorg-util/util-macros_1.15.0.bb')
-rw-r--r-- | meta/recipes-graphics/xorg-util/util-macros_1.15.0.bb | 24 |
1 files changed, 24 insertions, 0 deletions
diff --git a/meta/recipes-graphics/xorg-util/util-macros_1.15.0.bb b/meta/recipes-graphics/xorg-util/util-macros_1.15.0.bb new file mode 100644 index 0000000000..fb1772bce2 --- /dev/null +++ b/meta/recipes-graphics/xorg-util/util-macros_1.15.0.bb | |||
@@ -0,0 +1,24 @@ | |||
1 | SUMMARY = "X autotools macros" | ||
2 | |||
3 | DESCRIPTION = "M4 autotools macros used by various X.org programs." | ||
4 | |||
5 | require xorg-util-common.inc | ||
6 | |||
7 | LICENSE = "MIT & MIT-style" | ||
8 | LIC_FILES_CHKSUM = "file://COPYING;md5=1970511fddd439b07a6ba789d28ff662" | ||
9 | |||
10 | PE = "1" | ||
11 | PR = "r0" | ||
12 | |||
13 | # ${PN} is empty so we need to tweak -dev and -dbg package dependencies | ||
14 | DEPENDS = "libgpg-error" | ||
15 | DEPENDS_virtclass-native = "virtual/gettext-native" | ||
16 | DEPENDS_virtclass-nativesdk = "virtual/gettext-nativesdk" | ||
17 | |||
18 | RDEPENDS_${PN}-dev = "" | ||
19 | RRECOMMENDS_${PN}-dbg = "${PN}-dev (= ${EXTENDPKGV})" | ||
20 | |||
21 | BBCLASSEXTEND = "native nativesdk" | ||
22 | |||
23 | SRC_URI[md5sum] = "c7f0c94126443f6744328a92d2b94cff" | ||
24 | SRC_URI[sha256sum] = "db05c59c0e7843c398ed2847ba4b5bf54292499e5fcadbb7c38a445bf4347ab8" | ||