diff options
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.bb | 6 |
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" | |||
4 | LICENSE = "GPLv2" | 4 | LICENSE = "GPLv2" |
5 | LIC_FILES_CHKSUM = "file://COPYING;md5=94d55d512a9ba36caa9b7df079bae19f" | 5 | LIC_FILES_CHKSUM = "file://COPYING;md5=94d55d512a9ba36caa9b7df079bae19f" |
6 | 6 | ||
7 | PROVIDES = "gtk-doc gobject-introspection-stub" | 7 | PROVIDES = "gtk-doc" |
8 | 8 | ||
9 | SRCREV = "1dea266593edb766d6d898c79451ef193eb17cfa" | 9 | SRCREV = "1dea266593edb766d6d898c79451ef193eb17cfa" |
10 | PV = "1.1+git${SRCPV}" | 10 | PV = "1.1+git${SRCPV}" |
11 | 11 | ||
12 | SRC_URI = "git://git.gnome.org/${BPN}" | 12 | SRC_URI = "git://git.gnome.org/${BPN} \ |
13 | file://0001-Revert-Import-introspection-stub-machinery-too.patch \ | ||
14 | " | ||
13 | 15 | ||
14 | S = "${WORKDIR}/git" | 16 | S = "${WORKDIR}/git" |
15 | 17 | ||