[oe-commits] [openembedded-core] 07/10: libubootenv: Split binaries to a libubootenv-bin package

git at git.openembedded.org git at git.openembedded.org
Thu Feb 13 12:19:58 UTC 2020


This is an automated email from the git hooks/post-receive script.

rpurdie pushed a commit to branch master
in repository openembedded-core.

commit a60bf84b15be85ae0f16b5f85fec98b3365f15de
Author: Otavio Salvador <otavio at ossystems.com.br>
AuthorDate: Fri Jan 31 10:33:23 2020 -0300

    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 at ossystems.com.br>
    Signed-off-by: Richard Purdie <richard.purdie at linuxfoundation.org>
---
 meta/recipes-bsp/u-boot/libubootenv_0.2.bb | 4 ++--
 1 file 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 1020258..f5b6059 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"

-- 
To stop receiving notification emails like this one, please contact
the administrator of this repository.


More information about the Openembedded-commits mailing list