Patrick Williams | d8c66bc | 2016-06-20 12:57:21 -0500 | [diff] [blame] | 1 | SUMMARY = "Common macros for building GNOME applications" |
| 2 | HOMEPAGE = "http://www.gnome.org/" |
| 3 | BUGTRACKER = "https://bugzilla.gnome.org/" |
| 4 | |
Andrew Geissler | 9aee500 | 2022-03-30 16:27:02 +0000 | [diff] [blame] | 5 | LICENSE = "GPL-2.0-or-later" |
Patrick Williams | d8c66bc | 2016-06-20 12:57:21 -0500 | [diff] [blame] | 6 | LIC_FILES_CHKSUM = "file://COPYING;md5=b234ee4d69f5fce4486a80fdaf4a4263" |
| 7 | |
| 8 | SECTION = "x11/gnome" |
| 9 | inherit gnomebase allarch |
| 10 | |
| 11 | SRC_URI[archive.md5sum] = "933258d9c23e218eb6eec9cc1951b053" |
| 12 | SRC_URI[archive.sha256sum] = "22569e370ae755e04527b76328befc4c73b62bfd4a572499fde116b8318af8cf" |
| 13 | |
| 14 | EXTRA_AUTORECONF = "" |
| 15 | DEPENDS = "" |
| 16 | |
Brad Bishop | 316dfdd | 2018-06-25 12:45:53 -0400 | [diff] [blame] | 17 | # Default to enable autoconf-archive to avoid conflicts |
| 18 | PACKAGECONFIG ??= "autoconf-archive" |
| 19 | PACKAGECONFIG[autoconf-archive] = "--with-autoconf-archive, --without-autoconf-archive, autoconf-archive" |
| 20 | |
Patrick Williams | 213cb26 | 2021-08-07 19:21:33 -0500 | [diff] [blame] | 21 | FILES:${PN} += "${datadir}/aclocal" |
| 22 | FILES:${PN}-dev = "" |
Patrick Williams | d8c66bc | 2016-06-20 12:57:21 -0500 | [diff] [blame] | 23 | |
| 24 | BBCLASSEXTEND = "native" |