summaryrefslogtreecommitdiffstats
path: root/meta/recipes-bsp
diff options
context:
space:
mode:
authorOtavio Salvador <otavio@ossystems.com.br>2020-01-31 10:33:23 -0300
committerRichard Purdie <richard.purdie@linuxfoundation.org>2020-02-13 12:18:49 +0000
commita60bf84b15be85ae0f16b5f85fec98b3365f15de (patch)
treefaafdbfbeb66422b1b3fb8d35850d1d7e1148657 /meta/recipes-bsp
parentc7c12efba87c803d94a7c9c2f8c98b66aeba6d43 (diff)
downloadopenembedded-core-contrib-a60bf84b15be85ae0f16b5f85fec98b3365f15de.tar.gz
libubootenv: Split binaries to a libubootenv-bin package
The fw_setenv and fw_printenv binaries should be on a specific package as some systems may require just the library. The upgrade path was kept using the RPROVIDES for the -bin package. Signed-off-by: Otavio Salvador <otavio@ossystems.com.br> Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
Diffstat (limited to 'meta/recipes-bsp')
-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"
S = "${WORKDIR}/git"
-inherit cmake
+inherit cmake lib_package
EXTRA_OECMAKE = "-DCMAKE_BUILD_TYPE=Release"
PROVIDES += "u-boot-fw-utils"
-RPROVIDES_${PN} += "u-boot-fw-utils"
+RPROVIDES_${PN}-bin += "u-boot-fw-utils"
BBCLASSEXTEND = "native"