From 5029d1fb1523e111df482c2a6f69ac9758310691 Mon Sep 17 00:00:00 2001 From: Alexander Kanavin Date: Wed, 13 Jul 2016 17:43:37 +0300 Subject: gtk-doc: add a recipe, remove gtk-doc-stub (From OE-Core rev: 8b958312d360e6692dc7c6dd3d2b2591301f9e59) Signed-off-by: Alexander Kanavin Signed-off-by: Richard Purdie --- .../recipes-gnome/gtk-doc-stub/gtk-doc-stub_git.bb | 33 ---------------------- 1 file changed, 33 deletions(-) delete mode 100644 meta/recipes-gnome/gtk-doc-stub/gtk-doc-stub_git.bb (limited to 'meta/recipes-gnome/gtk-doc-stub/gtk-doc-stub_git.bb') diff --git a/meta/recipes-gnome/gtk-doc-stub/gtk-doc-stub_git.bb b/meta/recipes-gnome/gtk-doc-stub/gtk-doc-stub_git.bb deleted file mode 100644 index 84e49c13a6..0000000000 --- a/meta/recipes-gnome/gtk-doc-stub/gtk-doc-stub_git.bb +++ /dev/null @@ -1,33 +0,0 @@ -SUMMARY = "Stub implementation of gtk-doc" -DESCRIPTION = "Stub implementation of gtk-doc, as we don't want to build the API documentation" -SECTION = "x11/base" -LICENSE = "GPLv2" -LIC_FILES_CHKSUM = "file://COPYING;md5=94d55d512a9ba36caa9b7df079bae19f" - -PROVIDES = "gtk-doc" - -SRCREV = "1dea266593edb766d6d898c79451ef193eb17cfa" -PV = "1.1+git${SRCPV}" - -SRC_URI = "git://git.gnome.org/${BPN} \ - file://0001-Revert-Import-introspection-stub-machinery-too.patch \ - " - -S = "${WORKDIR}/git" - -do_configure() { - ./configure --prefix=${prefix} \ - --sysconfdir=${sysconfdir} \ - --bindir=${bindir} \ - --libdir=${libdir} \ - --datadir=${datadir} \ - --datarootdir=${datadir} -} - -do_install() { - oe_runmake install DESTDIR="${D}" -} - -FILES_${PN} += "${datadir}" - -BBCLASSEXTEND = "native" -- cgit v1.2.3-54-g00ecf