Patrick Williams | c124f4f | 2015-09-15 14:41:29 -0500 | [diff] [blame] | 1 | SUMMARY = "Stub implementation of gtk-doc" |
| 2 | DESCRIPTION = "Stub implementation of gtk-doc, as we don't want to build the API documentation" |
| 3 | SECTION = "x11/base" |
| 4 | LICENSE = "GPLv2" |
| 5 | LIC_FILES_CHKSUM = "file://COPYING;md5=94d55d512a9ba36caa9b7df079bae19f" |
| 6 | |
| 7 | PROVIDES = "gtk-doc gobject-introspection-stub" |
| 8 | |
| 9 | SRCREV = "1dea266593edb766d6d898c79451ef193eb17cfa" |
| 10 | PV = "1.1+git${SRCPV}" |
| 11 | |
| 12 | SRC_URI = "git://git.gnome.org/${BPN}" |
| 13 | |
| 14 | S = "${WORKDIR}/git" |
| 15 | |
| 16 | inherit autotools |
| 17 | |
| 18 | FILES_${PN} += "${datadir}" |
| 19 | |
| 20 | BBCLASSEXTEND = "native" |