1*4882a593SmuzhiyunSUMMARY = "Stub implementation of gnome-doc-utils"
2*4882a593SmuzhiyunDESCRIPTION = "This recipe provides m4 macros from gnome-doc-utils project, so \
3*4882a593Smuzhiyunthat dependent recipes can build. Gnome-doc-utils itself is no longer packaged because \
4*4882a593Smuzhiyunit requires libxml2 and python 2 at the same time, which can no longer be satisfied. "
5*4882a593SmuzhiyunLICENSE = "GPL-2.0-only & LGPL-2.1-only"
6*4882a593SmuzhiyunLIC_FILES_CHKSUM = "file://${COREBASE}/meta/files/common-licenses/GPL-2.0-only;md5=801f80980d171dd6425610833a22dbe6 \
7*4882a593Smuzhiyun                    file://${COREBASE}/meta/files/common-licenses/LGPL-2.1-only;md5=1a6d268fd218675ffea8be556788b780"
8*4882a593SmuzhiyunSRC_URI = "file://gnome-doc-utils.m4"
9*4882a593Smuzhiyun
10*4882a593SmuzhiyunPROVIDES = "gnome-doc-utils"
11*4882a593Smuzhiyun
12*4882a593Smuzhiyundo_install:append() {
13*4882a593Smuzhiyun        install -d ${D}${datadir}/aclocal/
14*4882a593Smuzhiyun        install ${WORKDIR}/gnome-doc-utils.m4 ${D}${datadir}/aclocal/
15*4882a593Smuzhiyun}
16*4882a593Smuzhiyun
17*4882a593SmuzhiyunFILES:${PN} += "${datadir}"
18*4882a593Smuzhiyun
19