summaryrefslogtreecommitdiffstats
path: root/meta/recipes-gnome/gtk-doc-stub/gtk-doc-stub_git.bb
diff options
context:
space:
mode:
Diffstat (limited to 'meta/recipes-gnome/gtk-doc-stub/gtk-doc-stub_git.bb')
-rw-r--r--meta/recipes-gnome/gtk-doc-stub/gtk-doc-stub_git.bb6
1 files changed, 4 insertions, 2 deletions
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
index 41f4aee22d..84e49c13a6 100644
--- a/meta/recipes-gnome/gtk-doc-stub/gtk-doc-stub_git.bb
+++ b/meta/recipes-gnome/gtk-doc-stub/gtk-doc-stub_git.bb
@@ -4,12 +4,14 @@ SECTION = "x11/base"
4LICENSE = "GPLv2" 4LICENSE = "GPLv2"
5LIC_FILES_CHKSUM = "file://COPYING;md5=94d55d512a9ba36caa9b7df079bae19f" 5LIC_FILES_CHKSUM = "file://COPYING;md5=94d55d512a9ba36caa9b7df079bae19f"
6 6
7PROVIDES = "gtk-doc gobject-introspection-stub" 7PROVIDES = "gtk-doc"
8 8
9SRCREV = "1dea266593edb766d6d898c79451ef193eb17cfa" 9SRCREV = "1dea266593edb766d6d898c79451ef193eb17cfa"
10PV = "1.1+git${SRCPV}" 10PV = "1.1+git${SRCPV}"
11 11
12SRC_URI = "git://git.gnome.org/${BPN}" 12SRC_URI = "git://git.gnome.org/${BPN} \
13 file://0001-Revert-Import-introspection-stub-machinery-too.patch \
14 "
13 15
14S = "${WORKDIR}/git" 16S = "${WORKDIR}/git"
15 17