mirror of
git://git.openembedded.org/meta-openembedded
synced 2026-01-01 13:58:06 +00:00
libtalloc: add missing libaio dependency
Signed-off-by: Jonathan Liu <net147@gmail.com>
Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com>
Signed-off-by: Joe MacDonald <joe_macdonald@mentor.com>
(cherry picked from commit 126e48c2a0)
Signed-off-by: Armin Kuster <akuster808@gmail.com>
This commit is contained in:
parent
720e8469bd
commit
4b314da774
|
|
@ -3,7 +3,7 @@ HOMEPAGE = "http://talloc.samba.org"
|
|||
SECTION = "libs"
|
||||
LICENSE = "LGPL-3.0+ & GPL-3.0+"
|
||||
|
||||
DEPENDS += "libbsd"
|
||||
DEPENDS += "libaio libbsd"
|
||||
|
||||
SRC_URI = "http://samba.org/ftp/talloc/talloc-${PV}.tar.gz"
|
||||
LIC_FILES_CHKSUM = "file://${COREBASE}/meta/files/common-licenses/LGPL-3.0;md5=bfccfe952269fff2b407dd11f2f3083b \
|
||||
|
|
|
|||
Loading…
Reference in New Issue
Block a user