merged Bruce
On Thu, Aug 29, 2019 at 9:52 AM <[email protected]> wrote: > > From: "J. R. Okajima" <[email protected]> > > Simply follows the commit in mainline, > 622445541b75 2019-07-29 kbuild: detect missing "WITH > Linux-syscall-note" for uapi headers > > Signed-off-by: J. R. Okajima <[email protected]> > > Backport from git://github.com/sfjro/aufs5-linux.git > 90ff497cebbb ("aufs: for v5.3-rc3, update UAPI SPDX") > to fix, > error: kernel-source/include/uapi/linux/aufs_type.h: missing "WITH > Linux-syscall-note" for SPDX-License-Identifier > > Signed-off-by: He Zhe <[email protected]> > --- > This is for linux-yocto-dev all branches. > > include/uapi/linux/aufs_type.h | 2 +- > 1 file changed, 1 insertion(+), 1 deletion(-) > > diff --git a/include/uapi/linux/aufs_type.h b/include/uapi/linux/aufs_type.h > index 0e3e2b1..59f050c 100644 > --- a/include/uapi/linux/aufs_type.h > +++ b/include/uapi/linux/aufs_type.h > @@ -1,4 +1,4 @@ > -/* SPDX-License-Identifier: GPL-2.0 */ > +/* SPDX-License-Identifier: GPL-2.0 WITH Linux-syscall-note */ > /* > * Copyright (C) 2005-2019 Junjiro R. Okajima > * > -- > 2.7.4 > -- - Thou shalt not follow the NULL pointer, for chaos and madness await thee at its end - "Use the force Harry" - Gandalf, Star Trek II -- _______________________________________________ linux-yocto mailing list [email protected] https://lists.yoctoproject.org/listinfo/linux-yocto
