diff options
-rw-r--r-- | meta-moblin/packages/json-glib/json-glib_git.bb | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/meta-moblin/packages/json-glib/json-glib_git.bb b/meta-moblin/packages/json-glib/json-glib_git.bb index c2456d6aa3..7b2e882e15 100644 --- a/meta-moblin/packages/json-glib/json-glib_git.bb +++ b/meta-moblin/packages/json-glib/json-glib_git.bb | |||
@@ -1,7 +1,7 @@ | |||
1 | HOMEPAGE = "http://live.gnome.org/JsonGlib" | 1 | HOMEPAGE = "http://live.gnome.org/JsonGlib" |
2 | SRC_URI = "git://github.com/ebassi/${PN}.git;protocol=git" | 2 | SRC_URI = "git://github.com/ebassi/${PN}.git;protocol=git" |
3 | PV = "0.7.2+git${SRCPV}" | 3 | PV = "0.7.2+git${SRCPV}" |
4 | PR = "r0" | 4 | PR = "r1" |
5 | 5 | ||
6 | S = "${WORKDIR}/git" | 6 | S = "${WORKDIR}/git" |
7 | 7 | ||
@@ -9,6 +9,8 @@ DEPENDS = "glib-2.0" | |||
9 | 9 | ||
10 | inherit autotools_stage | 10 | inherit autotools_stage |
11 | 11 | ||
12 | EXTRA_OECONF = "--disable-introspection" | ||
13 | |||
12 | acpaths = "-I ${S}/build/autotools " | 14 | acpaths = "-I ${S}/build/autotools " |
13 | 15 | ||
14 | do_configure_prepend () { | 16 | do_configure_prepend () { |