diff options
| author | Richard Purdie <rpurdie@linux.intel.com> | 2009-08-14 18:07:37 +0100 |
|---|---|---|
| committer | Richard Purdie <rpurdie@linux.intel.com> | 2009-08-14 18:07:37 +0100 |
| commit | d7134438be53dbdff2683f9cce6818e783dbe298 (patch) | |
| tree | 2cf77eb52e5a9ee9b8b8a1f18e1c73e8ce583672 /meta-moblin/packages/json-glib | |
| parent | a19a75fc31718a5d6a5791573cd520b650690885 (diff) | |
| download | poky-d7134438be53dbdff2683f9cce6818e783dbe298.tar.gz | |
json-glib: Disable introspection explicitly
Signed-off-by: Richard Purdie <rpurdie@linux.intel.com>
Diffstat (limited to 'meta-moblin/packages/json-glib')
| -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 () { |
