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:
Andrea Adami
2014-07-24 23:27:37 +02:00
committed by Paul Eggleton
parent 0e430800cc
commit 60e1d5463f

View File

@@ -10,3 +10,5 @@ KLIBC_UTILS_PKGNAME = "klibc-utils"
require klibc-utils.inc
require klibc.inc
DEPENDS = "klibc"