diff options
author | Alexander Kanavin <alexander.kanavin@linux.intel.com> | 2016-03-09 17:02:05 +0200 |
---|---|---|
committer | Richard Purdie <richard.purdie@linuxfoundation.org> | 2016-03-12 22:11:45 +0000 |
commit | 7bd32b9ce6436315d6e44e186aeeb4bb8708559c (patch) | |
tree | ec51097cebe1e67822329da10bd8cefc5e230923 /meta/recipes-gnome/librsvg | |
parent | efd37c5d39824591ce070872e97641054191eecb (diff) | |
download | poky-7bd32b9ce6436315d6e44e186aeeb4bb8708559c.tar.gz |
recipes-gnome: fix introspection support
(From OE-Core rev: 1011ce60412b17e4a1d2293dabe76027547429f7)
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/librsvg')
-rw-r--r-- | meta/recipes-gnome/librsvg/librsvg_2.40.13.bb | 5 |
1 files changed, 1 insertions, 4 deletions
diff --git a/meta/recipes-gnome/librsvg/librsvg_2.40.13.bb b/meta/recipes-gnome/librsvg/librsvg_2.40.13.bb index ed712432ff..2ac52f7797 100644 --- a/meta/recipes-gnome/librsvg/librsvg_2.40.13.bb +++ b/meta/recipes-gnome/librsvg/librsvg_2.40.13.bb | |||
@@ -10,7 +10,7 @@ SECTION = "x11/utils" | |||
10 | DEPENDS = "cairo gdk-pixbuf glib-2.0 libcroco libxml2 pango" | 10 | DEPENDS = "cairo gdk-pixbuf glib-2.0 libcroco libxml2 pango" |
11 | BBCLASSEXTEND = "native" | 11 | BBCLASSEXTEND = "native" |
12 | 12 | ||
13 | inherit autotools pkgconfig gnomebase gtk-doc pixbufcache upstream-version-is-even | 13 | inherit autotools pkgconfig gnomebase gtk-doc pixbufcache upstream-version-is-even gobject-introspection |
14 | 14 | ||
15 | SRC_URI += "file://gtk-option.patch" | 15 | SRC_URI += "file://gtk-option.patch" |
16 | 16 | ||
@@ -19,8 +19,6 @@ SRC_URI[archive.sha256sum] = "4d6ea93ec05f5dabe7262d711d246a0a99b2311e215360dd3d | |||
19 | 19 | ||
20 | CACHED_CONFIGUREVARS = "ac_cv_path_GDK_PIXBUF_QUERYLOADERS=${STAGING_LIBDIR_NATIVE}/gdk-pixbuf-2.0/gdk-pixbuf-query-loaders" | 20 | CACHED_CONFIGUREVARS = "ac_cv_path_GDK_PIXBUF_QUERYLOADERS=${STAGING_LIBDIR_NATIVE}/gdk-pixbuf-2.0/gdk-pixbuf-query-loaders" |
21 | 21 | ||
22 | EXTRA_OECONF = "--disable-introspection --disable-vala" | ||
23 | |||
24 | # The older ld (2.22) on the host (Centos 6.5) doesn't have the | 22 | # The older ld (2.22) on the host (Centos 6.5) doesn't have the |
25 | # -Bsymbolic-functions option, we can disable it for native. | 23 | # -Bsymbolic-functions option, we can disable it for native. |
26 | EXTRA_OECONF_append_class-native = " --enable-Bsymbolic=auto" | 24 | EXTRA_OECONF_append_class-native = " --enable-Bsymbolic=auto" |
@@ -37,7 +35,6 @@ do_install_append() { | |||
37 | } | 35 | } |
38 | 36 | ||
39 | PACKAGES =+ "librsvg-gtk rsvg" | 37 | PACKAGES =+ "librsvg-gtk rsvg" |
40 | FILES_${PN} = "${libdir}/*.so.*" | ||
41 | FILES_rsvg = "${bindir}/rsvg* \ | 38 | FILES_rsvg = "${bindir}/rsvg* \ |
42 | ${datadir}/pixmaps/svg-viewer.svg \ | 39 | ${datadir}/pixmaps/svg-viewer.svg \ |
43 | ${datadir}/themes" | 40 | ${datadir}/themes" |