From 60e1d5463fadfcf33edf9e68a42b7bcf9adad803 Mon Sep 17 00:00:00 2001 From: Andrea Adami Date: Thu, 24 Jul 2014 23:27:37 +0200 Subject: 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 --- meta-initramfs/recipes-devtools/klibc/klibc-utils_2.0.4.bb | 2 ++ 1 file changed, 2 insertions(+) (limited to 'meta-initramfs/recipes-devtools') diff --git a/meta-initramfs/recipes-devtools/klibc/klibc-utils_2.0.4.bb b/meta-initramfs/recipes-devtools/klibc/klibc-utils_2.0.4.bb index fc53bece0e..06e71cb7b8 100644 --- a/meta-initramfs/recipes-devtools/klibc/klibc-utils_2.0.4.bb +++ b/meta-initramfs/recipes-devtools/klibc/klibc-utils_2.0.4.bb @@ -10,3 +10,5 @@ KLIBC_UTILS_PKGNAME = "klibc-utils" require klibc-utils.inc require klibc.inc + +DEPENDS = "klibc" -- cgit 1.2.3-korg