From 1c7d6584a7811b7785ae5c1e378f14b5ba0971cf Mon Sep 17 00:00:00 2001 From: takeshi_hoshina Date: Mon, 2 Nov 2020 11:07:33 +0900 Subject: basesystem-jj recipes --- external/poky/scripts/cp-noerror | 2 ++ 1 file changed, 2 insertions(+) (limited to 'external/poky/scripts/cp-noerror') diff --git a/external/poky/scripts/cp-noerror b/external/poky/scripts/cp-noerror index 35eb211b..ab617c5d 100755 --- a/external/poky/scripts/cp-noerror +++ b/external/poky/scripts/cp-noerror @@ -1,5 +1,7 @@ #!/usr/bin/env python3 # +# SPDX-License-Identifier: GPL-2.0-only +# # Allow copying of $1 to $2 but if files in $1 disappear during the copy operation, # don't error. # Also don't error if $1 disappears. -- cgit 1.2.3-korg