diff options
Diffstat (limited to 'meta/recipes-bsp/u-boot/libubootenv_0.2.bb')
-rw-r--r-- | meta/recipes-bsp/u-boot/libubootenv_0.2.bb | 2 |
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 @@ | |||
1 | SUMMARY = "U-Boot libraries and tools to access environment" | 1 | SUMMARY = "U-Boot libraries and tools to access environment" |
2 | DEPENDS += "mtd-utils zlib" | ||
3 | 2 | ||
4 | DESCRIPTION = "This package contains tools and libraries to read \ | 3 | DESCRIPTION = "This package contains tools and libraries to read \ |
5 | and modify U-Boot environment. \ | 4 | and modify U-Boot environment. \ |
@@ -21,6 +20,7 @@ inherit cmake lib_package | |||
21 | 20 | ||
22 | EXTRA_OECMAKE = "-DCMAKE_BUILD_TYPE=Release" | 21 | EXTRA_OECMAKE = "-DCMAKE_BUILD_TYPE=Release" |
23 | 22 | ||
23 | DEPENDS = "zlib" | ||
24 | PROVIDES += "u-boot-fw-utils" | 24 | PROVIDES += "u-boot-fw-utils" |
25 | RPROVIDES_${PN}-bin += "u-boot-fw-utils" | 25 | RPROVIDES_${PN}-bin += "u-boot-fw-utils" |
26 | 26 | ||