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:19:14 +0000
commit4b3b872624159024c1926fe416667f67dd284d14 (patch)
treea84c11a50eff540b8cd1556e746beb57fdea008f /meta/recipes-bsp
parent35d68aea95d0962814b0bdc0975535826f8b3be5 (diff)
downloadpoky-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.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"