blob: 80b7033ee1a23c3cba7a716b240329d6c4d84b68 [file] [log] [blame]
Patrick Williamsc124f4f2015-09-15 14:41:29 -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] = "ba58c61d0d81b7c3ff8452c620513a9d"
12SRC_URI[archive.sha256sum] = "4c00242f781bb441289f49dd80ed1d895d84de0c94bfc2c6818a104c9e39262c"
13
14EXTRA_AUTORECONF = ""
15DEPENDS = ""
16
17FILES_${PN} += "${datadir}/aclocal"
18FILES_${PN}-dev = ""
19
20BBCLASSEXTEND = "native"