summaryrefslogtreecommitdiffstats
path: root/meta/packages/gnome/gobject-introspection_git.bb
diff options
context:
space:
mode:
Diffstat (limited to 'meta/packages/gnome/gobject-introspection_git.bb')
-rw-r--r--meta/packages/gnome/gobject-introspection_git.bb6
1 files changed, 5 insertions, 1 deletions
diff --git a/meta/packages/gnome/gobject-introspection_git.bb b/meta/packages/gnome/gobject-introspection_git.bb
index e098044ec4..9c3201cbd5 100644
--- a/meta/packages/gnome/gobject-introspection_git.bb
+++ b/meta/packages/gnome/gobject-introspection_git.bb
@@ -1,8 +1,12 @@
1SRC_URI = "git://git.gnome.org/gobject-introspection;protocol=git \ 1SRC_URI = "git://git.gnome.org/gobject-introspection;protocol=git \
2 file://configure.patch;patch=1 \
2 file://pathfix.patch;patch=1" 3 file://pathfix.patch;patch=1"
3 4
5SRC_URI_virtclass-native = "git://git.gnome.org/gobject-introspection;protocol=git \
6 file://pathfix.patch;patch=1"
7
4PV = "0.0+git${SRCREV}" 8PV = "0.0+git${SRCREV}"
5PR = "r1" 9PR = "r3"
6 10
7S = "${WORKDIR}/git" 11S = "${WORKDIR}/git"
8 12