[oe-commits] [openembedded-core] 47/59: librsvg: provide RECIPE_NO_UPDATE_REASON

git at git.openembedded.org git at git.openembedded.org
Sat Feb 24 10:37:06 UTC 2018


This is an automated email from the git hooks/post-receive script.

rpurdie pushed a commit to branch master
in repository openembedded-core.

commit 8eaa38ce7d16478710a73a72ef3dfdd2ba105d8e
Author: Maxin B. John <maxin.john at intel.com>
AuthorDate: Tue Feb 20 17:44:04 2018 +0200

    librsvg: provide RECIPE_NO_UPDATE_REASON
    
    Rustification of librsvg from version 2.41.0 onwards creates the need
    for Rust compiler to build it. We need to push the upgrade of
    librsvg until we have Rust support in oe-core.
    
    Signed-off-by: Maxin B. John <maxin.john at intel.com>
    Signed-off-by: Ross Burton <ross.burton at intel.com>
---
 meta/recipes-gnome/librsvg/librsvg_2.40.20.bb | 2 ++
 1 file changed, 2 insertions(+)

diff --git a/meta/recipes-gnome/librsvg/librsvg_2.40.20.bb b/meta/recipes-gnome/librsvg/librsvg_2.40.20.bb
index cd44530..cf17730 100644
--- a/meta/recipes-gnome/librsvg/librsvg_2.40.20.bb
+++ b/meta/recipes-gnome/librsvg/librsvg_2.40.20.bb
@@ -2,6 +2,8 @@ SUMMARY = "Library for rendering SVG files"
 HOMEPAGE = "http://ftp.gnome.org/pub/GNOME/sources/librsvg/"
 BUGTRACKER = "https://bugzilla.gnome.org/"
 
+RECIPE_NO_UPDATE_REASON = "Versions from 2.41.0 requires Rust compiler to build it"
+
 LICENSE = "LGPLv2+"
 LIC_FILES_CHKSUM = "file://COPYING;md5=94d55d512a9ba36caa9b7df079bae19f \
                     file://rsvg.h;beginline=3;endline=24;md5=20b4113c4909bbf0d67e006778302bc6"

-- 
To stop receiving notification emails like this one, please contact
the administrator of this repository.


More information about the Openembedded-commits mailing list