[meta-arago][master][PATCH] pm-qa: Add PATCHTOOL = "git"
Ryan Eatmon <[email protected]>
| Newsgroups | org.yoctoproject.lists.meta-arago |
|---|---|
| Message-ID | <[email protected]> |
A recent commit in meta-openembedded removed the PATCHTOOL setting, choosing to fallback to quilt. But the setting seems to be required for the patches to actually be applied correctly. While we wait on meta-openembedded to either revert their commit, or figure out why this is required, we can carry the setting here. Signed-off-by: Ryan Eatmon <[email protected]> --- meta-arago-distro/recipes-devtools/pm-qa/pm-qa-arago.inc | 2 ++ 1 file changed, 2 insertions(+) diff --git a/meta-arago-distro/recipes-devtools/pm-qa/pm-qa-arago.inc b/meta-arago-distro/recipes-devtools/pm-qa/pm-qa-arago.inc index 079772ad..1119162f 100644 --- a/meta-arago-distro/recipes-devtools/pm-qa/pm-qa-arago.inc +++ b/meta-arago-distro/recipes-devtools/pm-qa/pm-qa-arago.inc @@ -8,4 +8,6 @@ SRC_URI += " \ file://0002-cpuidle-Avoid-relative-paths.patch \ " +PATCHTOOL = "git" + PR:append = ".arago0" -- 2.17.1