mirror of
git://git.openembedded.org/meta-openembedded
synced 2026-01-01 13:58:06 +00:00
libtdb: 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 81f3fb09de)
Signed-off-by: Armin Kuster <akuster808@gmail.com>
This commit is contained in:
parent
2156d27f27
commit
720e8469bd
|
|
@ -2,6 +2,8 @@ SUMMARY = "The tdb library"
|
|||
SECTION = "libs"
|
||||
LICENSE = "LGPL-3.0+ & GPL-3.0+"
|
||||
|
||||
DEPENDS += "libaio"
|
||||
|
||||
LIC_FILES_CHKSUM = "file://${COREBASE}/meta/files/common-licenses/LGPL-3.0;md5=bfccfe952269fff2b407dd11f2f3083b \
|
||||
file://${COREBASE}/meta/files/common-licenses/GPL-3.0;md5=c79ff39f19dfec6d293b95dea7b07891"
|
||||
|
||||
|
|
|
|||
Loading…
Reference in New Issue
Block a user