Message ID | 20250203232543.830904-2-simone.p.weiss@posteo.com |
---|---|
State | New |
Headers | show |
Series | [1/2] sassc, libsass: add recipes | expand |
On 3 Feb 2025, at 23:25, Simone Weiß via lists.openembedded.org <simone.p.weiss=posteo.com@lists.openembedded.org> wrote: > > From: Simone Weiß <simone.p.weiss@posteo.com> > > Add sassc-native as in libadwaita the handling wrt to pre build artifacts > changed and sassc is now needed. This seemed odd to me, and I just successfully did a build of 1.6.4 without sassc present. What was causing it to be needed for you? Thanks, Ross
On 18 Feb 2025, at 10:55, Ross Burton via lists.openembedded.org <ross.burton=arm.com@lists.openembedded.org> wrote: > > On 3 Feb 2025, at 23:25, Simone Weiß via lists.openembedded.org <simone.p.weiss=posteo.com@lists.openembedded.org> wrote: >> >> From: Simone Weiß <simone.p.weiss@posteo.com> >> >> Add sassc-native as in libadwaita the handling wrt to pre build artifacts >> changed and sassc is now needed. > > This seemed odd to me, and I just successfully did a build of 1.6.4 without sassc present. What was causing it to be needed for you? Ignore this, my test was flawed. Ross
diff --git a/meta/recipes-gnome/libadwaita/libadwaita_1.6.2.bb b/meta/recipes-gnome/libadwaita/libadwaita_1.6.4.bb similarity index 86% rename from meta/recipes-gnome/libadwaita/libadwaita_1.6.2.bb rename to meta/recipes-gnome/libadwaita/libadwaita_1.6.4.bb index d24025acd0..a8cf642ff0 100644 --- a/meta/recipes-gnome/libadwaita/libadwaita_1.6.2.bb +++ b/meta/recipes-gnome/libadwaita/libadwaita_1.6.4.bb @@ -6,11 +6,12 @@ LIC_FILES_CHKSUM = "file://COPYING;md5=4fbd65380cdd255951079008b364516c" DEPENDS = " \ gtk4 \ appstream \ + sassc-native \ " inherit gnomebase gobject-introspection gi-docgen vala features_check -SRC_URI[archive.sha256sum] = "7542f8354e6808dd4e9a31551bbdfc0170735e4af4d1b3e69186500ccb9c01eb" +SRC_URI[archive.sha256sum] = "1011a5a93dc3b87e82da19910d7fab01a3b9d7fcb0b09751babb476eedb3d9a3" ANY_OF_DISTRO_FEATURES = "${GTK3DISTROFEATURES}" REQUIRED_DISTRO_FEATURES = "opengl"