[oe] [meta-initramfs][PATCH] klibc-utils: add explicit dependency on klibc for the shared utils

Andrea Adami andrea.adami at gmail.com
Thu Jul 24 21:27:37 UTC 2014


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 at gmail.com>
---
 meta-initramfs/recipes-devtools/klibc/klibc-utils_2.0.4.bb | 2 ++
 1 file changed, 2 insertions(+)

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 fc53bec..06e71cb 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"
-- 
1.9.1




More information about the Openembedded-devel mailing list