Brad Bishop | 6e60e8b | 2018-02-01 10:27:11 -0500 | [diff] [blame] | 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 | |
| 12 | SRC_URI[md5sum] = "3f8a8e6100556f7f28e469809805dee8" |
| 13 | SRC_URI[sha256sum] = "472ad0e41d1e0abf5ecafd29460bf1b8d47e53d4b7d3abf1f66d02dc576547b8" |
| 14 | |
| 15 | # ${PN} is empty so we need to tweak -dev and -dbg package dependencies |
| 16 | RDEPENDS_${PN}-dev = "" |
| 17 | RRECOMMENDS_${PN}-dbg = "${PN}-dev (= ${EXTENDPKGV})" |
| 18 | |
| 19 | BBCLASSEXTEND = "native nativesdk" |