diff options
Diffstat (limited to 'meta/recipes-gnome/gtk-doc/gtk-doc.bb')
| -rw-r--r-- | meta/recipes-gnome/gtk-doc/gtk-doc.bb | 19 |
1 files changed, 0 insertions, 19 deletions
diff --git a/meta/recipes-gnome/gtk-doc/gtk-doc.bb b/meta/recipes-gnome/gtk-doc/gtk-doc.bb deleted file mode 100644 index 3147d4a6ff..0000000000 --- a/meta/recipes-gnome/gtk-doc/gtk-doc.bb +++ /dev/null | |||
| @@ -1,19 +0,0 @@ | |||
| 1 | SUMMARY = "API documentation generation tool for GTK+ and GNOME" | ||
| 2 | DESCRIPTION = "gtk-doc is a tool for generating API reference documentation. \ | ||
| 3 | It is used for generating the documentation for GTK+, GLib \ | ||
| 4 | and GNOME." | ||
| 5 | SECTION = "x11/base" | ||
| 6 | SRC_URI = "file://gtk-doc.m4" | ||
| 7 | LICENSE = "GPLv2" | ||
| 8 | LIC_FILES_CHKSUM = "file://../gtk-doc.m4;endline=10;md5=868a952d8bb2d825d724854cfaf8f14e" | ||
| 9 | |||
| 10 | PR = "r4" | ||
| 11 | |||
| 12 | ALLOW_EMPTY_${PN} = "1" | ||
| 13 | |||
| 14 | BBCLASSEXTEND = "native" | ||
| 15 | |||
| 16 | do_install () { | ||
| 17 | install -d ${D}${datadir}/aclocal/ | ||
| 18 | install -m 0644 ${WORKDIR}/gtk-doc.m4 ${D}${datadir}/aclocal/ | ||
| 19 | } | ||
