From mboxrd@z Thu Jan 1 00:00:00 1970 X-GM-THRID: 6768880775710375936 X-Received: by 2002:a19:ac45:: with SMTP id r5mr2479854lfc.131.1576074102641; Wed, 11 Dec 2019 06:21:42 -0800 (PST) X-BeenThere: isar-users@googlegroups.com Received: by 2002:a19:c507:: with SMTP id w7ls218743lfe.1.gmail; Wed, 11 Dec 2019 06:21:42 -0800 (PST) X-Google-Smtp-Source: APXvYqz4+spf955Sj1hS2OMdoIt2H0K3He9dabsyPhCPunsD+Fqwe3v0R/JPcQ81EOpfDl8POh5R X-Received: by 2002:ac2:5582:: with SMTP id v2mr2460287lfg.183.1576074102117; Wed, 11 Dec 2019 06:21:42 -0800 (PST) ARC-Seal: i=1; a=rsa-sha256; t=1576074102; cv=none; d=google.com; s=arc-20160816; b=QkNf44fXKv9LjTD6/AHeiD26FzJAzhxC+yxTG5y5uAFYnn3vOrPBYggySX3iUcwfu9 WyppHfsktVYR8EKibHt3MIDQtHO41RQpOu74TuqZnoeS0aWMjgQ427BBHP/ouIyJEt45 ahdwdShT5T6MR7GYWvzCwLeW7BzxdZvnsoqBVwNZ4ObBwbL63cGB9WmCAs2Fbxg/pbed t6EzekILxMJB5c4pZdYH5Yg8XifOrVrZhwyCNaA+CgAAr0BvIp58hxvRFWsUerdH3FCZ GnzO6JAKByw51B/ljoSFxDJmjlXE8SPzA9nPanlHMyh9a0883HMNdkfWQf/aZ4wIRy3R j4pg== ARC-Message-Signature: i=1; a=rsa-sha256; c=relaxed/relaxed; d=google.com; s=arc-20160816; h=user-agent:in-reply-to:content-disposition:mime-version:references :mail-followup-to:message-id:subject:to:from:date; bh=UcarbwS5XiDmn2+xRt9PH0xu02xu6cL3GmpqO7j3TKs=; b=qK3KaSwLEGS2yLuLnScRTRDwpYVd+bGD3Aaw+XiBXsRsJK1LK/tklLPdPWfFGJVBA1 q6HP7xkx4W7RmB+8zTyqNj+RcA64UPd3Q/D4FbfxJkH2irqb2tsSKkHQ9MHEZL4HR/n5 AMDT2m7MjkC/mLAtjwi09qONysiWNylQi//5VTx4marlyxtHdB4/ykKDUCyWbGskZ40o IMlNgc6jfFPSDUMy9kV1q0ThYKRB/e7Fdu0AsqzYd3NUtBJVHy7syp3XKdMeTUEpNuUM zqbG4jHCuS8nncEgpLXRmQe7e8DoZymfjrAhUdnko5vUfOYZkKQgteqrNcfhuY4sKyLW RVsw== ARC-Authentication-Results: i=1; gmr-mx.google.com; spf=neutral (google.com: 85.214.156.166 is neither permitted nor denied by best guess record for domain of ibr@radix50.net) smtp.mailfrom=ibr@radix50.net Return-Path: Received: from shymkent.ilbers.de (shymkent.ilbers.de. [85.214.156.166]) by gmr-mx.google.com with ESMTPS id j30si118386lfp.5.2019.12.11.06.21.41 for (version=TLS1_2 cipher=ECDHE-RSA-CHACHA20-POLY1305 bits=256/256); Wed, 11 Dec 2019 06:21:41 -0800 (PST) Received-SPF: neutral (google.com: 85.214.156.166 is neither permitted nor denied by best guess record for domain of ibr@radix50.net) client-ip=85.214.156.166; Authentication-Results: gmr-mx.google.com; spf=neutral (google.com: 85.214.156.166 is neither permitted nor denied by best guess record for domain of ibr@radix50.net) smtp.mailfrom=ibr@radix50.net Received: from yssyq.m.ilbers.de (host-80-81-17-52.static.customer.m-online.net [80.81.17.52]) (authenticated bits=0) by shymkent.ilbers.de (8.15.2/8.15.2/Debian-8) with ESMTPSA id xBBELdFR011970 (version=TLSv1.2 cipher=ECDHE-RSA-AES256-GCM-SHA384 bits=256 verify=NOT) for ; Wed, 11 Dec 2019 15:21:40 +0100 Date: Wed, 11 Dec 2019 15:21:39 +0100 From: Baurzhan Ismagulov To: isar-users Subject: Re: [PATCH 6/6] patch: Replace custom implementation with OE-core solution Message-ID: <20191211142139.6xe6ot7lwnqrxrow@yssyq.m.ilbers.de> Mail-Followup-To: isar-users References: MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: User-Agent: NeoMutt/20180716 X-Spam-Status: No, score=-1.0 required=5.0 tests=ALL_TRUSTED,URIBL_BLOCKED autolearn=unavailable autolearn_force=no version=3.4.2 X-Spam-Checker-Version: SpamAssassin 3.4.2 (2018-09-13) on shymkent.ilbers.de X-TUID: 7YWnJvSkQKwr On Tue, Dec 10, 2019 at 07:34:25PM +0100, Jan Kiszka wrote: > diff --git a/meta/lib/oe/patch.py b/meta/lib/oe/patch.py ... > +def should_apply(parm, d): ... > + if "minver" in parm: > + pv = d.getVar('PV') > + if bb.utils.vercmp_string_op(pv, parm["minver"], "<"): > + return False, "applies to later version" > + > + return True, None > + Applying: patch: Replace custom implementation with OE-core solution .git/rebase-apply/patch:478: trailing whitespace. .git/rebase-apply/patch:1167: new blank line at EOF. + warning: 2 lines add whitespace errors. Will have a look at the other patches. If there is nothing else, I could fix this one in my branch. With kind regards, Baurzhan.