summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorMartin Jansa <Martin.Jansa@gmail.com>2021-07-23 14:46:25 +0200
committerBruce Ashfield <bruce.ashfield@gmail.com>2021-07-23 09:35:26 -0400
commit4a7feecd451be9904104b214b8db0e6b01afaff7 (patch)
tree70aef336cf2750d2ab8c926cf38ce781307db710
parent8db75f2809318cfb4dbe1c6873c5a6bcfefc4d8c (diff)
downloadmeta-virtualization-4a7feecd451be9904104b214b8db0e6b01afaff7.tar.gz
uxen-guest-tools: inherit dos2unix to fix do_patch failure
* fixes: ERROR: uxen-guest-tools-4.1.7-r0 do_patch: Command Error: 'quilt --quiltrc /OE/build/oe-core/tmp-glibc/work/qemux86_64-oe-linux/uxen-guest-tools/4.1.7-r0/recipe-sysroot-native/etc/quiltrc push' exited with 0 Output: stdout: Applying patch fix-Makefile-for-OE-kernel-build.patch patching file Makefile Hunk #1 FAILED at 1 (different line endings). Hunk #2 FAILED at 19 (different line endings). 2 out of 2 hunks FAILED -- rejects in file Makefile Patch fix-Makefile-for-OE-kernel-build.patch does not apply (enforce with -f) Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com> Signed-off-by: Bruce Ashfield <bruce.ashfield@gmail.com>
-rw-r--r--recipes-extended/uxen/uxen-guest-tools_4.1.7.bb2
1 files changed, 1 insertions, 1 deletions
diff --git a/recipes-extended/uxen/uxen-guest-tools_4.1.7.bb b/recipes-extended/uxen/uxen-guest-tools_4.1.7.bb
index 757f1e3b..4dcfe512 100644
--- a/recipes-extended/uxen/uxen-guest-tools_4.1.7.bb
+++ b/recipes-extended/uxen/uxen-guest-tools_4.1.7.bb
@@ -19,4 +19,4 @@ LIC_FILES_CHKSUM = "file://../Bromium-4.1.8-Open-Source-Software.pdf;md5=cf120df
19 19
20S = "${WORKDIR}/uxen-vmsupport-linux-${PV}" 20S = "${WORKDIR}/uxen-vmsupport-linux-${PV}"
21 21
22inherit module 22inherit module dos2unix