On 3/2/18 2:09 PM, Justin Bronder wrote:
> https://ccache.samba.org/releasenotes.html#_ccache_3_4_1
> 
> License-Update: copyright years and file paths updated
> 
> Signed-off-by: Justin Bronder <jsbron...@cold-front.org>
> ---
>  meta/recipes-devtools/ccache/ccache_3.3.5.bb | 12 ------------
>  meta/recipes-devtools/ccache/ccache_3.4.1.bb | 12 ++++++++++++
>  2 files changed, 12 insertions(+), 12 deletions(-)
>  delete mode 100644 meta/recipes-devtools/ccache/ccache_3.3.5.bb
>  create mode 100644 meta/recipes-devtools/ccache/ccache_3.4.1.bb
> 
> diff --git a/meta/recipes-devtools/ccache/ccache_3.3.5.bb 
> b/meta/recipes-devtools/ccache/ccache_3.3.5.bb
> deleted file mode 100644
> index 929f0f1276..0000000000
> --- a/meta/recipes-devtools/ccache/ccache_3.3.5.bb
> +++ /dev/null
> @@ -1,12 +0,0 @@
> -require ccache.inc
> -
> -LICENSE = "GPLv3+"
> -LIC_FILES_CHKSUM = "file://LICENSE.txt;md5=dae379a85bb6e9d594773e0aa64876f6"
> -
> -SRC_URI[md5sum] = "eee58db7cce892febddb989308dc568f"
> -SRC_URI[sha256sum] = 
> "190576a6e938760ec8113523e6fd380141117303e90766cc4802e770422b30c6"
> -
> -SRC_URI += " \
> -            file://0002-dev.mk.in-fix-file-name-too-long.patch \
> -            
> file://Revert-Create-man-page-in-the-make-install-from-git-.patch \
> -"
> diff --git a/meta/recipes-devtools/ccache/ccache_3.4.1.bb 
> b/meta/recipes-devtools/ccache/ccache_3.4.1.bb
> new file mode 100644
> index 0000000000..e3bf74e9c6
> --- /dev/null
> +++ b/meta/recipes-devtools/ccache/ccache_3.4.1.bb
> @@ -0,0 +1,12 @@
> +require ccache.inc
> +
> +LICENSE = "GPLv3+"
> +LIC_FILES_CHKSUM = "file://LICENSE.txt;md5=4fa0d99234a05c3a32d380379d5d064a"


it seems checksum changed. So please add a short description what
changed in license terms.

Secondly, please use options to detect renames to git format-patch so we
can get better diffs for review

you can make this default behaviour by adding

[diff]
        renames = copies

to ~/.gitconfig

> +
> +SRC_URI[md5sum] = "39492aea565c3e6d5affa633672a93bd"
> +SRC_URI[sha256sum] = 
> "8c2e260d4245e362552e47bec359941210a96419ac5adf582046ceb92489f7de"
> +
> +SRC_URI += " \
> +            file://0002-dev.mk.in-fix-file-name-too-long.patch \
> +            
> file://Revert-Create-man-page-in-the-make-install-from-git-.patch \
> +"
> 

-- 
_______________________________________________
Openembedded-core mailing list
Openembedded-core@lists.openembedded.org
http://lists.openembedded.org/mailman/listinfo/openembedded-core

Reply via email to