mirror of
git://git.openembedded.org/meta-openembedded
synced 2026-08-11 17:01:19 +00:00
klibc-utils: add explicit dependency on klibc for the shared utils
The two recipes for klibc-utils (static and shared) have been split-off from a single original recipe for more granular packaging and share the same SRC_URI set in the .inc file so there is an implicit dependency. Make it explicit for the utils needing the shared klibc lib at runtime. Signed-off-by: Andrea Adami <andrea.adami@gmail.com>
This commit is contained in:
parent
0e430800cc
commit
60e1d5463f
@ -10,3 +10,5 @@ KLIBC_UTILS_PKGNAME = "klibc-utils"
|
||||
|
||||
require klibc-utils.inc
|
||||
require klibc.inc
|
||||
|
||||
DEPENDS = "klibc"
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user