summaryrefslogtreecommitdiffstats
path: root/meta/recipes-gnome/gtk-doc-stub/gtk-doc-stub_git.bb
diff options
context:
space:
mode:
authorAlexander Kanavin <alexander.kanavin@linux.intel.com>2016-03-09 17:01:51 +0200
committerRichard Purdie <richard.purdie@linuxfoundation.org>2016-03-12 22:11:44 +0000
commit96b5847a339d01fb90105afa63fa3848e8213266 (patch)
tree192f05d7df43129e9df02ab3b709d498a7366c2a /meta/recipes-gnome/gtk-doc-stub/gtk-doc-stub_git.bb
parent3a1d9fbe96a6ce836919e5d7c28ac95ab77038a9 (diff)
downloadpoky-96b5847a339d01fb90105afa63fa3848e8213266.tar.gz
gtk-doc-stub: remove introspection stubs
As we provide the full introspection support, we need to remove the stubs from this package that conflict with it. (From OE-Core rev: da023f17f92e2815b3cfbbee66ec4c83223f1aee) Signed-off-by: Alexander Kanavin <alexander.kanavin@linux.intel.com> Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
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