diff options
Diffstat (limited to 'meta')
-rw-r--r-- | meta/recipes-bsp/u-boot/libubootenv_0.3.4.bb (renamed from meta/recipes-bsp/u-boot/libubootenv_0.3.3.bb) | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/meta/recipes-bsp/u-boot/libubootenv_0.3.3.bb b/meta/recipes-bsp/u-boot/libubootenv_0.3.4.bb index 55f91b6f05..ac1e03b8e9 100644 --- a/meta/recipes-bsp/u-boot/libubootenv_0.3.3.bb +++ b/meta/recipes-bsp/u-boot/libubootenv_0.3.4.bb | |||
@@ -11,7 +11,7 @@ LIC_FILES_CHKSUM = "file://LICENSES/LGPL-2.1-or-later.txt;md5=4fbd65380cdd255951 | |||
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 = "108100622160bb0c7ef4b6186230fe1f26402791" | 14 | SRCREV = "4dfb5254fc0540a36e87914bc14644c047ea7678" |
15 | 15 | ||
16 | S = "${WORKDIR}/git" | 16 | S = "${WORKDIR}/git" |
17 | 17 | ||
@@ -19,7 +19,7 @@ inherit cmake lib_package | |||
19 | 19 | ||
20 | EXTRA_OECMAKE = "-DCMAKE_BUILD_TYPE=Release" | 20 | EXTRA_OECMAKE = "-DCMAKE_BUILD_TYPE=Release" |
21 | 21 | ||
22 | DEPENDS = "zlib" | 22 | DEPENDS = "zlib libyaml" |
23 | PROVIDES += "u-boot-fw-utils" | 23 | PROVIDES += "u-boot-fw-utils" |
24 | RPROVIDES:${PN}-bin += "u-boot-fw-utils" | 24 | RPROVIDES:${PN}-bin += "u-boot-fw-utils" |
25 | 25 | ||