diff options
author | Otavio Salvador <otavio@ossystems.com.br> | 2020-01-31 10:33:23 -0300 |
---|---|---|
committer | Richard Purdie <richard.purdie@linuxfoundation.org> | 2020-02-13 12:19:14 +0000 |
commit | 4b3b872624159024c1926fe416667f67dd284d14 (patch) | |
tree | a84c11a50eff540b8cd1556e746beb57fdea008f /meta/recipes-bsp | |
parent | 35d68aea95d0962814b0bdc0975535826f8b3be5 (diff) | |
download | poky-4b3b872624159024c1926fe416667f67dd284d14.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.
(From OE-Core rev: a60bf84b15be85ae0f16b5f85fec98b3365f15de)
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.bb | 4 |
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 | ||
17 | S = "${WORKDIR}/git" | 17 | S = "${WORKDIR}/git" |
18 | 18 | ||
19 | inherit cmake | 19 | inherit cmake lib_package |
20 | 20 | ||
21 | EXTRA_OECMAKE = "-DCMAKE_BUILD_TYPE=Release" | 21 | EXTRA_OECMAKE = "-DCMAKE_BUILD_TYPE=Release" |
22 | 22 | ||
23 | PROVIDES += "u-boot-fw-utils" | 23 | PROVIDES += "u-boot-fw-utils" |
24 | RPROVIDES_${PN} += "u-boot-fw-utils" | 24 | RPROVIDES_${PN}-bin += "u-boot-fw-utils" |
25 | 25 | ||
26 | BBCLASSEXTEND = "native" | 26 | BBCLASSEXTEND = "native" |