[oe-commits] [openembedded-core] 06/08: libubootenv: fix multilib build

git at git.openembedded.org git at git.openembedded.org
Fri Jan 17 18:03:32 UTC 2020


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

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

commit 0415a755a6b0b288dd4a57da49f15233d053af6a
Author: Stefano Babic <sbabic at denx.de>
AuthorDate: Wed Jan 15 17:09:00 2020 +0100

    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.
    
    Signed-off-by: Stefano Babic <sbabic at denx.de>
    Reported-by: ChenQi <Qi.Chen at windriver.com>
    Signed-off-by: Richard Purdie <richard.purdie at linuxfoundation.org>
---
 meta/recipes-bsp/u-boot/libubootenv_0.2.bb | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/meta/recipes-bsp/u-boot/libubootenv_0.2.bb b/meta/recipes-bsp/u-boot/libubootenv_0.2.bb
index 23230d1..1020258 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
 SECTION = "libs"
 
 SRC_URI = "git://github.com/sbabic/libubootenv;protocol=https"
-SRCREV = "bf6ff631c0e38cede67268ceb8bf1383b5f8848e"
+SRCREV = "879c0731fa0725785b9fa4499bbf6aacd04ee4c2"
 
 S = "${WORKDIR}/git"
 

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


More information about the Openembedded-commits mailing list