From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 16843 invoked by alias); 2 May 2017 13:31:15 -0000 Mailing-List: contact cygwin-apps-help@cygwin.com; run by ezmlm Precedence: bulk Sender: cygwin-apps-owner@cygwin.com List-Id: List-Subscribe: List-Archive: List-Post: List-Help: , Mail-Followup-To: cygwin-apps@cygwin.com Received: (qmail 16817 invoked by uid 89); 2 May 2017 13:31:13 -0000 Authentication-Results: sourceware.org; auth=none X-Virus-Found: No X-Spam-SWARE-Status: No, score=1.0 required=5.0 tests=BAYES_40,KAM_LAZY_DOMAIN_SECURITY autolearn=no version=3.3.2 spammy=H*Ad:D*gov, H*r:Unknown, Hx-languages-length:344 X-HELO: blaine.gmane.org Received: from Unknown (HELO blaine.gmane.org) (195.159.176.226) by sourceware.org (qpsmtpd/0.93/v0.84-503-g423c35a) with ESMTP; Tue, 02 May 2017 13:31:13 +0000 Received: from list by blaine.gmane.org with local (Exim 4.84_2) (envelope-from ) id 1d5XtP-0000NQ-Nn for cygwin-apps@cygwin.com; Tue, 02 May 2017 15:31:03 +0200 To: cygwin-apps@cygwin.com From: Andrew Schulman Subject: Re: [PATCH cygport 2/3] Don't allow SRC_URI or PATCH_URI to depend on ARCH Date: Tue, 02 May 2017 13:31:00 -0000 Message-ID: References: <20170502131345.158584-1-jon.turney@dronecode.org.uk> <20170502131345.158584-1-jon.turney-GrJqePx9RPPAJUdA+FbntA@public.gmane.org> <20170502131345.158584-3-jon.turney@dronecode.org.uk> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Transfer-Encoding: 7bit X-Archive: encrypt X-IsSubscribed: yes X-SW-Source: 2017-05/txt/msg00015.txt.bz2 > The values which SRC_URI and PATCH_URI evaluate to should not change > depending on ARCH, as this will make the source package arch-dependent In that case what's the right thing to do when we have arch-specific patches? For example screen has one, for x86_64 only.