summaryrefslogtreecommitdiffstats
path: root/meta/recipes-bsp/u-boot/libubootenv_0.2.bb
diff options
context:
space:
mode:
Diffstat (limited to 'meta/recipes-bsp/u-boot/libubootenv_0.2.bb')
-rw-r--r--meta/recipes-bsp/u-boot/libubootenv_0.2.bb2
1 files changed, 1 insertions, 1 deletions
diff --git a/meta/recipes-bsp/u-boot/libubootenv_0.2.bb b/meta/recipes-bsp/u-boot/libubootenv_0.2.bb
index fa90a12bf8..ea29b668e8 100644
--- a/meta/recipes-bsp/u-boot/libubootenv_0.2.bb
+++ b/meta/recipes-bsp/u-boot/libubootenv_0.2.bb
@@ -1,5 +1,4 @@
1SUMMARY = "U-Boot libraries and tools to access environment" 1SUMMARY = "U-Boot libraries and tools to access environment"
2DEPENDS += "mtd-utils zlib"
3 2
4DESCRIPTION = "This package contains tools and libraries to read \ 3DESCRIPTION = "This package contains tools and libraries to read \
5and modify U-Boot environment. \ 4and modify U-Boot environment. \
@@ -21,6 +20,7 @@ inherit cmake lib_package
21 20
22EXTRA_OECMAKE = "-DCMAKE_BUILD_TYPE=Release" 21EXTRA_OECMAKE = "-DCMAKE_BUILD_TYPE=Release"
23 22
23DEPENDS = "zlib"
24PROVIDES += "u-boot-fw-utils" 24PROVIDES += "u-boot-fw-utils"
25RPROVIDES_${PN}-bin += "u-boot-fw-utils" 25RPROVIDES_${PN}-bin += "u-boot-fw-utils"
26 26