aboutsummaryrefslogtreecommitdiffstats
path: root/recipes/gtk-doc/gtk-doc.bb
blob: c64d5ddcd322b83114ad9a457227375c93699815 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
SECTION = "x11/base"
SRC_URI = "file://gtk-doc.m4"
LICENSE = "LGPLv2"
PR = "r4"

ALLOW_EMPTY_${PN} = "1"

do_install() {
	install -d ${D}/${datadir}/aclocal
	install -m 0644 ${WORKDIR}/gtk-doc.m4 ${D}/${datadir}/aclocal
}

NATIVE_INSTALL_WORKS = "1"
BBCLASSEXTEND = "native"