diff options
-rw-r--r-- | meta/recipes-bsp/u-boot/libubootenv_0.3.3.bb (renamed from meta/recipes-bsp/u-boot/libubootenv_0.3.2.bb) | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/meta/recipes-bsp/u-boot/libubootenv_0.3.2.bb b/meta/recipes-bsp/u-boot/libubootenv_0.3.3.bb index e8f58941cf..55f91b6f05 100644 --- a/meta/recipes-bsp/u-boot/libubootenv_0.3.2.bb +++ b/meta/recipes-bsp/u-boot/libubootenv_0.3.3.bb | |||
@@ -6,12 +6,12 @@ It provides a hardware-independent replacement for fw_printenv/setenv utilities | |||
6 | provided by U-Boot" | 6 | provided by U-Boot" |
7 | 7 | ||
8 | HOMEPAGE = "https://github.com/sbabic/libubootenv" | 8 | HOMEPAGE = "https://github.com/sbabic/libubootenv" |
9 | LICENSE = "LGPL-2.1-only" | 9 | LICENSE = "LGPL-2.1-or-later" |
10 | LIC_FILES_CHKSUM = "file://Licenses/lgpl-2.1.txt;md5=4fbd65380cdd255951079008b364516c" | 10 | LIC_FILES_CHKSUM = "file://LICENSES/LGPL-2.1-or-later.txt;md5=4fbd65380cdd255951079008b364516c" |
11 | SECTION = "libs" | 11 | SECTION = "libs" |
12 | 12 | ||
13 | SRC_URI = "git://github.com/sbabic/libubootenv;protocol=https;branch=master" | 13 | SRC_URI = "git://github.com/sbabic/libubootenv;protocol=https;branch=master" |
14 | SRCREV = "ba7564f5006d09bec51058cf4f5ac90d4dc18b3c" | 14 | SRCREV = "108100622160bb0c7ef4b6186230fe1f26402791" |
15 | 15 | ||
16 | S = "${WORKDIR}/git" | 16 | S = "${WORKDIR}/git" |
17 | 17 | ||