mirror of
https://git.yoctoproject.org/poky
synced 2026-09-13 09:49:32 +02:00
librsvg: append SRC_URI after inherit
or else gnome.bbclass overrides SRC_URI and the patch is not applied at all. Signed-off-by: Kevin Tian <kevin.tian@intel.com>
This commit is contained in:
committed by
Richard Purdie
parent
108925753d
commit
9e87cbdd1e
@@ -8,13 +8,13 @@ LIC_FILES_CHKSUM = "file://COPYING;md5=94d55d512a9ba36caa9b7df079bae19f \
|
|||||||
|
|
||||||
SECTION = "x11/utils"
|
SECTION = "x11/utils"
|
||||||
DEPENDS = "gtk+ libcroco cairo libxml2 popt"
|
DEPENDS = "gtk+ libcroco cairo libxml2 popt"
|
||||||
PR = "r0"
|
PR = "r1"
|
||||||
|
|
||||||
SRC_URI += "file://doc_Makefile.patch"
|
inherit autotools pkgconfig gnome
|
||||||
|
|
||||||
EXTRA_OECONF = "--disable-mozilla-plugin --without-svgz --without-croco --disable-gnome-vfs"
|
EXTRA_OECONF = "--disable-mozilla-plugin --without-svgz --without-croco --disable-gnome-vfs"
|
||||||
|
|
||||||
inherit autotools pkgconfig gnome
|
SRC_URI += "file://doc_Makefile.patch"
|
||||||
|
|
||||||
do_configure_prepend () {
|
do_configure_prepend () {
|
||||||
echo "CLEANFILES=" > gtk-doc.make
|
echo "CLEANFILES=" > gtk-doc.make
|
||||||
|
|||||||
Reference in New Issue
Block a user