From patchwork Mon Dec 18 14:47:24 2023 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-Patchwork-Submitter: "Mittal, Anuj" X-Patchwork-Id: 36549 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 E13F2C35274 for ; Mon, 18 Dec 2023 14:47:45 +0000 (UTC) Received: from mgamail.intel.com (mgamail.intel.com [198.175.65.11]) by mx.groups.io with SMTP id smtpd.web11.45511.1702910852353229137 for ; Mon, 18 Dec 2023 06:47:44 -0800 Authentication-Results: mx.groups.io; dkim=pass header.i=@intel.com header.s=Intel header.b=G5XFeWGo; spf=pass (domain: intel.com, ip: 198.175.65.11, mailfrom: anuj.mittal@intel.com) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/simple; d=intel.com; i=@intel.com; q=dns/txt; s=Intel; t=1702910864; x=1734446864; h=from:to:subject:date:message-id:in-reply-to:references: mime-version:content-transfer-encoding; bh=AG+12Eec9Zqc3hxHE6fIwe+Wr8tEKEGcneYj2PCsfR0=; b=G5XFeWGoPplBOWzfNHDQY8Cj4RQtbF/PAcBzSFBYzbYyVHv8tJabA2c/ YELSUA2jcda1qqX/9FVkXrLkG1O/+8PCmnZywuymOPAYIMVcT1SgWkR4O LF70DlTdusP/a986MdLxJwp+jt8D+fVyB43YXnVF/ILrG3JH0FuCi6i+7 r2CAfnycQ6pFk4X0UVi0G+sj53IbrlKKXuDPHkYoO28z1GxhHaf5PwmLt JuS/DuYr1ghhyf6tzHWnyhF+ASg+JMp225l3a3IY0yn3cC1ePlOwPtsV8 C9Vyl6hjIyWj3UDjRC6SLRBzGTfEl5CrH9sjtPIqotc+Zjyasyt5WWfW/ w==; X-IronPort-AV: E=McAfee;i="6600,9927,10928"; a="2350899" X-IronPort-AV: E=Sophos;i="6.04,285,1695711600"; d="scan'208";a="2350899" Received: from orviesa001.jf.intel.com ([10.64.159.141]) by orvoesa103.jf.intel.com with ESMTP/TLS/ECDHE-RSA-AES256-GCM-SHA384; 18 Dec 2023 06:47:44 -0800 X-ExtLoop1: 1 X-IronPort-AV: E=Sophos;i="6.04,285,1695711600"; d="scan'208";a="23802925" Received: from jsuah-mobl.gar.corp.intel.com (HELO anmitta2-mobl3.intel.com) ([10.215.240.31]) by smtpauth.intel.com with ESMTP/TLS/ECDHE-RSA-AES256-GCM-SHA384; 18 Dec 2023 06:47:43 -0800 From: Anuj Mittal To: openembedded-core@lists.openembedded.org Subject: [PATCH 9/9] enchant2: upgrade 2.6.2 -> 2.6.4 Date: Mon, 18 Dec 2023 22:47:24 +0800 Message-ID: <20231218144724.7794-9-anuj.mittal@intel.com> X-Mailer: git-send-email 2.43.0 In-Reply-To: <20231218144724.7794-1-anuj.mittal@intel.com> References: <20231218144724.7794-1-anuj.mittal@intel.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, 18 Dec 2023 14:47:45 -0000 X-Groupsio-URL: https://lists.openembedded.org/g/openembedded-core/message/192654 pkgdatadir is a versioned directory by default now so we don't need to pass it to EXTRA_OEMAKE. https://github.com/AbiWord/enchant/commit/6e4a8df5cbf80fd449f1857ac1065d3235f1139f Signed-off-by: Anuj Mittal --- .../enchant/{enchant2_2.6.2.bb => enchant2_2.6.4.bb} | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) rename meta/recipes-support/enchant/{enchant2_2.6.2.bb => enchant2_2.6.4.bb} (87%) diff --git a/meta/recipes-support/enchant/enchant2_2.6.2.bb b/meta/recipes-support/enchant/enchant2_2.6.4.bb similarity index 87% rename from meta/recipes-support/enchant/enchant2_2.6.2.bb rename to meta/recipes-support/enchant/enchant2_2.6.4.bb index 38d3245d203..431d02ea25a 100644 --- a/meta/recipes-support/enchant/enchant2_2.6.2.bb +++ b/meta/recipes-support/enchant/enchant2_2.6.4.bb @@ -12,14 +12,12 @@ DEPENDS = "glib-2.0 groff-native" inherit autotools pkgconfig github-releases SRC_URI = "${GITHUB_BASE_URI}/download/v${PV}/enchant-${PV}.tar.gz" -SRC_URI[sha256sum] = "6686a728e56e760f8dee09a22f0fb53b46ee9dbe7d64cf9e5bb35a658bff7e1d" +SRC_URI[sha256sum] = "833b4d5600dbe9ac867e543aac6a7a40ad145351495ca41223d4499d3ddbbd2c" GITHUB_BASE_URI = "https://github.com/AbiWord/enchant/releases" S = "${WORKDIR}/enchant-${PV}" -EXTRA_OEMAKE = "pkgdatadir=${datadir}/enchant-2" - PACKAGECONFIG ??= "aspell" PACKAGECONFIG[aspell] = "--with-aspell,--without-aspell,aspell,aspell" PACKAGECONFIG[hunspell] = "--with-hunspell,--without-hunspell,hunspell,hunspell"