From patchwork Wed Aug 23 12:19:54 2023 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-Patchwork-Submitter: Markus Volk X-Patchwork-Id: 29317 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 DD041EE4993 for ; Wed, 23 Aug 2023 12:20:16 +0000 (UTC) Received: from mailout07.t-online.de (mailout07.t-online.de [194.25.134.83]) by mx.groups.io with SMTP id smtpd.web11.10032.1692793212471877137 for ; Wed, 23 Aug 2023 05:20:12 -0700 Authentication-Results: mx.groups.io; dkim=none (message not signed); spf=none, err=SPF record not found (domain: t-online.de, ip: 194.25.134.83, mailfrom: f_l_k@t-online.de) Received: from fwd70.aul.t-online.de (fwd70.aul.t-online.de [10.223.144.96]) by mailout07.t-online.de (Postfix) with SMTP id D43621B741 for ; Wed, 23 Aug 2023 14:20:10 +0200 (CEST) Received: from intel-corei7-64.fritz.box ([84.154.170.236]) by fwd70.t-online.de with (TLSv1.3:TLS_AES_256_GCM_SHA384 encrypted) esmtp id 1qYmqH-0tEM2k0; Wed, 23 Aug 2023 14:20:10 +0200 From: Markus Volk To: openembedded-devel@lists.openembedded.org Subject: [meta-oe][PATCH 2/5] libcacard: add recipe Date: Wed, 23 Aug 2023 14:19:54 +0200 Message-ID: <20230823121957.5626-2-f_l_k@t-online.de> X-Mailer: git-send-email 2.41.0 In-Reply-To: <20230823121957.5626-1-f_l_k@t-online.de> References: <20230823121957.5626-1-f_l_k@t-online.de> MIME-Version: 1.0 X-TOI-EXPURGATEID: 150726::1692793210-7D1FCE98-29CBB61D/0/0 CLEAN NORMAL X-TOI-MSGID: 8e6b4b33-25f8-41a7-9d43-08ff86d8afb9 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 ; Wed, 23 Aug 2023 12:20:16 -0000 X-Groupsio-URL: https://lists.openembedded.org/g/openembedded-devel/message/104542 libcacard is a library that adds smartcard support to qemu and/or spice Signed-off-by: Markus Volk --- .../recipes-support/spice/libcacard_2.8.1.bb | 13 +++++++++++++ 1 file changed, 13 insertions(+) create mode 100644 meta-networking/recipes-support/spice/libcacard_2.8.1.bb diff --git a/meta-networking/recipes-support/spice/libcacard_2.8.1.bb b/meta-networking/recipes-support/spice/libcacard_2.8.1.bb new file mode 100644 index 0000000000..c81322e680 --- /dev/null +++ b/meta-networking/recipes-support/spice/libcacard_2.8.1.bb @@ -0,0 +1,13 @@ +SUMMARY = "This library provides emulation of smart cards to a virtual card reader running in a guest virtual machine." +LICENSE = "LGPL-2.1-or-later" +LIC_FILES_CHKSUM = "file://COPYING;md5=79ffa0ec772fa86740948cb7327a0cc7" + +DEPENDS = "glib-2.0 pcsc-lite nss" + +SRCREV = "7b07684ea6698d4885ff2062350ad8798a04de42" + +SRC_URI = "git://gitlab.freedesktop.org/spice/libcacard.git;protocol=https;branch=master" + +S = "${WORKDIR}/git" + +inherit meson pkgconfig