From 2c6ee92c3b361c4f3d78b4acec80990ea382f7d7 Mon Sep 17 00:00:00 2001 From: Jacob Stiffler Date: Fri, 20 Apr 2018 22:24:50 +0000 Subject: [PATCH] i2c-lld-rtos: update license checksum * A date was incremented within the license text. Signed-off-by: Jacob Stiffler Signed-off-by: Denys Dmytriyenko --- recipes-bsp/i2c-lld/i2c-lld-rtos_git.bb | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/recipes-bsp/i2c-lld/i2c-lld-rtos_git.bb b/recipes-bsp/i2c-lld/i2c-lld-rtos_git.bb index cad45f34..65725243 100644 --- a/recipes-bsp/i2c-lld/i2c-lld-rtos_git.bb +++ b/recipes-bsp/i2c-lld/i2c-lld-rtos_git.bb @@ -3,7 +3,7 @@ SUMMARY = "TI RTOS low level driver for Inter-IC module (I2C)" inherit ti-pdk LICENSE = "BSD-3-Clause" -LIC_FILES_CHKSUM = "file://I2C.h;beginline=1;endline=32;md5=147a6773e962b103cd162ca58535289c" +LIC_FILES_CHKSUM = "file://I2C.h;beginline=1;endline=32;md5=50084375278c1a2779571be134f98f7c" COMPATIBLE_MACHINE = "ti33x|ti43x|omap-a15|keystone|omapl1|c66x" PACKAGE_ARCH = "${MACHINE_ARCH}"