From mboxrd@z Thu Jan 1 00:00:00 1970 X-GM-THRID: 7000665811440369664 X-Received: by 2002:adf:8064:: with SMTP id 91mr2693776wrk.252.1629969526486; Thu, 26 Aug 2021 02:18:46 -0700 (PDT) X-BeenThere: isar-users@googlegroups.com Received: by 2002:a5d:6251:: with SMTP id m17ls6317671wrv.1.gmail; Thu, 26 Aug 2021 02:18:45 -0700 (PDT) X-Google-Smtp-Source: ABdhPJw9tc23eh22tVZ4HDyREeEaGP+9lfxuM3aC+h1PikMcKKYWlCMjqTBokyO+QFnhWPLY2V1V X-Received: by 2002:a5d:6c6a:: with SMTP id r10mr2775422wrz.380.1629969525436; Thu, 26 Aug 2021 02:18:45 -0700 (PDT) ARC-Seal: i=1; a=rsa-sha256; t=1629969525; cv=none; d=google.com; s=arc-20160816; b=sraTobiEanYSoVdfszza+DLJsrkR79jUrJ6U3GvQazajv4dwNbeY0NqBFsrwhAVrIE +lrqK3YjpHPMQ9HcX1h1/r2NYdCv+NR3Bk0giYgqEpj/UsrI1ucFc/C5I7rkwhfl1Ihn MonNyM4vDxzCKuAOHgd5FVzA4Tq2WJW0panOfZrVQy366jxa5W0lZ7nsA7yU6qQlz+Ap 6Mv9fP13cWKB43nzeQ1BvNnJ69CCbVfHLfrqUzZoub5omUubGZNami+5NvsmTtthXGeD dWpkiYafO3NmFnR8Sv69mvM3/Q5PX2q0Lx6YS/yRhl10uDwmKMaN2ckPGKRzS3Zg/cF1 ytOA== ARC-Message-Signature: i=1; a=rsa-sha256; c=relaxed/relaxed; d=google.com; s=arc-20160816; h=content-transfer-encoding:content-language:mime-version:user-agent :date:message-id:cc:to:subject:from; bh=kQeZ3b+KulRwICkiyOv8OyOENKdMvqVwqPqPJ1mInhk=; b=TqsbbZYKy2wzkHS+5a+4VnI6QEgttlHEmgD6fLYVrgx9oLhRa26ma6DInsagfsuWYl rNIx9kuAn77p1rM0/14h23nP3YZbjwnbSh7E5LKuLKvuFOLGu3fFaEBV81QgGnEM32wb U9zaJJoEZSe0Ul3BCvqYoeR8n9S+05bAClexyAI8pttWNRV+eFdguhSJzGLpw+20n79Y SxQ8572KO5pa2QiNu+SFGBDgiFr6CHvpXPxjklwucAK29sZvYQiqfGHMXVr22yPBbjWi ZByWlO2eC5ur42/3bLon9iFVTG6if12geUSf4XczOmS7pzAdUcye+JeZLkoVfa+FdmYv F7ig== ARC-Authentication-Results: i=1; gmr-mx.google.com; spf=pass (google.com: domain of jan.kiszka@siemens.com designates 192.35.17.14 as permitted sender) smtp.mailfrom=jan.kiszka@siemens.com; dmarc=pass (p=NONE sp=NONE dis=NONE) header.from=siemens.com Return-Path: Received: from david.siemens.de (david.siemens.de. [192.35.17.14]) by gmr-mx.google.com with ESMTPS id u2si205764wro.0.2021.08.26.02.18.45 for (version=TLS1_2 cipher=ECDHE-ECDSA-AES128-GCM-SHA256 bits=128/128); Thu, 26 Aug 2021 02:18:45 -0700 (PDT) Received-SPF: pass (google.com: domain of jan.kiszka@siemens.com designates 192.35.17.14 as permitted sender) client-ip=192.35.17.14; Authentication-Results: gmr-mx.google.com; spf=pass (google.com: domain of jan.kiszka@siemens.com designates 192.35.17.14 as permitted sender) smtp.mailfrom=jan.kiszka@siemens.com; dmarc=pass (p=NONE sp=NONE dis=NONE) header.from=siemens.com Received: from mail2.sbs.de (mail2.sbs.de [192.129.41.66]) by david.siemens.de (8.15.2/8.15.2) with ESMTPS id 17Q9IirC009878 (version=TLSv1.2 cipher=DHE-RSA-AES256-GCM-SHA384 bits=256 verify=OK) for ; Thu, 26 Aug 2021 11:18:45 +0200 Received: from [167.87.32.3] ([167.87.32.3]) by mail2.sbs.de (8.15.2/8.15.2) with ESMTP id 17Q9Ii0x026259; Thu, 26 Aug 2021 11:18:44 +0200 From: Jan Kiszka Subject: [PATCH] libubootenv: Update to 0.3-3 to avoid debug outputs in the lib To: isar-users Cc: "Schilling, Benjamin (MO MM VT)" Message-ID: <1909228b-8e0f-c0c5-45da-da22fa554da1@siemens.com> Date: Thu, 26 Aug 2021 11:18:44 +0200 User-Agent: Mozilla/5.0 (X11; Linux x86_64; rv:78.0) Gecko/20100101 Thunderbird/78.12.0 MIME-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Language: en-US Content-Transfer-Encoding: 7bit X-TUID: evIJTnfdPncT From: Jan Kiszka Includes the fix for https://bugs.debian.org/cgi-bin/bugreport.cgi?bug=985948. Align the recipe version to the package version as this chance. Reported-by: Benjamin Schilling Signed-off-by: Jan Kiszka --- .../libubootenv/{libubootenv_0.3.1.bb => libubootenv_0.3-3.bb} | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) rename meta/recipes-bsp/libubootenv/{libubootenv_0.3.1.bb => libubootenv_0.3-3.bb} (92%) diff --git a/meta/recipes-bsp/libubootenv/libubootenv_0.3.1.bb b/meta/recipes-bsp/libubootenv/libubootenv_0.3-3.bb similarity index 92% rename from meta/recipes-bsp/libubootenv/libubootenv_0.3.1.bb rename to meta/recipes-bsp/libubootenv/libubootenv_0.3-3.bb index 6027f8c..68a5500 100644 --- a/meta/recipes-bsp/libubootenv/libubootenv_0.3.1.bb +++ b/meta/recipes-bsp/libubootenv/libubootenv_0.3-3.bb @@ -15,7 +15,7 @@ PROVIDES = "libubootenv-tool libubootenv-dev libubootenv-doc libubootenv0.1" inherit dpkg-gbp SRC_URI = "git://salsa.debian.org/debian/libubootenv.git;protocol=https" -SRCREV = "918da2525ce711700633ad69ea9b7e569b7abdbc" +SRCREV = "a1a3504e5cda1883928a8747a0bedc56afff6910" S = "${WORKDIR}/git" -- 2.31.1