From mboxrd@z Thu Jan 1 00:00:00 1970 From: Peter Korsgaard Date: Mon, 15 May 2017 14:09:28 +0200 Subject: [Buildroot] [PATCH] core/download: fix source check for git method In-Reply-To: <20170512155429.26176-1-yann.morin.1998@free.fr> (Yann E. MORIN's message of "Fri, 12 May 2017 17:54:29 +0200") References: <20170512155429.26176-1-yann.morin.1998@free.fr> Message-ID: <87bmquiao7.fsf@dell.be.48ers.dk> List-Id: MIME-Version: 1.0 Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7bit To: buildroot@busybox.net >>>>> "Yann" == Yann E MORIN writes: > Running foo-source-check on packages retrieved from git fails. > This is because there is no associated stamp file, so we do not have a > rule-assignment that sets PKG for foo-source-check. > But it does not make sense to have a stamp file at all, because > source-check is not supposed to change anything: the status after is > exactly the same as before; nothing is downlaoded, so there is no > progress (whatsoever) to memorise. > Fix that by just defining PKG in the source-check rule definition. > Fixes #9796. > Reported-by: Thomas Petazzoni > Signed-off-by: "Yann E. MORIN" > Cc: Thomas Petazzoni Committed to 2017.02.x, thanks. -- Bye, Peter Korsgaard