aboutsummaryrefslogtreecommitdiffstats
path: root/meta-initramfs/recipes-devtools
diff options
context:
space:
mode:
authorAndrea Adami <andrea.adami@gmail.com>2014-07-24 23:27:37 +0200
committerPaul Eggleton <paul.eggleton@linux.intel.com>2014-07-28 12:13:11 +0100
commit60e1d5463fadfcf33edf9e68a42b7bcf9adad803 (patch)
tree46c2e012b9b8d9dc8073f4574720b7eb20ff684a /meta-initramfs/recipes-devtools
parent0e430800cc54177350745bc7a458528cddf4b4a9 (diff)
downloadmeta-openembedded-contrib-60e1d5463fadfcf33edf9e68a42b7bcf9adad803.tar.gz
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>
Diffstat (limited to 'meta-initramfs/recipes-devtools')
-rw-r--r--meta-initramfs/recipes-devtools/klibc/klibc-utils_2.0.4.bb2
1 files changed, 2 insertions, 0 deletions
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"