Re: PATCH_WRKSRC with groups?
- Reply: Tatsuki Makino : "Re: PATCH_WRKSRC with groups?"
- In reply to: Ronald Klop : "PATCH_WRKSRC with groups?"
- Go to: [ bottom of page ] [ top of archives ] [ this month ]
Date: Sun, 01 Dec 2024 10:59:53 UTC
Hi, To my knowledge there isn't. Best regards, Daniel On 2024-11-30T23:26:38.000+01:00, Ronald Klop <ronald-lists@klop.ws> wrote: > Hi, > > Is it possible to use PATCH_WRKSRC with groups likes PATCH_SITES/PATCHFILES is able to? > > Would be pretty nice to be able to do: > > PATCH_SITES= https://hg.mozilla.org/mozilla-central/raw-rev/:mozpatch > > PATCHFILES+= 223087fdc29f18678f6174e9807b8780e439acf6:-p1:mozpatch # https://bugzilla.mozilla.org/1894423 > > PATCH_WRKSRC+= ${WRKSRC}/src/third_party/mozjs-60/extract:mozpatch > > Without affecting where other patches are applied. > > Regards, > > Ronald.