blob: 634b60940fca0a093b72d8ec68257e603206e916 [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
5LICENSE = "GPLv2+"
6LIC_FILES_CHKSUM = "file://COPYING;md5=b234ee4d69f5fce4486a80fdaf4a4263"
7
8SECTION = "x11/gnome"
9inherit gnomebase allarch
10
11SRC_URI[archive.md5sum] = "933258d9c23e218eb6eec9cc1951b053"
12SRC_URI[archive.sha256sum] = "22569e370ae755e04527b76328befc4c73b62bfd4a572499fde116b8318af8cf"
13
14EXTRA_AUTORECONF = ""
15DEPENDS = ""
16
Brad Bishop316dfdd2018-06-25 12:45:53 -040017# Default to enable autoconf-archive to avoid conflicts
18PACKAGECONFIG ??= "autoconf-archive"
19PACKAGECONFIG[autoconf-archive] = "--with-autoconf-archive, --without-autoconf-archive, autoconf-archive"
20
Patrick Williams213cb262021-08-07 19:21:33 -050021FILES:${PN} += "${datadir}/aclocal"
22FILES:${PN}-dev = ""
Patrick Williamsd8c66bc2016-06-20 12:57:21 -050023
24BBCLASSEXTEND = "native"