From patchwork Mon Aug 15 17:14:27 2022 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 8bit X-Patchwork-Submitter: Arne Fitzenreiter X-Patchwork-Id: 5863 Return-Path: Received: from mail01.ipfire.org (mail01.haj.ipfire.org [172.28.1.202]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature ECDSA (P-384) server-digest SHA384 client-signature ECDSA (P-384) client-digest SHA384) (Client CN "mail01.haj.ipfire.org", Issuer "R3" (verified OK)) by web04.haj.ipfire.org (Postfix) with ESMTPS id 4M619h4p7xz3wfH for ; Mon, 15 Aug 2022 17:14:48 +0000 (UTC) Received: from mail02.haj.ipfire.org (mail02.haj.ipfire.org [172.28.1.201]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature ECDSA (P-384) server-digest SHA384 client-signature ECDSA (P-384) client-digest SHA384) (Client CN "mail02.haj.ipfire.org", Issuer "R3" (verified OK)) by mail01.ipfire.org (Postfix) with ESMTPS id 4M619f1fcrz1Zb; Mon, 15 Aug 2022 17:14:46 +0000 (UTC) Received: from mail02.haj.ipfire.org (localhost [127.0.0.1]) by mail02.haj.ipfire.org (Postfix) with ESMTP id 4M619f01ybz2yK8; Mon, 15 Aug 2022 17:14:46 +0000 (UTC) Received: from mail01.ipfire.org (mail01.haj.ipfire.org [172.28.1.202]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature ECDSA (P-384) server-digest SHA384 client-signature ECDSA (P-384) client-digest SHA384) (Client CN "mail01.haj.ipfire.org", Issuer "R3" (verified OK)) by mail02.haj.ipfire.org (Postfix) with ESMTPS id 4M619d0fqJz2xR4 for ; Mon, 15 Aug 2022 17:14:45 +0000 (UTC) Received: from [127.0.0.1] (localhost [127.0.0.1]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature ECDSA (P-384) server-digest SHA384) (No client certificate requested) by mail01.ipfire.org (Postfix) with ESMTPSA id 4M619b5r1pz1Zb; Mon, 15 Aug 2022 17:14:43 +0000 (UTC) DKIM-Signature: v=1; a=ed25519-sha256; c=relaxed/relaxed; d=ipfire.org; s=202003ed25519; t=1660583684; h=from:from:reply-to:subject:subject:date:date:message-id:message-id: to:to:cc:cc:mime-version:mime-version: content-transfer-encoding:content-transfer-encoding; bh=PqcpIAUJjzZd0yfaDNaHzW2bjyhkBbyWzbth2jfp/bE=; b=PFBh8S0o7bXY0aB6ImU8qxuAoiQ5jw0c5c+zmS7h10z+AQA8Q6V6Yfa1q6r/6eqT/mw3nb ESzNN5nZa/IgqeDQ== DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=ipfire.org; s=202003rsa; t=1660583684; h=from:from:reply-to:subject:subject:date:date:message-id:message-id: to:to:cc:cc:mime-version:mime-version: content-transfer-encoding:content-transfer-encoding; bh=PqcpIAUJjzZd0yfaDNaHzW2bjyhkBbyWzbth2jfp/bE=; b=GV6MWAcPyyF4B8GDyZKlmJkwdm++v113xHVslTpfT2wg+xL7bTct/PYB4HR1doe+9wdkVk h8dgd5i0dhzDUnkHYGI9WfG598yz2iddIjgaJHDFq0tk6oqWPoWST1Cs+3DNHyn2bqUGGJ evRUpQ/H6uGluyEP1FWOHdK4Rk6tFDfwH7DDs28K3onSPYfyWw9kVBcfYYE2ii5u+daNhK qLtVnsXEHa8WMuL3Uo7gmuf0tIk+juraBtGZOXo8ZGyCPyxD5o5kYmowmcLEXnZK2KeFux uBJUXxm0DJZ7sme3MmUfzyZimXMAZXtkhEz21lHlFc50LivGW5KLyHk+GFxBsA== From: Arne Fitzenreiter To: development@lists.ipfire.org Subject: [PATCH] qemu: add alsa to dependency list Date: Mon, 15 Aug 2022 19:14:27 +0200 Message-Id: <20220815171427.3487-1-arne_f@ipfire.org> MIME-Version: 1.0 X-BeenThere: development@lists.ipfire.org X-Mailman-Version: 2.1.29 Precedence: list List-Id: IPFire development talk List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Cc: Arne Fitzenreiter Errors-To: development-bounces@lists.ipfire.org Sender: "Development" qemu now links against libasound.so.2 so it need alsa to run. fixes: #12911 Signed-off-by: Arne Fitzenreiter Reviewed-by: Peter Müller --- lfs/qemu | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/lfs/qemu b/lfs/qemu index 1edab05d1..cf31c4622 100644 --- a/lfs/qemu +++ b/lfs/qemu @@ -35,9 +35,9 @@ DL_FROM = $(URL_IPFIRE) DIR_APP = $(DIR_SRC)/$(THISAPP) TARGET = $(DIR_INFO)/$(THISAPP) PROG = qemu -PAK_VER = 33 +PAK_VER = 34 -DEPS = libusbredir spice libseccomp +DEPS = alsa libusbredir spice libseccomp SERVICES =