diff options
author | Alexander Kanavin <alex.kanavin@gmail.com> | 2021-10-10 21:09:59 +0200 |
---|---|---|
committer | Richard Purdie <richard.purdie@linuxfoundation.org> | 2021-10-14 11:48:45 +0100 |
commit | a83dc97c7b669b5e37c4973b67a5906569894b7a (patch) | |
tree | 831961d97db38b50f2261a797275199542fd3a32 /meta/recipes-gnome | |
parent | 2ff9a053acf9fa9b507d3c80596d20a0f3d064cd (diff) | |
download | poky-a83dc97c7b669b5e37c4973b67a5906569894b7a.tar.gz |
librsvg: do not enable nativesdk
rust is not currently available for nativesdk builds:
WARNING: Nothing PROVIDES 'nativesdk-libstd-rs' (but virtual:nativesdk:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-gnome/librsvg/librsvg_2.52.0.bb DEPENDS on or otherwise requires it). Close matches:
WARNING: Nothing PROVIDES 'virtual/nativesdk-x86_64-pokysdk-linux-rust' (but virtual:nativesdk:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-gnome/librsvg/librsvg_2.52.0.bb DEPENDS on or otherwise requires it). Close matches:
(From OE-Core rev: 67dd505c4292cc526da6bea2be5d5d2a497cd30c)
Signed-off-by: Alexander Kanavin <alex.kanavin@gmail.com>
Signed-off-by: Alexandre Belloni <alexandre.belloni@bootlin.com>
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
Diffstat (limited to 'meta/recipes-gnome')
-rw-r--r-- | meta/recipes-gnome/librsvg/librsvg_2.52.0.bb | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/meta/recipes-gnome/librsvg/librsvg_2.52.0.bb b/meta/recipes-gnome/librsvg/librsvg_2.52.0.bb index 4e3febc6a2..acd0310139 100644 --- a/meta/recipes-gnome/librsvg/librsvg_2.52.0.bb +++ b/meta/recipes-gnome/librsvg/librsvg_2.52.0.bb | |||
@@ -12,7 +12,7 @@ LIC_FILES_CHKSUM = "file://COPYING.LIB;md5=4fbd65380cdd255951079008b364516c \ | |||
12 | 12 | ||
13 | SECTION = "x11/utils" | 13 | SECTION = "x11/utils" |
14 | DEPENDS = "cairo gdk-pixbuf glib-2.0 libcroco libxml2 pango" | 14 | DEPENDS = "cairo gdk-pixbuf glib-2.0 libcroco libxml2 pango" |
15 | BBCLASSEXTEND = "native nativesdk" | 15 | BBCLASSEXTEND = "native" |
16 | 16 | ||
17 | inherit gnomebase gtk-doc pixbufcache upstream-version-is-even gobject-introspection rust | 17 | inherit gnomebase gtk-doc pixbufcache upstream-version-is-even gobject-introspection rust |
18 | 18 | ||