blob: 944747021366a7db3b64d9aee543adfcb0452e3a [file] [log] [blame]
Patrick Williamsd8c66bc2016-06-20 12:57:21 -05001SUMMARY = "Common macros for building GNOME applications"
2HOMEPAGE = "http://www.gnome.org/"
3BUGTRACKER = "https://bugzilla.gnome.org/"
4
Andrew Geissler9aee5002022-03-30 16:27:02 +00005LICENSE = "GPL-2.0-or-later"
Patrick Williamsd8c66bc2016-06-20 12:57:21 -05006LIC_FILES_CHKSUM = "file://COPYING;md5=b234ee4d69f5fce4486a80fdaf4a4263"
7
8SECTION = "x11/gnome"
Patrick Williamsac13d5f2023-11-24 18:59:46 -06009GNOMEBASEBUILDCLASS = "autotools"
Patrick Williamsd8c66bc2016-06-20 12:57:21 -050010inherit gnomebase allarch
11
12SRC_URI[archive.md5sum] = "933258d9c23e218eb6eec9cc1951b053"
13SRC_URI[archive.sha256sum] = "22569e370ae755e04527b76328befc4c73b62bfd4a572499fde116b8318af8cf"
14
15EXTRA_AUTORECONF = ""
16DEPENDS = ""
17
Brad Bishop316dfdd2018-06-25 12:45:53 -040018# Default to enable autoconf-archive to avoid conflicts
19PACKAGECONFIG ??= "autoconf-archive"
Patrick Williamse760df82023-05-26 11:10:49 -050020PACKAGECONFIG[autoconf-archive] = "--with-autoconf-archive, --without-autoconf-archive, autoconf-archive,autoconf-archive"
Brad Bishop316dfdd2018-06-25 12:45:53 -040021
Patrick Williams213cb262021-08-07 19:21:33 -050022FILES:${PN} += "${datadir}/aclocal"
23FILES:${PN}-dev = ""
Patrick Williamsd8c66bc2016-06-20 12:57:21 -050024
25BBCLASSEXTEND = "native"