summaryrefslogtreecommitdiffstats
path: root/meta/recipes-bsp
diff options
context:
space:
mode:
authorStefano Babic <sbabic@denx.de>2020-01-15 17:09:00 +0100
committerRichard Purdie <richard.purdie@linuxfoundation.org>2020-01-19 13:24:38 +0000
commitb51f67303c14aef3cab7a91b22822db8244a576f (patch)
treee8d4c3961b74fe45bf8e6698ada0f07ce6e17f2f /meta/recipes-bsp
parent01f3c79149b01c7b89c7aedeefc8834b22af368c (diff)
downloadpoky-b51f67303c14aef3cab7a91b22822db8244a576f.tar.gz
libubootenv: fix multilib build
In case of multilib, the do_package fails with: ERROR: libubootenv-0.2-r0 do_package: QA Issue: libubootenv: Files/directories were installed but not shipped in any package: /usr/lib/libubootenv.so /usr/lib/libubootenv.so.0.2 Issue is fixed in libubootenv repo - this patch updates SRCREV to the commit with the fix. (From OE-Core rev: 9e21387ba2bd04ca844481e42a5999e1d748c730) Signed-off-by: Stefano Babic <sbabic@denx.de> Reported-by: ChenQi <Qi.Chen@windriver.com> 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.bb2
1 files changed, 1 insertions, 1 deletions
diff --git a/meta/recipes-bsp/u-boot/libubootenv_0.2.bb b/meta/recipes-bsp/u-boot/libubootenv_0.2.bb
index 23230d132e..1020258cdd 100644
--- a/meta/recipes-bsp/u-boot/libubootenv_0.2.bb
+++ b/meta/recipes-bsp/u-boot/libubootenv_0.2.bb
@@ -12,7 +12,7 @@ LIC_FILES_CHKSUM = "file://Licenses/lgpl-2.1.txt;md5=4fbd65380cdd255951079008b36
12SECTION = "libs" 12SECTION = "libs"
13 13
14SRC_URI = "git://github.com/sbabic/libubootenv;protocol=https" 14SRC_URI = "git://github.com/sbabic/libubootenv;protocol=https"
15SRCREV = "bf6ff631c0e38cede67268ceb8bf1383b5f8848e" 15SRCREV = "879c0731fa0725785b9fa4499bbf6aacd04ee4c2"
16 16
17S = "${WORKDIR}/git" 17S = "${WORKDIR}/git"
18 18