aboutsummaryrefslogtreecommitdiffstats
path: root/recipes/gtk-doc/gtk-doc.bb
blob: a7ab21ed2da004195c77cd8ceaf03b4f38e761f0 (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 = "LGPL"
PR = "r3"

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"