diff options
author | Alexander Kanavin <alexander.kanavin@linux.intel.com> | 2016-09-29 16:31:41 +0300 |
---|---|---|
committer | Richard Purdie <richard.purdie@linuxfoundation.org> | 2016-10-28 16:15:20 +0100 |
commit | 0f69504d7e61d04249fd4106e14c19b1aff591d8 (patch) | |
tree | f0886cd4881996f8089f0caf003d3561eb9d14ff /meta | |
parent | 6ff457ae918e6d4ae006f332ccef2e9c9a2b5c71 (diff) | |
download | poky-0f69504d7e61d04249fd4106e14c19b1aff591d8.tar.gz |
json-glib: enable optional building of manpages
(From OE-Core rev: 9fd5e703ba9d1732dc7559763949d16dc90282ea)
Signed-off-by: Alexander Kanavin <alexander.kanavin@linux.intel.com>
Signed-off-by: Ross Burton <ross.burton@intel.com>
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
Diffstat (limited to 'meta')
-rw-r--r-- | meta/recipes-gnome/json-glib/json-glib_1.2.2.bb | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/meta/recipes-gnome/json-glib/json-glib_1.2.2.bb b/meta/recipes-gnome/json-glib/json-glib_1.2.2.bb index 8df2a42b9a..4e272be330 100644 --- a/meta/recipes-gnome/json-glib/json-glib_1.2.2.bb +++ b/meta/recipes-gnome/json-glib/json-glib_1.2.2.bb | |||
@@ -13,6 +13,8 @@ DEPENDS = "glib-2.0" | |||
13 | SRC_URI[archive.md5sum] = "c1daefb8d0fb59612af0c072c8aabb58" | 13 | SRC_URI[archive.md5sum] = "c1daefb8d0fb59612af0c072c8aabb58" |
14 | SRC_URI[archive.sha256sum] = "ea128ab52a824fcd06e5448fbb2bd8d9a13740d51c66d445828edba71321a621" | 14 | SRC_URI[archive.sha256sum] = "ea128ab52a824fcd06e5448fbb2bd8d9a13740d51c66d445828edba71321a621" |
15 | 15 | ||
16 | inherit gnomebase gettext lib_package gobject-introspection gtk-doc | 16 | inherit gnomebase gettext lib_package gobject-introspection gtk-doc manpages |
17 | |||
18 | PACKAGECONFIG[manpages] = "--enable-man --with-xml-catalog=${STAGING_ETCDIR_NATIVE}/xml/catalog.xml, --disable-man, libxslt-native xmlto-native" | ||
17 | 19 | ||
18 | BBCLASSEXTEND = "native" | 20 | BBCLASSEXTEND = "native" |