diff options
author | Martin Jansa <Martin.Jansa@gmail.com> | 2023-01-26 21:43:33 +0100 |
---|---|---|
committer | Bruce Ashfield <bruce.ashfield@gmail.com> | 2023-01-27 10:32:05 -0500 |
commit | 37a5ce007823cfc98a9906f2a50f484d8f28f584 (patch) | |
tree | d1043929a64976600052e49b07a483f988e5f735 /recipes-extended/xen/files/xen-flask-race-fix.patch | |
parent | 31970eba93a47a63e5880e6b83a7d4ec316c14ca (diff) | |
download | meta-virtualization-37a5ce007823cfc98a9906f2a50f484d8f28f584.tar.gz |
xen: fix Upstream-Status formatting
Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com>
Signed-off-by: Bruce Ashfield <bruce.ashfield@gmail.com>
Diffstat (limited to 'recipes-extended/xen/files/xen-flask-race-fix.patch')
-rw-r--r-- | recipes-extended/xen/files/xen-flask-race-fix.patch | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/recipes-extended/xen/files/xen-flask-race-fix.patch b/recipes-extended/xen/files/xen-flask-race-fix.patch index fa2a82ff..e4b0e9df 100644 --- a/recipes-extended/xen/files/xen-flask-race-fix.patch +++ b/recipes-extended/xen/files/xen-flask-race-fix.patch | |||
@@ -21,7 +21,7 @@ we need to ignore it in this case. $(MAKECMDGOALS) can't be used in | |||
21 | this case as it is empty, but we can guess which operation is done by | 21 | this case as it is empty, but we can guess which operation is done by |
22 | looking at the list of loaded makefiles. | 22 | looking at the list of loaded makefiles. |
23 | 23 | ||
24 | Upstream-Status: backport [https://lore.kernel.org/xen-devel/20230120133626.55680-1-anthony.perard@citrix.com/T/#u] | 24 | Upstream-Status: Backport [https://lore.kernel.org/xen-devel/20230120133626.55680-1-anthony.perard@citrix.com/T/#u] |
25 | 25 | ||
26 | Fixes: 7a3bcd2babcc ("build: build everything from the root dir, use obj=$subdir") | 26 | Fixes: 7a3bcd2babcc ("build: build everything from the root dir, use obj=$subdir") |
27 | Reported-by: "Daniel P. Smith" <dpsmith@apertussolutions.com> | 27 | Reported-by: "Daniel P. Smith" <dpsmith@apertussolutions.com> |