mirror of
git://git.openembedded.org/meta-openembedded
synced 2026-04-02 02:49:12 +00:00
libavc1394: Add libargp on musl
Signed-off-by: Khem Raj <raj.khem@gmail.com>
This commit is contained in:
parent
8acb143f45
commit
6000766a82
@ -4,6 +4,7 @@ HOMEPAGE = "http://sourceforge.net/projects/libavc1394/"
|
||||
SECTION = "libs/multimedia"
|
||||
|
||||
DEPENDS = "libraw1394"
|
||||
DEPENDS_append_libc-musl = " argp-standalone"
|
||||
|
||||
LICENSE = "LGPLv2.1"
|
||||
LIC_FILES_CHKSUM = "file://COPYING;md5=dcf3c825659e82539645da41a7908589"
|
||||
@ -13,3 +14,5 @@ SRC_URI[md5sum] = "caf0db059d8b8d35d6f08e6c0e1c7dfe"
|
||||
SRC_URI[sha256sum] = "7cb1ff09506ae911ca9860bef4af08c2403f3e131f6c913a2cbd6ddca4215b53"
|
||||
|
||||
inherit autotools pkgconfig
|
||||
|
||||
LDFLAGS_append_libc-musl = " -largp"
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user