summaryrefslogtreecommitdiffstats
path: root/meta/recipes-devtools/makedevs/makedevs/makedevs.c
diff options
context:
space:
mode:
authorMartin Jansa <Martin.Jansa@gmail.com>2022-05-25 23:04:08 +0200
committerRichard Purdie <richard.purdie@linuxfoundation.org>2022-05-27 23:50:48 +0100
commit608ef67baa8162cce6536df72af14d1b7b4844d4 (patch)
treedbc9518fce319ee05ac60c60bb56d76468dccb88 /meta/recipes-devtools/makedevs/makedevs/makedevs.c
parent99473ca0cbbd813a12171c8cc8f1f6bbf840d98b (diff)
downloadpoky-608ef67baa8162cce6536df72af14d1b7b4844d4.tar.gz
makedevs: Don't use COPYING.patch just to add license file into ${S}
* as it uses S = "${WORKDIR}" it's another possible reproducer for do_patch issue mentioned here: https://lists.yoctoproject.org/g/yocto/message/56602 (From OE-Core rev: 4d5c5af4dc69df39934fe54500b3dac2fb7b8ae7) Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com> Signed-off-by: Luca Ceresoli <luca.ceresoli@bootlin.com> Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
Diffstat (limited to 'meta/recipes-devtools/makedevs/makedevs/makedevs.c')
-rw-r--r--meta/recipes-devtools/makedevs/makedevs/makedevs.c4
1 files changed, 4 insertions, 0 deletions
diff --git a/meta/recipes-devtools/makedevs/makedevs/makedevs.c b/meta/recipes-devtools/makedevs/makedevs/makedevs.c
index 32b9872932..df2e3cfad5 100644
--- a/meta/recipes-devtools/makedevs/makedevs/makedevs.c
+++ b/meta/recipes-devtools/makedevs/makedevs/makedevs.c
@@ -1,3 +1,7 @@
1/*
2 * SPDX-License-Identifier: GPL-2.0-only
3 */
4
1#define _GNU_SOURCE 5#define _GNU_SOURCE
2#include <stdio.h> 6#include <stdio.h>
3#include <errno.h> 7#include <errno.h>