summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--meta/recipes-bsp/u-boot/libubootenv_0.2.bb4
1 files changed, 2 insertions, 2 deletions
diff --git a/meta/recipes-bsp/u-boot/libubootenv_0.2.bb b/meta/recipes-bsp/u-boot/libubootenv_0.2.bb
index 1020258cdd..f5b6059529 100644
--- a/meta/recipes-bsp/u-boot/libubootenv_0.2.bb
+++ b/meta/recipes-bsp/u-boot/libubootenv_0.2.bb
@@ -16,11 +16,11 @@ SRCREV = "879c0731fa0725785b9fa4499bbf6aacd04ee4c2"
16 16
17S = "${WORKDIR}/git" 17S = "${WORKDIR}/git"
18 18
19inherit cmake 19inherit cmake lib_package
20 20
21EXTRA_OECMAKE = "-DCMAKE_BUILD_TYPE=Release" 21EXTRA_OECMAKE = "-DCMAKE_BUILD_TYPE=Release"
22 22
23PROVIDES += "u-boot-fw-utils" 23PROVIDES += "u-boot-fw-utils"
24RPROVIDES_${PN} += "u-boot-fw-utils" 24RPROVIDES_${PN}-bin += "u-boot-fw-utils"
25 25
26BBCLASSEXTEND = "native" 26BBCLASSEXTEND = "native"