Patrick Williams | c124f4f | 2015-09-15 14:41:29 -0500 | [diff] [blame] | 1 | SUMMARY = "Common macros for building GNOME applications" |
| 2 | HOMEPAGE = "http://www.gnome.org/" |
| 3 | BUGTRACKER = "https://bugzilla.gnome.org/" |
| 4 | |
| 5 | LICENSE = "GPLv2+" |
| 6 | LIC_FILES_CHKSUM = "file://COPYING;md5=b234ee4d69f5fce4486a80fdaf4a4263" |
| 7 | |
| 8 | SECTION = "x11/gnome" |
| 9 | inherit gnomebase allarch |
| 10 | |
| 11 | SRC_URI[archive.md5sum] = "ba58c61d0d81b7c3ff8452c620513a9d" |
| 12 | SRC_URI[archive.sha256sum] = "4c00242f781bb441289f49dd80ed1d895d84de0c94bfc2c6818a104c9e39262c" |
| 13 | |
| 14 | EXTRA_AUTORECONF = "" |
| 15 | DEPENDS = "" |
| 16 | |
| 17 | FILES_${PN} += "${datadir}/aclocal" |
| 18 | FILES_${PN}-dev = "" |
| 19 | |
| 20 | BBCLASSEXTEND = "native" |