diff options
Diffstat (limited to 'meta/recipes-gnome')
-rw-r--r-- | meta/recipes-gnome/librsvg/librsvg_2.32.1.bb | 20 |
1 files changed, 8 insertions, 12 deletions
diff --git a/meta/recipes-gnome/librsvg/librsvg_2.32.1.bb b/meta/recipes-gnome/librsvg/librsvg_2.32.1.bb index 9c5f722101..28d3756320 100644 --- a/meta/recipes-gnome/librsvg/librsvg_2.32.1.bb +++ b/meta/recipes-gnome/librsvg/librsvg_2.32.1.bb | |||
@@ -14,7 +14,14 @@ PR = "r12" | |||
14 | 14 | ||
15 | inherit autotools pkgconfig gnomebase gtk-doc pixbufcache | 15 | inherit autotools pkgconfig gnomebase gtk-doc pixbufcache |
16 | 16 | ||
17 | EXTRA_OECONF = "--disable-mozilla-plugin --without-svgz" | 17 | SRC_URI += "file://doc_Makefile.patch \ |
18 | file://librsvg-CVE-2011-3146.patch \ | ||
19 | " | ||
20 | |||
21 | SRC_URI[archive.md5sum] = "4b00d0fee130c936644892c152f42db7" | ||
22 | SRC_URI[archive.sha256sum] = "91b98051f352fab8a6257688d6b2fd665b4648ed66144861f2f853ccf876d334" | ||
23 | |||
24 | EXTRA_OECONF = "--without-svgz" | ||
18 | 25 | ||
19 | PACKAGECONFIG ??= "croco gdkpixbuf" | 26 | PACKAGECONFIG ??= "croco gdkpixbuf" |
20 | 27 | ||
@@ -25,17 +32,6 @@ PACKAGECONFIG[gdkpixbuf] = "--enable-pixbuf-loader,--disable-pixbuf-loader" | |||
25 | # GTK+ 2 theme engine | 32 | # GTK+ 2 theme engine |
26 | PACKAGECONFIG[gtk] = "--enable-gtk-theme,--disable-gtk-theme,gtk+" | 33 | PACKAGECONFIG[gtk] = "--enable-gtk-theme,--disable-gtk-theme,gtk+" |
27 | 34 | ||
28 | SRC_URI += "file://doc_Makefile.patch \ | ||
29 | file://librsvg-CVE-2011-3146.patch \ | ||
30 | " | ||
31 | |||
32 | SRC_URI[archive.md5sum] = "4b00d0fee130c936644892c152f42db7" | ||
33 | SRC_URI[archive.sha256sum] = "91b98051f352fab8a6257688d6b2fd665b4648ed66144861f2f853ccf876d334" | ||
34 | |||
35 | do_configure_prepend () { | ||
36 | export GDK_PIXBUF_QUERYLOADERS="${libdir}/gdk-pixbuf-2.0/2.10.0/loaders" | ||
37 | } | ||
38 | |||
39 | PACKAGES =+ "librsvg-gtk librsvg-gtk-dbg librsvg-gtk-dev rsvg" | 35 | PACKAGES =+ "librsvg-gtk librsvg-gtk-dbg librsvg-gtk-dev rsvg" |
40 | FILES_${PN} = "${libdir}/*.so.*" | 36 | FILES_${PN} = "${libdir}/*.so.*" |
41 | FILES_${PN}-staticdev += "${libdir}/gdk-pixbuf-2.0/*.a ${libdir}/gdk-pixbuf-2.0/*/*/*.a \ | 37 | FILES_${PN}-staticdev += "${libdir}/gdk-pixbuf-2.0/*.a ${libdir}/gdk-pixbuf-2.0/*/*/*.a \ |