blob: 06f3bb34cfc7cfa4b9b197adc04cc75f9da5d6e4 [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
17FILES_${PN} += "${datadir}/aclocal"
18FILES_${PN}-dev = ""
19
20BBCLASSEXTEND = "native"