diff options
| author | Andrea Adami <andrea.adami@gmail.com> | 2014-07-24 23:27:37 +0200 |
|---|---|---|
| committer | Paul Eggleton <paul.eggleton@linux.intel.com> | 2014-07-28 12:13:11 +0100 |
| commit | 60e1d5463fadfcf33edf9e68a42b7bcf9adad803 (patch) | |
| tree | 46c2e012b9b8d9dc8073f4574720b7eb20ff684a | |
| parent | 0e430800cc54177350745bc7a458528cddf4b4a9 (diff) | |
| download | meta-openembedded-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>
| -rw-r--r-- | meta-initramfs/recipes-devtools/klibc/klibc-utils_2.0.4.bb | 2 |
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" | |||
| 10 | 10 | ||
| 11 | require klibc-utils.inc | 11 | require klibc-utils.inc |
| 12 | require klibc.inc | 12 | require klibc.inc |
| 13 | |||
| 14 | DEPENDS = "klibc" | ||
