From patchwork Mon Feb 3 23:25:42 2025 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 8bit X-Patchwork-Submitter: =?utf-8?q?Simone_Wei=C3=9F?= X-Patchwork-Id: 56601 Return-Path: X-Spam-Checker-Version: SpamAssassin 3.4.0 (2014-02-07) on aws-us-west-2-korg-lkml-1.web.codeaurora.org Received: from aws-us-west-2-korg-lkml-1.web.codeaurora.org (localhost.localdomain [127.0.0.1]) by smtp.lore.kernel.org (Postfix) with ESMTP id F0576C02193 for ; Mon, 3 Feb 2025 23:26:03 +0000 (UTC) Received: from mout02.posteo.de (mout02.posteo.de [185.67.36.66]) by mx.groups.io with SMTP id smtpd.web10.103512.1738625160810311433 for ; Mon, 03 Feb 2025 15:26:01 -0800 Authentication-Results: mx.groups.io; dkim=fail reason="dkim: body hash did not verify" header.i=@posteo.com header.s=2017 header.b=m0VcHd7x; spf=pass (domain: posteo.com, ip: 185.67.36.66, mailfrom: simone.p.weiss@posteo.com) Received: from submission (posteo.de [185.67.36.169]) by mout02.posteo.de (Postfix) with ESMTPS id BA4D5240101 for ; Tue, 4 Feb 2025 00:25:58 +0100 (CET) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/simple; d=posteo.com; s=2017; t=1738625158; bh=QPsmdEw7EufnsRwGJcAC5vN1SkRyzx5AsoeI6IJPRmQ=; h=From:To:Cc:Subject:Date:Message-Id:MIME-Version:Content-Type: Content-Transfer-Encoding:From; b=m0VcHd7xFvyDDfgEp/B4IHBdMiGOY91AztDhMt8/96stjbMmqlgIHqteetijscmQo UDJinDlcFKMfPaBONBmkiL/E2ajFTfr92oCXcMLQ5sZDHIdmd4/Wx58el32tILHjsD G4lUG54+p2MTg2z1xS8IOD7wKXT2bSavhDmCunbj+U6Wjbx6MwBVZ0jJCMpkMJ2jCb coVshv+7IKn4B5B8js/lRjcGYKkyqaJV23mslZa2cxSdF1dzlUKkgLnXiuMu2k6nzs OLyO7gxgA/88+MgVp9ZheI45VkQ1+EbKRywnr2XP01jkbk2e1eAPSkhMNq3pwiuuxU 7nLjgnEbZbJLw== Received: from customer (localhost [127.0.0.1]) by submission (posteo.de) with ESMTPSA id 4Yn2gB0PZBz9rxD; Tue, 4 Feb 2025 00:25:57 +0100 (CET) From: simone.p.weiss@posteo.com To: openembedded-core@lists.openembedded.org Cc: =?utf-8?q?Simone_Wei=C3=9F?= Subject: [PATCH 1/2] sassc, libsass: add recipes Date: Mon, 3 Feb 2025 23:25:42 +0000 Message-Id: <20250203232543.830904-1-simone.p.weiss@posteo.com> MIME-Version: 1.0 List-Id: X-Webhook-Received: from li982-79.members.linode.com [45.33.32.79] by aws-us-west-2-korg-lkml-1.web.codeaurora.org with HTTPS for ; Mon, 03 Feb 2025 23:26:03 -0000 X-Groupsio-URL: https://lists.openembedded.org/g/openembedded-core/message/210741 From: Simone Weiß Those have been in meta-oe, but are needed for libadwaita upgrade. Also updates libsass to newest version. I can take care of those recipes for now. Signed-off-by: Simone Weiß --- meta/conf/distro/include/maintainers.inc | 4 +++- meta/recipes-support/sass/libsass_git.bb | 14 ++++++++++++++ meta/recipes-support/sass/sassc_git.bb | 15 +++++++++++++++ 3 files changed, 32 insertions(+), 1 deletion(-) create mode 100644 meta/recipes-support/sass/libsass_git.bb create mode 100644 meta/recipes-support/sass/sassc_git.bb diff --git a/meta/conf/distro/include/maintainers.inc b/meta/conf/distro/include/maintainers.inc index 6e3cb54a1f..294471efe2 100644 --- a/meta/conf/distro/include/maintainers.inc +++ b/meta/conf/distro/include/maintainers.inc @@ -308,7 +308,7 @@ RECIPE_MAINTAINER:pn-lame = "Michael Opdenacker " RECIPE_MAINTAINER:pn-ldconfig-native = "Khem Raj " RECIPE_MAINTAINER:pn-less = "Yi Zhao " RECIPE_MAINTAINER:pn-libacpi = "Anuj Mittal " -RECIPE_MAINTAINER:pn-libadwaita = "Unassigned " +RECIPE_MAINTAINER:pn-libadwaita = "Simone Weiß " RECIPE_MAINTAINER:pn-libaio = "Unassigned " RECIPE_MAINTAINER:pn-libarchive = "Otavio Salvador " RECIPE_MAINTAINER:pn-libassuan = "Unassigned " @@ -383,6 +383,7 @@ RECIPE_MAINTAINER:pn-librepo = "Wang Mingyu " RECIPE_MAINTAINER:pn-librsvg = "Anuj Mittal " RECIPE_MAINTAINER:pn-libstd-rs = "Randy MacLeod " RECIPE_MAINTAINER:pn-libsamplerate0 = "Unassigned " +RECIPE_MAINTAINER:pn-libsass = "Simone Weiß " RECIPE_MAINTAINER:pn-libsdl2 = "Yi Zhao " RECIPE_MAINTAINER:pn-libseccomp = "Simone Weiß " RECIPE_MAINTAINER:pn-libsecret = "Unassigned " @@ -752,6 +753,7 @@ RECIPE_MAINTAINER:pn-rust = "Randy MacLeod " RECIPE_MAINTAINER:pn-rust-cross-canadian-${TRANSLATED_TARGET_ARCH} = "Randy MacLeod " RECIPE_MAINTAINER:pn-rust-llvm = "Randy MacLeod " RECIPE_MAINTAINER:pn-rxvt-unicode = "Unassigned " +RECIPE_MAINTAINER:pn-sassc = "Simone Weiß " RECIPE_MAINTAINER:pn-sato-screenshot = "Ross Burton " RECIPE_MAINTAINER:pn-sato-icon-theme = "Richard Purdie " RECIPE_MAINTAINER:pn-sbc = "Unassigned " diff --git a/meta/recipes-support/sass/libsass_git.bb b/meta/recipes-support/sass/libsass_git.bb new file mode 100644 index 0000000000..295a2b059f --- /dev/null +++ b/meta/recipes-support/sass/libsass_git.bb @@ -0,0 +1,14 @@ +SUMMARY = "C/C++ port of the Sass CSS precompiler" +HOMEPAGE = "http://sass-lang.com/libsass" +LICENSE = "MIT" +LIC_FILES_CHKSUM = "file://COPYING;md5=8f34396ca205f5e119ee77aae91fa27d" + +inherit autotools + +SRC_URI = "git://github.com/sass/libsass.git;branch=master;protocol=https" +SRCREV = "f6afdbb9288d20d1257122e71d88e53348a53af3" +PV = "3.6.6" + +S = "${WORKDIR}/git" + +BBCLASSEXTEND = "native" diff --git a/meta/recipes-support/sass/sassc_git.bb b/meta/recipes-support/sass/sassc_git.bb new file mode 100644 index 0000000000..b52fc9de75 --- /dev/null +++ b/meta/recipes-support/sass/sassc_git.bb @@ -0,0 +1,15 @@ +SUMMARY = "libsass command line driver " +HOMEPAGE = "https://sass-lang.com/libsass/" +LICENSE = "MIT" +LIC_FILES_CHKSUM = "file://LICENSE;md5=2f8a76980411a3f1f1480b141ce06744" + +DEPENDS = "libsass" + +inherit autotools pkgconfig + +SRC_URI = "git://github.com/sass/sassc.git;branch=master;protocol=https" +SRCREV = "66f0ef37e7f0ad3a65d2f481eff09d09408f42d0" +S = "${WORKDIR}/git" +PV = "3.6.2" + +BBCLASSEXTEND = "native"