From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from mail-we0-f178.google.com (mail-we0-f178.google.com [74.125.82.178]) by mail.openembedded.org (Postfix) with ESMTP id 6DE136FE5C for ; Thu, 7 Aug 2014 14:43:12 +0000 (UTC) Received: by mail-we0-f178.google.com with SMTP id w61so4396931wes.9 for ; Thu, 07 Aug 2014 07:43:13 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=20120113; h=mime-version:in-reply-to:references:date:message-id:subject:from:to :content-type; bh=yTWyPO3uey8B0Q6VOvVxWXi2tZa2TDd0+B67Jr8z9fQ=; b=vW8zceuSBM08pQlFE+4DbmQFmk95WZuVnzUY8tRIqz7H3kibcer8cova0IQFwDuftX PAG9ZLDrJ9GGkCbnQLUaOAf8UF4GqJ/eA7G7pixjv+/zmiWHMDamfGmXGEC4QwnEW9Q7 7+QAnuRabBM26PZBf6v4bN4M2fFYpJDN8Z8q8hbFCIL38TbJlANZQCOrF76SCbJbatqM kUWywZn1maTDl9iJW45ftiwZg6WfttDEe9M12sYWbwtAefukJ702XFKFw6v+IFpXGQ2J J+56x2DOlbNu0tg/eW1eof+71ptdtkGKcTV88vcO2uInbpMEma4QvQhUeJZmn7y+3+lh jJjQ== MIME-Version: 1.0 X-Received: by 10.180.92.104 with SMTP id cl8mr57847316wib.43.1407422593446; Thu, 07 Aug 2014 07:43:13 -0700 (PDT) Received: by 10.194.164.165 with HTTP; Thu, 7 Aug 2014 07:43:13 -0700 (PDT) In-Reply-To: References: Date: Thu, 7 Aug 2014 07:43:13 -0700 Message-ID: From: Stephen Arnold To: Patches and discussions about the oe-core layer Subject: Re: How to force patch application X-BeenThere: openembedded-core@lists.openembedded.org X-Mailman-Version: 2.1.12 Precedence: list List-Id: Patches and discussions about the oe-core layer List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 07 Aug 2014 14:43:15 -0000 Content-Type: multipart/alternative; boundary=f46d0434bf16bb3ad105000b1b34 --f46d0434bf16bb3ad105000b1b34 Content-Type: text/plain; charset=UTF-8 Not sure if there's an easy way with quilt (check the quilt options) but a relatively easy way would be to use your own patch routine (essentially anything you want). One thing you could do is disable the normal patch application (add ";patch=0" to the end of the patch line in SRC_URI) and then use your own do_patch to force it (if that's really what you want to do). I guess I would ask "why?" and if it were me I'd just reroll the patch and fix it. But I don't know what the real problem is, so... Steve On Thu, Aug 7, 2014 at 6:14 AM, Giuseppe Condorelli < giuseppe.condorelli@gmail.com> wrote: > Hi All, > > please can I know if is it possible, using the do_patch routine, > to force the application of a given patch? > I mean, like the patch --force command. > > Please let me know, I tried w/o good result. > > Best Regards, > Giuseppe > > -- > _______________________________________________ > Openembedded-core mailing list > Openembedded-core@lists.openembedded.org > http://lists.openembedded.org/mailman/listinfo/openembedded-core > > --f46d0434bf16bb3ad105000b1b34 Content-Type: text/html; charset=UTF-8 Content-Transfer-Encoding: quoted-printable
Not sure if there's an easy way with quilt (check= the quilt options) but a relatively easy way would be to use your own patc= h routine (essentially anything you want).=C2=A0 One thing you could do is = disable the normal patch application (add ";patch=3D0" to the end= of the patch line in SRC_URI) and then use your own do_patch to force it (= if that's really what you want to do).=C2=A0 I guess I would ask "= why?" and if it were me I'd just reroll the patch and fix it.=C2= =A0 But I don't know what the real problem is, so...

Steve



On Thu, Aug 7, 2014 at 6:14 AM, Giuseppe Condorelli <giuseppe.condorelli@gmail.com> wrote:
Hi All,
=C2= =A0
please can I know if is it possible, using the do_patch routi= ne,
to force the application of a given patch?
I mean, like the = patch --force command.
=C2=A0
Please let me know, I tried w/o good result.
=C2=A0
Best Regards,
Giuseppe

--
_______________________________________________
Openembedded-core mailing list
Openembedded-co= re@lists.openembedded.org
http://lists.openembedded.org/mailman/listinfo/openembe= dded-core


--f46d0434bf16bb3ad105000b1b34--