From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from cpanel7.indieserve.net (cpanel7.indieserve.net [199.212.143.8]) by mx.groups.io with SMTP id smtpd.web12.6473.1588681162877339686 for ; Tue, 05 May 2020 05:19:23 -0700 Authentication-Results: mx.groups.io; dkim=missing; spf=pass (domain: crashcourse.ca, ip: 199.212.143.8, mailfrom: rpjday@crashcourse.ca) Received: from cpeac202e043973-cmac202e043970.sdns.net.rogers.com ([174.114.100.179]:56382 helo=localhost.localdomain) by cpanel7.indieserve.net with esmtpsa (TLS1.2) tls TLS_ECDHE_RSA_WITH_AES_256_GCM_SHA384 (Exim 4.93) (envelope-from ) id 1jVwXg-00GS3o-Tb for openembedded-core@lists.openembedded.org; Tue, 05 May 2020 08:19:21 -0400 Date: Tue, 5 May 2020 08:19:18 -0400 (EDT) From: "Robert P. J. Day" X-X-Sender: rpjday@localhost.localdomain To: openembedded-core@lists.openembedded.org Subject: Re: [OE-core] superfluous usage of "INC_PR" in oe-core? In-Reply-To: <0f91729190f8b3c6ad5f07eea053635450a2197b.camel@linuxfoundation.org> Message-ID: References: <0f91729190f8b3c6ad5f07eea053635450a2197b.camel@linuxfoundation.org> MIME-Version: 1.0 X-OutGoing-Spam-Status: No, score=-1.0 X-AntiAbuse: This header was added to track abuse, please include it with any abuse report X-AntiAbuse: Primary Hostname - cpanel7.indieserve.net X-AntiAbuse: Original Domain - lists.openembedded.org X-AntiAbuse: Originator/Caller UID/GID - [47 12] / [47 12] X-AntiAbuse: Sender Address Domain - crashcourse.ca X-Get-Message-Sender-Via: cpanel7.indieserve.net: authenticated_id: rpjday+crashcourse.ca/only user confirmed/virtual account not confirmed X-Authenticated-Sender: cpanel7.indieserve.net: rpjday@crashcourse.ca X-Source: X-Source-Args: X-Source-Dir: Content-Type: text/plain; charset=US-ASCII On Tue, 5 May 2020, Richard Purdie wrote: > On Sun, 2020-05-03 at 13:07 -0400, Robert P. J. Day wrote: > > given my understanding of the rationale for INC_PR, it would seem > > as > > if at least *some* of these assignments are superfluous: > > > > recipes-connectivity/connman/connman.inc:INC_PR = "r20" > > recipes-graphics/xorg-driver/xorg-driver-common.inc:INC_PR = "r21" > > recipes-graphics/xorg-xserver/xserver-xorg.inc:INC_PR = "r8" > > recipes-graphics/xorg-font/font-alias_1.0.3.bb:PR = "${INC_PR}.3" > > recipes-graphics/xorg-font/xorg-font-common.inc:INC_PR = "r2" > > recipes-graphics/xorg-font/encodings_1.0.5.bb:PR = "${INC_PR}.1" > > recipes-graphics/xorg-app/xorg-app-common.inc:INC_PR = "r8" > > recipes-kernel/linux/linux-yocto.inc:INC_PR = "r4" > > This is a bit of a historical relic, I've sent a patch to clean it up. just to be clear, while there's not much value to INC_PR anymore, it's still officially supported, yes? (there are a small number of occurrences in meta-openembedded as well.) rday