[oe-commits] [meta-openembedded] 09/55: v4l-utils: Depend on argp-standalone for musl

git at git.openembedded.org git at git.openembedded.org
Sat Apr 1 06:38:15 UTC 2017


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

martin_jansa pushed a commit to branch master-next
in repository meta-openembedded.

commit 6167f7357bb0e08d0b4f1e896a20bc8c046d5cab
Author: Khem Raj <raj.khem at gmail.com>
AuthorDate: Wed Mar 22 11:49:42 2017 -0700

    v4l-utils: Depend on argp-standalone for musl
    
    musl does not bundle libargp like glibc
    
    Signed-off-by: Khem Raj <raj.khem at gmail.com>
---
 meta-oe/recipes-multimedia/v4l2apps/v4l-utils_1.10.1.bb | 1 +
 1 file changed, 1 insertion(+)

diff --git a/meta-oe/recipes-multimedia/v4l2apps/v4l-utils_1.10.1.bb b/meta-oe/recipes-multimedia/v4l2apps/v4l-utils_1.10.1.bb
index b9732fe..4d87b50 100644
--- a/meta-oe/recipes-multimedia/v4l2apps/v4l-utils_1.10.1.bb
+++ b/meta-oe/recipes-multimedia/v4l2apps/v4l-utils_1.10.1.bb
@@ -6,6 +6,7 @@ PROVIDES = "libv4l media-ctl"
 
 DEPENDS = "jpeg \
            ${@bb.utils.contains('DISTRO_FEATURES', 'x11', 'virtual/libx11', '', d)}"
+DEPENDS_append_libc-musl = " argp-standalone"
 
 inherit autotools gettext pkgconfig
 

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


More information about the Openembedded-commits mailing list